- Update to 1.1.2:
- Changed handling of exceptions in exception group handler callbacks to not wrap a single exception in an exception group, as per CPython issue gh#python/cpython#103590. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exceptiongroup?expand=0&rev=13
This commit is contained in:
parent
9b6fed2b98
commit
48c7731673
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:abe42a62bac0948d95bba6a48f63d8ebb21a7420fd26039a4ec951873fafaee7
|
|
||||||
size 23107
|
|
BIN
exceptiongroup-1.1.2-gh.tar.gz
(Stored with Git LFS)
Normal file
BIN
exceptiongroup-1.1.2-gh.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 4 22:32:27 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.1.2:
|
||||||
|
- Changed handling of exceptions in exception group handler
|
||||||
|
callbacks to not wrap a single exception in an exception
|
||||||
|
group, as per CPython issue gh#python/cpython#103590.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 21 12:24:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Fri Apr 21 12:24:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-exceptiongroup%{psuffix}
|
Name: python-exceptiongroup%{psuffix}
|
||||||
Version: 1.1.1
|
Version: 1.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Backport of PEP 654 (exception groups)
|
Summary: Backport of PEP 654 (exception groups)
|
||||||
License: MIT AND Python-2.0
|
License: MIT AND Python-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user