Changelog for
python312-CherryPy-18.10.0-87.15.noarch.rpm :
* Wed Jul 24 2024 Angel Yankov
- Update to 18.10.0
* Removed the use of :mod:`cgi` deprecated in Python 3.11 -- by user: radez.
* Various changes.
* Thu Jan 25 2024 Daniel Garcia - Disable more flaky tests in s390x, bsc#1218602
* Tue Jan 16 2024 Daniel Garcia - Increase timeouts for tests for s390x architecture, bsc#1218602
* Sun Jan 14 2024 Dirk Müller - update to 18.9.0:
* Various changes.- drop use-read_file-not-readfp.patch (upstream)
* Wed Nov 22 2023 Steve Kowalik - Add patch use-read_file-not-readfp.patch:
* Use read_file(), not readfp() for configparser.- Switch to autosetup and pyproject macros.
* Mon May 08 2023 Johannes Kastl - add sle15_python_module_pythons
* Tue Dec 13 2022 Matej Cepl - Fix Recommends: it is python-python-memcached, not just python-memcached.
* Tue Aug 02 2022 Otto Hollmann - Update to 18.8.0
* Dangerous characters received in a host header encoded using RFC 2047 are now elided by default. Currently, dangerous characters are defined as CR and LF. The original value is still available as cherrypy.request.headers[\'Host\'].raw if needed.- Changes from v18.7.0
* Drop support for Python 3.5.
* Fixed compatibility on Python 3.11.- Fix URL in spec file: cherrypy.org -> cherrypy.dev
* Tue Oct 05 2021 Stefan Schubert - Added BuildRequires: alts
* Sun Aug 22 2021 Stefan Schubert - Use libalternatives instead of update-alternatives.
* Mon Aug 16 2021 John Paul Adrian Glaubitz - Update to 18.6.1
* Fixed XLF flag in gzip header emitted by gzip compression tool per RFC 1952, Section 2.3.1
* Restricted depending on pywin32 only under CPython so that it won\'t get pulled-in under PyPy
* Bumped minimum version of PyWin32 to 227. Block pywin32 install on Python 3.10 and later.- Update Requires from setup.py