routes 2.4.1-2 source package in Ubuntu

Changelog

routes (2.4.1-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/watch: Use https protocol
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * Convert git repository from git-dpm to gbp layout
  * Use debhelper-compat instead of debian/compat.

  [ Sandro Tosi ]
  * Drop python2 support; Closes: #938407

 -- Sandro Tosi <email address hidden>  Sun, 19 Jan 2020 13:00:14 -0500

Upload details

Uploaded by:
Piotr Ożarowski
Uploaded to:
Sid
Original maintainer:
Piotr Ożarowski
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release main python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
routes_2.4.1-2.dsc 2.0 KiB c8272ffd6fd79e6ac907d95a4a39336ae941baf3c04e3ef9be1955d7dd8c8514
routes_2.4.1.orig.tar.gz 178.1 KiB 26ee43340fca5a32769ffe0c58edcb396ccce6bc1dfa689ddf844d50877355fd
routes_2.4.1-2.debian.tar.xz 5.6 KiB c22bcc23900201c315f4c7966ed5c54041c87318ae5453d9333c7db6630b9379

Available diffs

No changes file available.

Binary packages built by this source

python3-routes: Routing Recognition and Generation Tools for Python 3

 Routes is a Python 3 re-implementation of the Rails routes system for mapping
 URLs to Controllers/Actions and generating URLs. Routes makes it easy to
 create pretty and concise URLs that are RESTful with little effort.
 .
 Speedy and dynamic URL generation means you get a URL with minimal cruft (no
 big dangling query args). Shortcut features like Named Routes cut down on
 repetitive typing.
 .
 Current features:
  * Named Routes
  * Sophisticated Route lookup and URL generation
  * Wildcard path's before and after static parts
  * Groupings syntax to allow flexible URLs to accommodate almost any need
  * Sub-domain support built-in
  * Conditional matching based on domain, cookies, HTTP method (RESTful), and
    more
  * Easily extensible utilizing custom condition functions and route generation
    functions
  * Extensive unit tests