Changelog for
python310-CherryPy-18.9.0-82.1.noarch.rpm :
* Sun Jan 14 2024 Dirk Müller
- update to 18.9.0:
* Various changes.- drop use-read_file-not-readfp.patch (upstream)
* Mon Dec 04 2023 roAATTsuse.de- drop testing stuff for now
* 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
* Mon Dec 14 2020 Benjamin Greiner - BuildRequire the already recommended simplejson to fix test suite failures with Python 3.6
* for TW python36 flavor -- gh#openSUSE/python-rpm-macros#66
* for Leap
* Mon May 04 2020 Johannes Grassler - update to 18.6.0
* Add support for UTF-8 encoded attachment
* Sat Mar 07 2020 Tomáš Chvátal - Do remove pytest.ini to not mess with extra options completely- Skip test reliably crashing in cheroot codebase
* Mon Feb 24 2020 Tomáš Chvátal - Export travis variable to skip more tests that can randomly fail
* Mon Jan 13 2020 Marketa Calabkova - update to 18.5.0
* Fixed issue where bytes values in a HeaderMap would be converted to strings.
* Rely on jaraco.collections for its case-insensitive dictionary support.
* Fixed issue in cpstats where the data/ endpoint would fail with encoding errors on Python 3.
* Simplify the passthrough of parameters to CPWebCase.getPage to cheroot. CherryPy now requires cheroot 8.2.1 or later.