diff --git a/exceptiongroup-1.2.0-gh.tar.gz b/exceptiongroup-1.2.0-gh.tar.gz deleted file mode 100644 index b643c67..0000000 --- a/exceptiongroup-1.2.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8eaefb1a57cc9efcc601f346507c6daec23c5aced4691d64b0679d8728e50572 -size 27368 diff --git a/exceptiongroup-1.2.1-gh.tar.gz b/exceptiongroup-1.2.1-gh.tar.gz new file mode 100644 index 0000000..291a502 --- /dev/null +++ b/exceptiongroup-1.2.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b59b2c0cee4423a01ca6dba773efac4dd6390e3908e36ed222d683ce827c8f3b +size 28203 diff --git a/python-exceptiongroup.changes b/python-exceptiongroup.changes index 6264470..71ec218 100644 --- a/python-exceptiongroup.changes +++ b/python-exceptiongroup.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Apr 20 14:08:38 UTC 2024 - Dirk Müller + +- update to 1.2.1: + * Updated the copying of __notes__ to match CPython behavior + * Corrected the type annotation of the exception handler + callback to accept a BaseExceptionGroup instead of + BaseException + * Fixed type errors on Python < 3.10 and the type annotation of + suppress() + ------------------------------------------------------------------- Mon Nov 27 15:43:56 UTC 2023 - Dirk Müller diff --git a/python-exceptiongroup.spec b/python-exceptiongroup.spec index 6f47d35..3a012cd 100644 --- a/python-exceptiongroup.spec +++ b/python-exceptiongroup.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-exceptiongroup # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,7 +29,7 @@ %{?sle15_python_module_pythons} Name: python-exceptiongroup%{psuffix} -Version: 1.2.0 +Version: 1.2.1 Release: 0 Summary: Backport of PEP 654 (exception groups) License: MIT AND Python-2.0