14
0

- update to 0.6.2:

* python 3.11 support
  * add tests
- drop 29-Pygments-2-12.patch  (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stack-data?expand=0&rev=9
This commit is contained in:
2023-05-04 21:24:53 +00:00
committed by Git OBS Bridge
parent 9f51c028b9
commit 791e03110a
5 changed files with 12 additions and 153 deletions

View File

@@ -18,15 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-stack-data
Version: 0.2.0
Version: 0.6.2
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-UPSTREAM 29-Pygments-2-12.patch gh#alexmojaki/stack_data#29 mcepl@suse.com
# Make the package compatible with Pygments 2.12.
Patch0: 29-Pygments-2-12.patch
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module setuptools >= 44}
BuildRequires: %{python_module setuptools_scm >= 3.4.3}