forked from pool/python-stack-data
Accepting request 1103867 from devel:languages:python
- skip more tests for newer pygments version - restrict to older Cython OBS-URL: https://build.opensuse.org/request/show/1103867 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stack-data?expand=0&rev=7
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 14 12:52:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- skip more tests for newer pygments version
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 13 19:27:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- restrict to older Cython
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 15 09:53:06 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
Mon May 15 09:53:06 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@@ -26,7 +26,7 @@ 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
|
||||||
# PATCH-FIX-OPENSUSE Support typeguard 4+
|
# PATCH-FIX-OPENSUSE Support typeguard 4+
|
||||||
Patch0: support-typeguard-4.patch
|
Patch0: support-typeguard-4.patch
|
||||||
BuildRequires: %{python_module Cython}
|
BuildRequires: %{python_module Cython with %python-Cython < 3}
|
||||||
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: fdupes
|
BuildRequires: fdupes
|
||||||
@@ -65,7 +65,7 @@ Extract data from python stack frames and tracebacks for informative displays
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
# incompatibility with Pygments
|
# incompatibility with Pygments
|
||||||
%pytest -k 'not test_pygments_example'
|
%pytest -k 'not (test_pygments_example or test_example)'
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%{python_sitelib}/stack_data
|
%{python_sitelib}/stack_data
|
||||||
|
Reference in New Issue
Block a user