14
0

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
This commit is contained in:
2024-07-26 13:29:04 +00:00
committed by Git OBS Bridge
parent 044c974452
commit 7342085404
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b59b2c0cee4423a01ca6dba773efac4dd6390e3908e36ed222d683ce827c8f3b
size 28203

BIN
exceptiongroup-1.2.2-gh.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jul 26 11:42:55 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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