From e43a795cd5a4878581c7cf3c111b4054f2398db8042d88fa267e25037803eba1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 13 Aug 2023 19:28:19 +0000 Subject: [PATCH 1/2] - restrict to older Cython OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stack-data?expand=0&rev=13 --- python-stack-data.changes | 5 +++++ python-stack-data.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-stack-data.changes b/python-stack-data.changes index 12c591a..52f4635 100644 --- a/python-stack-data.changes +++ b/python-stack-data.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Aug 13 19:27:59 UTC 2023 - Dirk Müller + +- restrict to older Cython + ------------------------------------------------------------------- Mon May 15 09:53:06 UTC 2023 - Steve Kowalik diff --git a/python-stack-data.spec b/python-stack-data.spec index 7f3fd72..9e4ed9b 100644 --- a/python-stack-data.spec +++ b/python-stack-data.spec @@ -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 # PATCH-FIX-OPENSUSE Support typeguard 4+ 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_scm >= 3.4.3} BuildRequires: fdupes From c33b8e9a2fa8ba8f94b72588ed8edcc4a275a8b90d3b05cae7d362b288f4d366 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 14 Aug 2023 12:53:26 +0000 Subject: [PATCH 2/2] - skip more tests for newer pygments version OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stack-data?expand=0&rev=14 --- python-stack-data.changes | 5 +++++ python-stack-data.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-stack-data.changes b/python-stack-data.changes index 52f4635..c214a2e 100644 --- a/python-stack-data.changes +++ b/python-stack-data.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 14 12:52:59 UTC 2023 - Dirk Müller + +- skip more tests for newer pygments version + ------------------------------------------------------------------- Sun Aug 13 19:27:59 UTC 2023 - Dirk Müller diff --git a/python-stack-data.spec b/python-stack-data.spec index 9e4ed9b..c5d056f 100644 --- a/python-stack-data.spec +++ b/python-stack-data.spec @@ -65,7 +65,7 @@ Extract data from python stack frames and tracebacks for informative displays %check # incompatibility with Pygments -%pytest -k 'not test_pygments_example' +%pytest -k 'not (test_pygments_example or test_example)' %files %{python_files} %{python_sitelib}/stack_data