Fedora EPEL 5 Update: python-routes-1.12.1-1.el5

updates at fedoraproject.org updates at fedoraproject.org
Mon Oct 25 16:36:57 UTC 2010


--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2010-3476
2010-10-06 17:10:38
--------------------------------------------------------------------------------

Name        : python-routes
Product     : Fedora EPEL 5
Version     : 1.12.1
Release     : 1.el5
URL         : http://routes.groovie.org/
Summary     : Rails-like routes for Python
Description :
Routes is a Python re-implementation of the Rails routes system for mapping
URL's to Controllers/Actions and generating URL's. Routes makes it easy to
create pretty and concise URL's that are RESTful with little effort.

--------------------------------------------------------------------------------
Update Information:

***Release 1.12.1 (March 11, 2010)***

* Fix bug with routes not generating URL’s with callables in defaults.
* Fix bug with routes not handling sub-domain defaults during generation.

***Release 1.12 (February 28, 2010)***

* Split up the Routes docs.
* Fix bug with relative URL’s using qualified merging host and URL without including the appropriate slash. Fixes #13.
* Fix bug with mapper.extend and Routes modifying their original args. Fixes #24.
* Fix url.current() not returning current args when explicit is True.
* Added explicit way to directly use the Mapper to match with environ.
* Fix bug with improper len placement for submapper.
* Adding regular expression builder for entire regexp for faster rejection in a single regexp match should none of the routes match.
* Give Mapper a tabular string representation.
* Make SubMapper objects nestable and add route-generation helpers.
* Add SubMapper-based collections.
* Make the deprecated Mapper.minimization False (disabled) by default.
* Make the mapper explicit (true) by default.

***Release 1.11 (September 28, 2009)***

* Extensive documentation rewrite.
* Added Mapper.extend function that allows one to add lists of Routes objects to the mapper in one batch, optionally with a path_prefix.
* Added Mapper.submapper function that returns a SubMapper object to enable easier declaration of routes that have multiple keyword argument options in common.
* Mapper controller_scan argument now handles None, and lists of controller names in addition to a callable.
* Route object now takes a name parameter, which is the name it responds to. This name is automatically added when called by using Mapper’s connect class method.
* Added optional LRU object for use with Routes when URL’s change too often for the Routes urlcache dict to be a viable option.
--------------------------------------------------------------------------------

This update can be installed with the "yum" update programs.  Use
su -c 'yum update python-routes' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora EPEL GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the epel-package-announce mailing list