From 7ea2c20d8bc6168625f267153af8e900e2bc1d79ef2dddefd434449643f8e4be Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 13 Aug 2023 21:41:22 +0000 Subject: [PATCH] - use generic Cython dependency >= 3.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-quicktions?expand=0&rev=15 --- python-quicktions.changes | 5 +++++ python-quicktions.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-quicktions.changes b/python-quicktions.changes index 7a59d5d..8c5e034 100644 --- a/python-quicktions.changes +++ b/python-quicktions.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Aug 13 21:40:59 UTC 2023 - Dirk Müller + +- use generic Cython dependency >= 3.0 + ------------------------------------------------------------------- Mon Mar 20 06:44:40 UTC 2023 - Daniel Garcia diff --git a/python-quicktions.spec b/python-quicktions.spec index 6ce9576..de2e468 100644 --- a/python-quicktions.spec +++ b/python-quicktions.spec @@ -24,7 +24,7 @@ License: Python-2.0 Group: Development/Languages/Python URL: https://github.com/scoder/quicktions Source: https://files.pythonhosted.org/packages/source/q/quicktions/quicktions-%{version}.tar.gz -BuildRequires: %{python_module Cython3} +BuildRequires: %{python_module Cython >= 3} BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes