python-Routes
A Routing package for Python that matches URL's to dicts and vice versa.
- Sources inherited from project devel:languages:python
- 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 home:smarty12:Python/python-Routes && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Routes-2.3.1.tar.gz | 0000181694 177 KB | |
_link | 0000000148 148 Bytes | |
python-Routes.changes | 0000003895 3.8 KB | |
python-Routes.spec | 0000002049 2 KB |
Revision 18 (latest revision is 36)
Dirk Mueller (dirkmueller)
accepted
request 399996
from
Thomas Bechtold (tbechtold)
(revision 18)
- update to 2.3.1: * Backwards compatability fix - connect should work with mandatory routename and optional path. Patch by Davanum Srinivas (PR #65). * Fix sub_domain equivalence check. Patch by Nikita Uvarov * Add support for protocol-relative URLs generation (i.e. starting with double slash ``//``). PR #60. Patch by Sviatoslav Sydorenko. * Add support for the ``middleware`` extra requirement, making possible to depend on ``webob`` optionally. PR #59. Patch by Sviatoslav Sydorenko. * Fix matching of an empty string route, which led to exception in earlier versions. PR #58. Patch by Sviatoslav Sydorenko. * Add support for the ``requirements`` option when using mapper.resource to create routes. PR #57. Patch by Sean Dague. * Concatenation fix when using submappers with path prefixes. Multiple submappers combined the path prefix inside the controller argument in non-obvious ways. The controller argument will now be properly carried through when using submappers. PR #28.
Comments 0