* Tue Jul 21 2020 Marketa Calabkova <mcalabkova@suse.com>
- update to version 4.6.2
* Improve the documentation, both published and in docstrings.
* Thu Apr 02 2020 pgajdos@suse.com
- version update to 4.6.1
- Ensure the resolution order of ``BaseGlobalComponents`` is
consistent. See `issue 45 <https://github.com/zopefoundation/zope.component/issues/45>`_.
* Tue Jan 21 2020 Marketa Calabkova <mcalabkova@suse.com>
- 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 <mcalabkova@suse.com>
- 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 aloisio@gmx.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.monin@gmx.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-dev@jacraig.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 ``@zope.component.named(name)`` decorator to specify the name.
- Update python-zope.interface requirement version (see setup.py).
* Tue Dec 10 2013 p.drouand@gmail.com
- Use download Url as source
- Add unzip requirement to support tarball format
* Wed Jul 31 2013 hpj@urpla.net
- disable testing due to circular dependency with python-zope.security
* Mon Jul 29 2013 hpj@urpla.net
- version 4.1.0: initial build