python-zope.component/python-zope.component.changes

104 lines
3.7 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-------------------------------------------------------------------
Fri May 5 14:22:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 6.0:
* Drop support for Python 2.7, 3.5, 3.6.
* Fix crash when the environment variable `PYTHONOPTIMIZED` is
set to `2` and docstrings are set to `None` by the interpreter.
* Add support for Python 3.10 and 3.11.
-------------------------------------------------------------------
Sat Jul 10 00:31:03 UTC 2021 - Jason Craig <os@jacraig.com>
- 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 09:07:11 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 4.6.2
* Improve the documentation, both published and in docstrings.
-------------------------------------------------------------------
Thu Apr 2 07:38:51 UTC 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 11:24:19 UTC 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 8 15:05:42 UTC 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 08:15:36 UTC 2017 - aloisio@gmx.com
- Update to version 4.3.0
* When testing PURE_PYTHON environments under tox, avoid
poisoning the users 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 11:13:54 UTC 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 04:08:29 UTC 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 13:13:28 UTC 2013 - p.drouand@gmail.com
- Use download Url as source
- Add unzip requirement to support tarball format
-------------------------------------------------------------------
Wed Jul 31 08:57:22 UTC 2013 - hpj@urpla.net
- disable testing due to circular dependency with python-zope.security
-------------------------------------------------------------------
Mon Jul 29 21:43:49 UTC 2013 - hpj@urpla.net
- version 4.1.0: initial build