Package Release Info

python-zope.hookable-6.0-bp156.1.4

Update Info: Base Release
Available in Package Hub : 15 SP6

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python-zope.hookable-doc
python311-zope.hookable

Change Logs

* Fri Dec 29 2023 Dirk Müller <dmueller@suse.com>
- 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 <bwiedemann@suse.com>
- Drop sphinx doctrees for reproducible builds
* Fri Jun 09 2023 ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
* Wed May 03 2023 Martin Liška <mliska@suse.cz>
- Use sphinx-build and do not depend on removed build_sphinx
  in Sphinx 7.0 (boo#1211051).
* Wed Feb 01 2023 Ben Greiner <code@bnavigator.de>
- 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 <yarunachalam@suse.com>
- Update to version 5.4
  * Add support for building arm64 wheels on macOS.
* Tue Nov 08 2022 Matej Cepl <mcepl@suse.com>
- Clean up SPEC file, make rpmlint happy.
- -doc subpackage should be noarch.
* Sun Nov 06 2022 Hans-Peter Jansen <hpj@urpla.net>
- Update to version 5.3
  * Add support for the final release of Python 3.11.
* Wed Oct 12 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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.
Version: 5.1.0-bp155.2.16
* Wed Apr 08 2020 Tomáš Chvátal <tchvatal@suse.com>
- Do not pull in py2 package in doc subpkg
Version: 5.1.0-bp154.1.1
* Wed Oct 13 2021 pgajdos@suse.com
- update to version 5.1.0
  - Add support for Python 3.9.
  - Create Linux aarch64 wheels.
* Wed Oct 13 2021 pgajdos@suse.com
- %check: use %pyunittest rpm macro
- added sources
  + _multibuild
Version: 5.0.1-bp152.2.1
* Wed Apr 08 2020 Tomá? Chvátal <tchvatal@suse.com>
- Do not pull in py2 package in doc subpkg
* Mon Mar 16 2020 pgajdos@suse.com
- version update to 5.0.1
  - Stop using the setuptools ``Feature`` class, allowing this
    project to be built from source with newer versions of setuptools
    that remove that functionality.
* Tue Jan 21 2020 Marketa Calabkova <mcalabkova@suse.com>
- update to version 5.0.0
  * Add support for Python 3.7 and 3.8.
  * Drop support for Python 3.4.
* Mon Oct 14 2019 Matej Cepl <mcepl@suse.com>
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
* Fri Apr 05 2019 Marketa Calabkova <mcalabkova@suse.com>
- update to version 4.2.0
  * Add support for Python 3.5 and 3.6.
  * Drop support for Python 2.6, 3.2 and 3.3.
  * Expose the __doc__ (and, where applicable, __bases__ and __dict__)
    of the hooked object. This lets Sphinx document them.
  * Respect PURE_PYTHON at runtime.
Version: 4.0.4-bp150.2.3
* Sat Jul 08 2017 aloisio@gmx.com
- Converted to single-spec
* Fri May 15 2015 benoit.monin@gmx.fr
- update to version 4.0.4:
  * Added support for Python 3.4.
- additional changes from version 4.0.3:
  * Updated boostrap.py to version 2.2.
  * Fixed extension compilation on Py3k.
- additional changes from version 4.0.2:
  * Fleshed out PyPI Trove classifiers.
- point the source URL to pypi
- rename CHANGES.txt to CHANGES.rst: changed upstream
- rename README.txt to README.rst: changed upstream
* Mon Jul 29 2013 hpj@urpla.net
- version 4.0.1: initial build