14
0

- Add patch support-typeguard-4.patch:

* Support typeguard 4+.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stack-data?expand=0&rev=11
This commit is contained in:
2023-05-15 09:53:40 +00:00
committed by Git OBS Bridge
parent 791e03110a
commit 3118f4dda0
3 changed files with 46 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ Summary: Extract data from python stack frames and tracebacks
License: MIT
URL: https://github.com/alexmojaki/stack_data
Source: https://files.pythonhosted.org/packages/source/s/stack_data/stack_data-%{version}.tar.gz
# PATCH-FIX-OPENSUSE Support typeguard 4+
Patch0: support-typeguard-4.patch
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module setuptools >= 44}
BuildRequires: %{python_module setuptools_scm >= 3.4.3}