python-Routes
A Routing package for Python that matches URL's to dicts and vice versa.
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / python-Routes
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python/python-Routes && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Routes-2.5.1.tar.gz | 0000190905 186 KB | |
python-Routes.changes | 0000005896 5.76 KB | |
python-Routes.spec | 0000002019 1.97 KB | |
remove-six.patch | 0000015220 14.9 KB |
Revision 30 (latest revision is 36)
Dirk Mueller (dirkmueller)
committed
(revision 30)
- update to 2.5.1: * Add compatibility for Python 3.7+. * Add graceful fallback for invalid character encoding from request object. * Enhanced performance for matching routes that share the same static prefix. * Fixed issue with child routes not passing route conditions to the Mapper.connect call. * Fixed documentation to reflect default value for minimization. * Allow backslash to escape special characters in route paths. * Resolve invalid escape sequences. * Remove support for Python 2.6, 3.3, and 3.4. * Remove obsolete Python 2.3 compat code.
Comments 0