routes 2.0-1 source package in Ubuntu

Changelog

routes (2.0-1) unstable; urgency=low


  * New upstream release
  * Add drop_changes_from_description patch (to avoid FTBFS due to missing
    encoding declaration which makes python3 setup.py fail)
  * Bump minimum required Python version to 2.6/3.2
  * Add dh-python to Build-Depends (and use dh-python's dh_python2)
  * Standards-Version bumped to 3.9.5 (no changes needed)

 -- Piotr Ożarowski <email address hidden>  Sun, 01 Dec 2013 21:47:24 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
routes_2.0-1.dsc 2.1 KiB e8312f21e8bb568da0ca79bd85d3c7cf65bddf87d22e51d027c0d1213739c0cc
routes_2.0.orig.tar.gz 194.5 KiB 6e4eb6437a9def22e1344ee8f766d7795bedfe6f615d3ea138e4035d6fbd33f8
routes_2.0-1.debian.tar.gz 5.3 KiB 8515d0058ff469e0e5ebdf352c0393ae6f9484afb596769d56ea12e2c2fa7814

Available diffs

No changes file available.

Binary packages built by this source

python-routes: Routing Recognition and Generation Tools

 Routes is a Python 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

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