* 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Routes?expand=0&rev=30
- 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.
OBS-URL: https://build.opensuse.org/request/show/399996
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Routes?expand=0&rev=18