diff --git a/Paste-3.5.3.tar.gz b/Paste-3.5.3.tar.gz deleted file mode 100644 index 147940d..0000000 --- a/Paste-3.5.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa093f46a4d1ea3898a849c8ce1d2a425c2bed5fc06b36384fe3ffaa652c081b -size 638791 diff --git a/Paste-3.7.1.tar.gz b/Paste-3.7.1.tar.gz new file mode 100644 index 0000000..43c4422 --- /dev/null +++ b/Paste-3.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d07a8e1c7fa72b8cf403762a002f80d12c0384056956dd0a87cb9a3be64749a +size 639191 diff --git a/python-Paste.changes b/python-Paste.changes index 71d1d88..480d704 100644 --- a/python-Paste.changes +++ b/python-Paste.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Dec 12 13:21:29 UTC 2023 - Dirk Müller + +- update to 3.7.1: + * The main change for 3.7.0 and beyond is dropping support for + Python 2. In the past it was possible to get Paste to work in + Python 2 with some effort. That's now no longer possible. If + Python 2 is required for some reason, use an older version of + Paste. +- update to 3.6.1: + * Turn on github action for tests on pull requests + * Add a Makefile for simple automation + ------------------------------------------------------------------- Mon Aug 28 04:41:38 UTC 2023 - Steve Kowalik @@ -23,7 +36,7 @@ Mon Jan 9 05:47:04 UTC 2023 - Steve Kowalik ------------------------------------------------------------------- Fri Sep 9 11:24:27 UTC 2022 - Yogalakshmi Arunachalam -- update to 3.5.2: +- update to 3.5.2: * Fix py3 compatibility in paste.wsgilib.catch_errors (#70) * A Python 3 application might only define `__next__`, not `next`. Use `six.next` instead. @@ -55,7 +68,7 @@ Fri Oct 9 04:10:19 UTC 2020 - Steve Kowalik - Update to 3.4.6: * Explicit pkg_resource dependency to easy packaging. * Remove deprecated dependencies paste/fixture.py. - * Update setup.py to work with setuptools 50.1.0+ + * Update setup.py to work with setuptools 50.1.0+ ------------------------------------------------------------------- Tue Aug 4 12:08:43 UTC 2020 - Dirk Mueller @@ -196,7 +209,7 @@ Tue Mar 6 17:00:13 UTC 2018 - aplanas@suse.com Tue Feb 27 13:47:03 UTC 2018 - aplanas@suse.com - Suggest only for SUSE -- Use %{__python3} macro +- Use %{__python3} macro ------------------------------------------------------------------- Wed Aug 9 16:21:38 UTC 2017 - tbechtold@suse.com diff --git a/python-Paste.spec b/python-Paste.spec index 7d7d446..1d319e6 100644 --- a/python-Paste.spec +++ b/python-Paste.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-Paste -Version: 3.5.3 +Version: 3.7.1 Release: 0 Summary: Tools for using a Web Server Gateway Interface stack License: MIT