14
0

- 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.
  * Fix handling of unicode supplemental traceback information on

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.exceptions?expand=0&rev=28
This commit is contained in:
2023-12-16 09:03:10 +00:00
committed by Git OBS Bridge
parent bb576eb568
commit 5c92c75b7f
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Dec 16 09:02:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 9 12:41:41 UTC 2023 - ecsos <ecsos@opensuse.org>
@@ -35,7 +44,7 @@ Fri Apr 5 07:06:22 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- 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
* Fix handling of unicode supplemental traceback information on
Python 2.
- drop *-doc subpackage, use multibuild instead