Changelog for
python39-zope.exceptions-5.0.1-1.4.noarch.rpm :
* Sat Dec 16 2023 Dirk Müller
- update to 5.0.1:
* Fix issue introduced in the last release which is breaking
* ``HTMLExceptionFormatter`` when using non-str ``__traceback_info__``.
* Drop support for Python 2.7, 3.5, 3.6.
* Fri Jun 09 2023 ecsos - Add %{?sle15_python_module_pythons}
* Fri Jan 06 2023 Dirk Müller - update to 4.6:
* Catch exceptions in ``formatExceptionOnly``. Getting an exception when reporting about a different exception is not helpful. On Python 3.11 this is needed for some HTTPErrors.
* Add official support for Python 3.11.
* Add official support for Python 3.9 and 3.10.
* Undo dropping support for Python 3.5.
* Drop support for running the tests using ``python setup.py test``.- drop zope.exceptions-pr19+pr21-py310.patch (upstream)
* Sun Dec 19 2021 Ben Greiner - Add zope.exceptions-pr19+pr21-py310.patch
* gh#zopefoundation/zope.exceptions#21
* Tue Jul 21 2020 Marketa Calabkova - update to version 4.4
* Add support for Python 3.8 and preliminary support for 3.9b4.
* Drop support for Python 3.4 and 3.5.
* Fri Apr 05 2019 Marketa Calabkova - update to version 4.3
* Add support for Python 3.6 and 3.7.
* Drop support for Python 3.3.
* Fix handling of unicode supplemental traceback information on Python 2.- drop
*-doc subpackage, use multibuild instead
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Tue Jul 04 2017 jmatejekAATTsuse.com- drop unneeded _multibuild
* Fri Jun 23 2017 aloisioAATTgmx.com- Update to version 4.1.0
* Drop support for Python 2.6 and 3.2.
* Make exceptionformatter.extract_stack signature comply with traceback.extract_stack
* Add support for Python 3.5. 4.0.8:
* Fixes around TextExceptionFormatter limit: formatException and extractStack was cutting the traceback at the bottom, at the most interesting point. Now it will cut from the middle. Some text about the missing entries will be inserted.
* Maybe fix for extractStack, it did not detect recursions in the frames.- Split -doc into separate package and put tests there
* Thu Sep 03 2015 toddrme2178AATTgmail.com- Disable tests to avoid dependency loop