python-zope.hookable/python-zope.hookable.changes

55 lines
1.9 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Mon Mar 16 14:13:58 UTC 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 11:19:26 UTC 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 14:51:13 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
-------------------------------------------------------------------
Fri Apr 5 07:14:07 UTC 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.
-------------------------------------------------------------------
Sat Jul 8 07:02:54 UTC 2017 - aloisio@gmx.com
- Converted to single-spec
-------------------------------------------------------------------
Fri May 15 12:00:44 UTC 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 21:01:01 UTC 2013 - hpj@urpla.net
- version 4.0.1: initial build