diff --git a/Routes-2.4.1.tar.gz b/Routes-2.4.1.tar.gz deleted file mode 100644 index aa2b8cf..0000000 --- a/Routes-2.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26ee43340fca5a32769ffe0c58edcb396ccce6bc1dfa689ddf844d50877355fd -size 182403 diff --git a/Routes-2.5.1.tar.gz b/Routes-2.5.1.tar.gz new file mode 100644 index 0000000..46c3f92 --- /dev/null +++ b/Routes-2.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6346459a15f0cbab01a45a90c3d25caf980d4733d628b4cc1952b865125d053 +size 190905 diff --git a/python-Routes.changes b/python-Routes.changes index d5d181b..ed85003 100644 --- a/python-Routes.changes +++ b/python-Routes.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Nov 26 09:12:36 UTC 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 15:08:24 UTC 2020 - pgajdos@suse.com diff --git a/python-Routes.spec b/python-Routes.spec index 1747624..fcffec8 100644 --- a/python-Routes.spec +++ b/python-Routes.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Routes -Version: 2.4.1 +Version: 2.5.1 Release: 0 Summary: Routing Recognition and Generation Tools License: BSD-3-Clause