14
0

- update to 0.6.3:

* Python 3.12 support
  * handle weird six import error
- drop support-typeguard-4.patch (upstream)
- restrict to older Cython

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stack-data?expand=0&rev=19
This commit is contained in:
2023-11-27 16:14:05 +00:00
committed by Git OBS Bridge
parent ff99e80235
commit a75ff44a9d
5 changed files with 13 additions and 45 deletions

View File

@@ -18,14 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-stack-data
Version: 0.6.2
Version: 0.6.3
Release: 0
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}