routes 2.2-1ubuntu1 source package in Ubuntu

Changelog

routes (2.2-1ubuntu1) wily; urgency=medium

  * Resync with Debian unstable.
  * d/control: Drop versioned requirement on python-sphinx.
  * d/p/sphinx-compat.patch: Fixup compat with sphinx < 1.3.

routes (2.2-1) unstable; urgency=medium

  * New upstream release
    - requires Sphinx >= 1.3 (also closes: 788972)
    - add remove_missing_todo_include_from_docs patch
  * Add python{,3}-six to Build-Depends (and Depends, via dh_python*)
  * debian/watch: use pypi.debian.net redirector

routes (2.1-1) experimental; urgency=medium

  * New upstream release
    - drop_changes_from_description patch refreshed
  * Homepage updated
  * Standards-Version bumped to 3.9.6 (no changes needed)

 -- James Page <email address hidden>  Fri, 11 Sep 2015 12:22:08 +0100

Upload details

Uploaded by:
James Page
Uploaded to:
Wily
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
routes_2.2.orig.tar.gz 175.8 KiB 9fa78373d63e36c3d8af6e33cfcad743f70c012c7ad6f2c3bf89ad973b9ab514
routes_2.2-1ubuntu1.debian.tar.xz 5.6 KiB 9f333d4f2b2b35df3bb6b12cdca40a0b2f37d4e6f79b29782c9f88d9f2f4b6a6
routes_2.2-1ubuntu1.dsc 2.2 KiB 47aad1d2257c2b76652b1909646ab4a025acc051e94a2af2d55b2a61c1efc4d5

View changes file

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