Changelog for
python310-Paste-3.10.1-2.1.noarch.rpm :
* Thu Aug 29 2024 pgajdosAATTsuse.com- python-six is not required
* Mon Jul 29 2024 John Paul Adrian Glaubitz
- Update to 3.10.1
* Correct packaging and testing when not in a clean virtualenv- from version 3.10.0
* Move development to https://github.com/pasteorg/paste
* Vendor cgi.FieldStorage and cgitb.Hook
* More cleaning of Python 2 style code.- Adjust upstream source name in spec file
* Mon Apr 15 2024 Dirk Müller - update to 3.9.0:
* misc bugs + please pyflakes
* Remove unused format_environ method in watchthreads APP
* Fri Mar 22 2024 Dirk Müller - update to 3.8.0:
* remove most python2 compatibility
* Tue Dec 12 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 2023 Steve Kowalik - Update to 3.5.3:
* Use importlib instead of imp with Python 3.- Drop patch support-python-311.patch, something similar now included upstream.- Switch to pyproject macros.- Stop using greedy globs in %files.
* Tue May 09 2023 Johannes Kastl - add sle15_python_module_pythons
* Mon Jan 09 2023 Steve Kowalik - Add patch support-python-311.patch:
* Filter Deprecationwarning for one test script.- Remove Python 2 gubbins.
* Fri Sep 09 2022 Yogalakshmi Arunachalam - 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.
* This is very similar to https://github.com/cdent/paste/pull/53, and was apparently missed there.
* Fri Jul 15 2022 Dirk Müller - update to 3.5.1:
* Replace deprecated threading.currentThread, getName and setDaemon with threading.current_thread, name and daemon.
* Tue Feb 23 2021 Markéta Machová - Get rid of broken %ifpython3 macro