From a4ea5e96de33eef8a230fbb62cf74fa20fd5f59ded92095826f22dcdddcf6674 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 14 Mar 2023 22:20:42 +0000 Subject: [PATCH] - update to 1.1.1: * Worked around `CPython issue #98778 ``urllib.error.HTTPError(..., fp=None)`` raises ``KeyError`` on unknown attribute access, on affected Python versions. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exceptiongroup?expand=0&rev=9 --- exceptiongroup-1.1.0-gh.tar.gz | 3 --- exceptiongroup-1.1.1-gh.tar.gz | 3 +++ python-exceptiongroup.changes | 9 +++++++++ python-exceptiongroup.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 exceptiongroup-1.1.0-gh.tar.gz create mode 100644 exceptiongroup-1.1.1-gh.tar.gz diff --git a/exceptiongroup-1.1.0-gh.tar.gz b/exceptiongroup-1.1.0-gh.tar.gz deleted file mode 100644 index 326ca76..0000000 --- a/exceptiongroup-1.1.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9036aa671fa6fcd0f40ee80f9f373697c3501fb66ac0dbec3bce50baeda81e1d -size 22724 diff --git a/exceptiongroup-1.1.1-gh.tar.gz b/exceptiongroup-1.1.1-gh.tar.gz new file mode 100644 index 0000000..797410b --- /dev/null +++ b/exceptiongroup-1.1.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abe42a62bac0948d95bba6a48f63d8ebb21a7420fd26039a4ec951873fafaee7 +size 23107 diff --git a/python-exceptiongroup.changes b/python-exceptiongroup.changes index 3ec7e84..162e075 100644 --- a/python-exceptiongroup.changes +++ b/python-exceptiongroup.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Mar 14 22:18:18 UTC 2023 - Dirk Müller + +- update to 1.1.1: + * Worked around `CPython issue #98778 + ``urllib.error.HTTPError(..., fp=None)`` raises + ``KeyError`` on unknown attribute access, on affected + Python versions. + ------------------------------------------------------------------- Fri Dec 23 15:24:56 UTC 2022 - Ben Greiner diff --git a/python-exceptiongroup.spec b/python-exceptiongroup.spec index fa386c8..69f6283 100644 --- a/python-exceptiongroup.spec +++ b/python-exceptiongroup.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,7 +28,7 @@ %endif Name: python-exceptiongroup%{psuffix} -Version: 1.1.0 +Version: 1.1.1 Release: 0 Summary: Backport of PEP 654 (exception groups) License: MIT AND Python-2.0