Changelog for
python311-zope.security-6.2-1.5.x86_64.rpm :
* Mon Dec 11 2023 Dirk Müller
- update to 6.2:
* Make ``next()`` on C proxies call ``__next__`` rather than ``next`` (see PEP 3114), and drop support for the Python 2 ``next`` method name from pure-Python proxies.
* Drop using ``setup_requires`` due to constant problems on GHA.
* Add support for Python 3.12.
* Fri Jun 09 2023 ecsos - Add %{?sle15_python_module_pythons}
* Fri May 05 2023 Dirk Müller - update to 6.1:
* Remove more proxying code for names that no longer exist in Python 3.
* Remove proxying code for names that no longer exist in Python 3.
* Drop support for Python 2.7, 3.5, 3.6.
* Tue Dec 13 2022 Yogalakshmi Arunachalam - Update to version 5.8
* The extra untrustedpython now for Python 3, too, installs zope.untrustedpython.
* Mon Dec 05 2022 Yogalakshmi Arunachalam - Update to version 5.7
* Release to rebuild full set of binary wheels.- Update to version 5.6
* Add support for building arm64 wheels on macOS.
* Tue Nov 08 2022 Hans-Peter Jansen - Update to version 5.5
* Add support for final release of Python 3.11.
* Sat Oct 29 2022 Yogalakshmi Arunachalam - Update to version 5.4.0
* Disable unsafe math optimizations in C code. See pull request 89.
* Fri Sep 16 2022 Yogalakshmi Arunachalam - Update to version 5.3.0
* Allow calling bound methods of some built-in objects such as ().__repr__ and {}.__repr__ by default. This worked on Python 2, but raised ForbiddenAttribute on Python 3. See issue 75.
* Remove usage of unittest.makeSuite as it is deprecated in Python 3.11+. See issue 83.
* Add support for Python 3.11 (as of 3.11.0a7).
* Mon Apr 11 2022 Ben Greiner - Update to version 5.2.0
* Add support for Python 3.9 and 3.10.
* Thu Apr 02 2020 pgajdosAATTsuse.com- version update to 5.1.1 - Ensure all objects have consistent interface resolution orders (if all dependencies are up-to-date). See `issue 71 `_.