Fedora 13 Update: python-routes-1.12.1-1.fc13

updates at fedoraproject.org updates at fedoraproject.org
Tue Aug 17 05:33:54 UTC 2010


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2010-8069
2010-05-06 06:52:28
--------------------------------------------------------------------------------

Name        : python-routes
Product     : Fedora 13
Version     : 1.12.1
Release     : 1.fc13
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:

Warning: This release of Routes is 'explicit' by default, which may break
certain applications.  You can restore the old behavior by setting 'map.explicit
= False'.    ***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.
--------------------------------------------------------------------------------
ChangeLog:

* Wed May  5 2010 Luke Macken <lmacken at redhat.com> - 1.12.1-1
- Update to 1.12.1
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  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 Project 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 package-announce mailing list