14
0

- 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.exceptions?expand=0&rev=23
This commit is contained in:
2023-01-06 12:44:31 +00:00
committed by Git OBS Bridge
parent 13ccc714bd
commit 7295e7fa19
5 changed files with 18 additions and 33 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jan 6 12:42:36 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 15:29:01 UTC 2021 - Ben Greiner <code@bnavigator.de>