14
0

- Add 64_handl_embed_excep.patch fixing

gh#agronholm/exceptiongroup#64.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exceptiongroup?expand=0&rev=14
This commit is contained in:
2023-07-04 23:39:40 +00:00
committed by Git OBS Bridge
parent 48c7731673
commit 75be636421
3 changed files with 104 additions and 1 deletions

View File

@@ -35,6 +35,9 @@ Summary: Backport of PEP 654 (exception groups)
License: MIT AND Python-2.0
URL: https://github.com/agronholm/exceptiongroup
Source: https://github.com/agronholm/exceptiongroup/archive/refs/tags/%{version}.tar.gz#/exceptiongroup-%{version}-gh.tar.gz
# PATCH-FIX-UPSTREAM 64_handl_embed_excep.patch gh#agronholm/exceptiongroup#64 mcepl@suse.com
# Changed handling of a single exception raised in exception
Patch0: 64_handl_embed_excep.patch
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module flit-scm}
BuildRequires: %{python_module pip}
@@ -75,7 +78,7 @@ exception group classes are used instead, ``TracebackException`` is not monkey p
and the exception hook won't be installed.
%prep
%setup -q -n exceptiongroup-%{version}
%autosetup -p1 -n exceptiongroup-%{version}
%if !%{with test}
%build