14
0
2025-06-16 06:25:36 +00:00
committed by Git OBS Bridge
parent 3b6d30557a
commit 380353c78e
2 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 16 06:12:25 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyroject macros.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 20 13:14:44 UTC 2025 - Markéta Machová <mmachova@suse.com> Mon Jan 20 13:14:44 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -25,8 +25,10 @@ License: MIT
URL: https://github.com/alexmojaki/stack_data URL: https://github.com/alexmojaki/stack_data
Source: https://files.pythonhosted.org/packages/source/s/stack_data/stack_data-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/s/stack_data/stack_data-%{version}.tar.gz
BuildRequires: %{python_module Cython} BuildRequires: %{python_module Cython}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 44} BuildRequires: %{python_module setuptools >= 44}
BuildRequires: %{python_module setuptools_scm >= 3.4.3} BuildRequires: %{python_module setuptools_scm >= 3.4.3}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
# PATCH-FIX-UPSTREAM https://github.com/alexmojaki/stack_data/pull/58 Modify test_executing_style_defs to work with Pygments 2.19 # PATCH-FIX-UPSTREAM https://github.com/alexmojaki/stack_data/pull/58 Modify test_executing_style_defs to work with Pygments 2.19
@@ -57,10 +59,10 @@ Extract data from python stack frames and tracebacks for informative displays
%autosetup -p1 -n stack_data-%{version} %autosetup -p1 -n stack_data-%{version}
%build %build
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
@@ -69,6 +71,6 @@ Extract data from python stack frames and tracebacks for informative displays
%files %{python_files} %files %{python_files}
%{python_sitelib}/stack_data %{python_sitelib}/stack_data
%{python_sitelib}/stack_data-%{version}*-info %{python_sitelib}/stack_data-%{version}.dist-info
%changelog %changelog