From 48c7731673565591f9184eacd574c21a7ebc356adae18396b17899c87a58a44e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Jul 2023 22:34:59 +0000 Subject: [PATCH] - 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 --- exceptiongroup-1.1.1-gh.tar.gz | 3 --- exceptiongroup-1.1.2-gh.tar.gz | 3 +++ python-exceptiongroup.changes | 8 ++++++++ python-exceptiongroup.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 exceptiongroup-1.1.1-gh.tar.gz create mode 100644 exceptiongroup-1.1.2-gh.tar.gz diff --git a/exceptiongroup-1.1.1-gh.tar.gz b/exceptiongroup-1.1.1-gh.tar.gz deleted file mode 100644 index 797410b..0000000 --- a/exceptiongroup-1.1.1-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:abe42a62bac0948d95bba6a48f63d8ebb21a7420fd26039a4ec951873fafaee7 -size 23107 diff --git a/exceptiongroup-1.1.2-gh.tar.gz b/exceptiongroup-1.1.2-gh.tar.gz new file mode 100644 index 0000000..ace6af4 --- /dev/null +++ b/exceptiongroup-1.1.2-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:107e769418fac86697c510aa0e6849ae48d384b20186ec4db5c23e567829589f +size 23079 diff --git a/python-exceptiongroup.changes b/python-exceptiongroup.changes index 9df41c3..b28d82a 100644 --- a/python-exceptiongroup.changes +++ b/python-exceptiongroup.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jul 4 22:32:27 UTC 2023 - Matej Cepl + +- 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 diff --git a/python-exceptiongroup.spec b/python-exceptiongroup.spec index 8ff2dae..a36c97c 100644 --- a/python-exceptiongroup.spec +++ b/python-exceptiongroup.spec @@ -29,7 +29,7 @@ %{?sle15_python_module_pythons} Name: python-exceptiongroup%{psuffix} -Version: 1.1.1 +Version: 1.1.2 Release: 0 Summary: Backport of PEP 654 (exception groups) License: MIT AND Python-2.0