Changelog for
python312-zope.security-7.3-38.1.x86_64.rpm :
* Thu Oct 10 2024 John Paul Adrian Glaubitz
- Update to 7.3
* Respect ``PURE_PYTHON`` environment variable set to ``0``.- from version 7.2
* Declare final support for Python 3.13.- Adjust upstream source name in spec file
* Sun Sep 08 2024 Dirk Müller - update to 7.1:
* Allow calling methods of type by default. In particular, Python 3.12 refactored the io module in such a way as to slightly change the types of some methods, causing zope.security to no longer consider them callable. See zope.file#13.
* Mon Jun 10 2024 Dirk Müller - update to 7.0:
* Add preliminary support for Python 3.13 as of 3.13b1.
* Drop support for Python 3.7.
* Build windows wheels on GHA.
* 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.