| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Rearrange requirements, run only basic testsuite in SLE-based projects
- use python3 module python for sle15
- 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.
- 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.
- 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
- 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
- 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).
- Use download Url as source - Add unzip requirement to support tarball format
- disable testing due to circular dependency with python-zope.security
- version 4.1.0: initial build
- update to version 4.6.2 * Improve the documentation, both published and in docstrings.
- 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>`_.
- 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.
- 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.