forked from pool/python-exceptiongroup
Accepting request 1045038 from home:bnavigator:branches:devel:languages:python
- Update to 1.1.0 * Backported upstream fix for gh-99553 (custom subclasses of BaseExceptionGroup that also inherit from Exception should not be able to wrap base exceptions) * Moved all initialization code to __new__() (thus matching Python 3.11 behavior) - Fix multibuild OBS-URL: https://build.opensuse.org/request/show/1045038 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exceptiongroup?expand=0&rev=7
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 23 15:24:56 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 1.1.0
|
||||
* Backported upstream fix for gh-99553 (custom subclasses of
|
||||
BaseExceptionGroup that also inherit from Exception should not
|
||||
be able to wrap base exceptions)
|
||||
* Moved all initialization code to __new__() (thus matching
|
||||
Python 3.11 behavior)
|
||||
- Fix multibuild
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 19 10:08:40 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user