From 734208540464bcec43063cd19593e85eeb1189df41fe8f1a94953c9f438305b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 26 Jul 2024 13:29:04 +0000 Subject: [PATCH] Accepting request 1189765 from home:glaubitz:branches:devel:languages:python - Update to 1.2.2 * Removed an ``assert`` in ``exceptiongroup._formatting`` that caused compatibility issues with Sentry (#123) OBS-URL: https://build.opensuse.org/request/show/1189765 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exceptiongroup?expand=0&rev=23 --- exceptiongroup-1.2.1-gh.tar.gz | 3 --- exceptiongroup-1.2.2-gh.tar.gz | 3 +++ python-exceptiongroup.changes | 7 +++++++ python-exceptiongroup.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 exceptiongroup-1.2.1-gh.tar.gz create mode 100644 exceptiongroup-1.2.2-gh.tar.gz diff --git a/exceptiongroup-1.2.1-gh.tar.gz b/exceptiongroup-1.2.1-gh.tar.gz deleted file mode 100644 index 291a502..0000000 --- a/exceptiongroup-1.2.1-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b59b2c0cee4423a01ca6dba773efac4dd6390e3908e36ed222d683ce827c8f3b -size 28203 diff --git a/exceptiongroup-1.2.2-gh.tar.gz b/exceptiongroup-1.2.2-gh.tar.gz new file mode 100644 index 0000000..f80a51e --- /dev/null +++ b/exceptiongroup-1.2.2-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f001cc7f3c1c89ccbff903f6ecd0880429d2d923c466f643d4bc2225d6af18b8 +size 28364 diff --git a/python-exceptiongroup.changes b/python-exceptiongroup.changes index 71ec218..115b0d9 100644 --- a/python-exceptiongroup.changes +++ b/python-exceptiongroup.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jul 26 11:42:55 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 1.2.2 + * Removed an ``assert`` in ``exceptiongroup._formatting`` + that caused compatibility issues with Sentry (#123) + ------------------------------------------------------------------- Sat Apr 20 14:08:38 UTC 2024 - Dirk Müller diff --git a/python-exceptiongroup.spec b/python-exceptiongroup.spec index 3a012cd..580c4eb 100644 --- a/python-exceptiongroup.spec +++ b/python-exceptiongroup.spec @@ -29,7 +29,7 @@ %{?sle15_python_module_pythons} Name: python-exceptiongroup%{psuffix} -Version: 1.2.1 +Version: 1.2.2 Release: 0 Summary: Backport of PEP 654 (exception groups) License: MIT AND Python-2.0