forked from pool/python-exceptiongroup
- 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:
@@ -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
|
||||
|
Reference in New Issue
Block a user