Changelog for
python312-Routes-2.5.1-4.1.noarch.rpm :
* Fri Jun 07 2024 Markéta Machová
- Add remove-six.patch to get rid of six
* Thu Aug 18 2022 Ben Greiner - Clean specfile, remove coverage
* Mon Nov 08 2021 Dirk Müller - add six dependency declaration
* Thu Nov 26 2020 Dirk Mueller - 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.
* Wed Jun 17 2020 pgajdosAATTsuse.com- nose -> pytest
* Thu Nov 07 2019 Matej Cepl - Run through spec-cleaner
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Thu Jun 29 2017 tbechtoldAATTsuse.com- update to 2.4.1:
* Release as a universal wheel. PR #75.
* Convert readthedocs links for their .org -> .io migration for hosted projects.- convert to singlespec- Fix Source url
* Fri Jun 03 2016 tbechtoldAATTsuse.com- 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.
* Fri Aug 07 2015 hpjAATTurpla.net- update to 2.2:
* Fix Python 3 support. Patch by Victor Stinner.- spell python-WebTest and python-WebOb correctly