Changelog for
python38-zope.component-5.0.1-1.2.x86_64.rpm :
* Sat Jul 10 2021 Jason Craig
- Update to 5.0.1
* Add support for Python 3.9.
* Many other changes, see CHANGES.rst- Update requirements as changed in setup.py.- Mark LICENSE.txt, COPYRIGHT.txt with %license.
* Tue Jul 21 2020 Marketa Calabkova - update to version 4.6.2
* Improve the documentation, both published and in docstrings.
* Thu Apr 02 2020 pgajdosAATTsuse.com- version update to 4.6.1 - Ensure the resolution order of ``BaseGlobalComponents`` is consistent. See `issue 45 `_.
* Tue Jan 21 2020 Marketa Calabkova - update to version 4.6
* Add support for Python 3.8.
* Drop support for Python 3.4.
* Fix tests on Python 2 following changes in ZODB 5.5.0.
* Mon Apr 08 2019 Marketa Calabkova - update to version 4.5
* Add support for Python 3.6 and 3.7.
* Drop support for Python 3.3.
* Drop support for “setup.py test”.
* Always install zope.hookable as a dependency.
* Make accessing names that have been moved to zope.interface produce a DeprecationWarning.- Drop the
*-doc subpackage, use multibuild instead.
* Drop pre-checkin.sh as it is no longer needed.
* Sun Jul 16 2017 aloisioAATTgmx.com- Update to version 4.3.0
* When testing PURE_PYTHON environments under tox, avoid poisoning the user’s global wheel cache.
* Drop support for Python 2.6 and 3.2.
* Add support for Python 3.5. 4.2.2:
* Fix test cases for PyPy and PyPy3.- Split docs and tests into separate package to avoid dependency loop.- Converted to single-spec
* Fri May 15 2015 benoit.moninAATTgmx.fr- update to version 4.2.1:
* Added support for Python 3.4.- switch source archive to tar.gz (zip not available)- remove unzip from BuildRequires
* Wed Feb 19 2014 os-devAATTjacraig.com- Update to 4.2.0:
* Updated ``boostrap.py`` to version 2.2.
* Reset the cached ``adapter_hooks`` at ``zope.testing.cleanup.cleanUp`` time (LP1100501).
* Implemented ability to specify adapter and utility names in Python. Use the ``AATTzope.component.named(name)`` decorator to specify the name.- Update python-zope.interface requirement version (see setup.py).
* Tue Dec 10 2013 p.drouandAATTgmail.com- Use download Url as source- Add unzip requirement to support tarball format
* Wed Jul 31 2013 hpjAATTurpla.net- disable testing due to circular dependency with python-zope.security