Changelog for
python-zope.hookable-debuginfo-7.0-2.1.x86_64.rpm :
* Wed Jan 22 2025 Steve Kowalik
- Explicitly BuildRequire sphinx_rtd_theme.
* Mon Oct 28 2024 Dirk Müller - update to 7.0:
* C extension now enables multi-phase module initialization (PEP 489). For CPython >= 3.11, the hookable type is now a heap-allocated type. See: https://docs.python.org/3.13/howto/isolating-extensions.html
* Drop support for Python 3.7.
* Add support for Python 3.13.
* Build windows wheels on GHA.
* Fri Dec 29 2023 Dirk Müller - update to 6.0:
* Drop support for Python 2.7, 3.5, 3.6.
* Add support for Python 3.12.
* Wed Jul 26 2023 Bernhard Wiedemann - Drop sphinx doctrees for reproducible builds
* Fri Jun 09 2023 ecsos - Add %{?sle15_python_module_pythons}
* Wed May 03 2023 Martin Liška - Use sphinx-build and do not depend on removed build_sphinx in Sphinx 7.0 (boo#1211051).
* Wed Feb 01 2023 Ben Greiner - Explicitly require python3-Sphinx for building the docs. It could have been omitted from %pythons for %python_module in a 15.X backport project.
* Mon Dec 05 2022 Yogalakshmi Arunachalam - Update to version 5.4
* Add support for building arm64 wheels on macOS.
* Tue Nov 08 2022 Matej Cepl - Clean up SPEC file, make rpmlint happy.- -doc subpackage should be noarch.
* Sun Nov 06 2022 Hans-Peter Jansen - Update to version 5.3
* Add support for the final release of Python 3.11.
* Wed Oct 12 2022 Yogalakshmi Arunachalam - Update to version 5.2
* Add support for Python 3.10 and 3.11 (as of 3.11.0rc1).
* Disable unsafe math optimizations in C code. See pull request 25.