Changelog for
python310-Paste-3.5.3-83.1.noarch.rpm :
* 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
* Thu Nov 26 2020 Dirk Mueller - update to 3.5.0:
* Python 3 fixes to auth and wsgi.errors handling; notably making wsgi.errors text.
* Fri Oct 09 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+
* Tue Aug 04 2020 Dirk Mueller - update to 3.4.3:
* Patch auth ticket to be python3 compatible.
* Fri Jul 17 2020 Dirk Mueller - update to 3.4.2:
* Correct sorting of items() in EvalHTMLFormatter.
* Fix next in iterators in wsgilib.py.
* Thu Mar 26 2020 Marketa Calabkova - update to 3.4.0
* Python 3 updates for use of StringIO and auth_tkt.py.
* Use six.BytesIO when reading wsgi.input.
* Allow binding IPv6 address when starting a server.
* Wed Jan 15 2020 Marketa Calabkova - update to 3.2.6
* Correctly handle HEAD requests (to send empty body) when gzip encoding requested.
* Use is_alive instead of isAlive for Python 3.9 compatibility.
* Use encodebytes instead of deprecated encodestring.
* Fix Python 2 and 3 compatibility for base64.