python-zope.configuration/python-zope.configuration.changes

93 lines
3.3 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Sat Mar 16 13:11:11 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 5.0.1:
* Fix tests when running from a distribution.
-------------------------------------------------------------------
Fri Dec 29 12:04:03 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 5.0:
* Drop support for Python 2.7, 3.5, 3.6.
* Add support for Python 3.11.
-------------------------------------------------------------------
Thu Jun 1 20:36:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
- use python3 module python for sle15
-------------------------------------------------------------------
Fri Sep 16 22:38:51 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- version update to 4.4.1
* Avoid creating reference cycles through tracebacks in reraise (change imported from six).
* Add support for Python 3.9, 3.10.
-------------------------------------------------------------------
Tue Mar 24 14:50:27 UTC 2020 - pgajdos@suse.com
- version update to 4.4.0
- Ensure a consistent interface resolution order for all objects. See
`issue 49 <https://github.com/zopefoundation/zope.configuration/issues/49>`_.
- Drop support for Python 3.4.
- Add support for Python 3.8.
- deleted sources
- pre_checkin.sh (not needed)
-------------------------------------------------------------------
Thu Apr 4 16:05:28 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 4.3.1
4.2.0
* Reach 100% automated test coverage.
* Add support for Python 3.7.
* Drop support for Python 3.3.
* Drop support for python setup.py test.
* Fix the doctests with zope.schema 4.7 and above.
* More classes and exceptions enhancements.
4.2.1
* Fix GlobalObject no longer allowing just a single ..
4.2.2
* Fix GlobalObject no longer allowing multiple leading dots.
* Add __all__ to all modules listing the documented members of
the module.
4.3.0
* Simplify exception chaining and nested exception error messages.
4.3.1
* Do not break when running the tests from a wheel.
- drop *-doc subpackage, use multibuild instead
-------------------------------------------------------------------
Sun Jul 16 08:23:42 UTC 2017 - aloisio@gmx.com
- Update to version 4.1.0
* Drop support for Python 2.6 and 3.2.
* Add support for Python 3.5 and 3.6.
* Fix the domain of MessageID fields to be a native string.
Previously on Python 3 they were bytes, which meant that they
couldnt be used to find translation utilities registered by
zope.i18n. See issue 17.
- Split docs and tests into separate -doc package since running
tests and sometimes building docs had become very messy.
Also see (gh#/zopefoundation/zope.proxy#18)
- Converted to single-spec
-------------------------------------------------------------------
Fri May 15 11:28:36 UTC 2015 - benoit.monin@gmx.fr
- update to version 4.0.3:
* Added explicit support for Python 3.4.
- point the source URL to pypi
- add fdupes as BuildRequires and call it after install
- pass -q to the test to avoid spamming the build log
- rename CHANGES.txt to CHANGES.rst: changed upstream
- rename README.txt to README.rst: changed upstream
-------------------------------------------------------------------
Mon Jul 29 14:32:46 UTC 2013 - hpj@urpla.net
- version 4.0.2: initial build