From b9ce19184eb4caccc4eb624779f4bd0b7478009ae2d94ad3dd9851a50ce3f438 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 13 Aug 2023 21:41:54 +0000 Subject: [PATCH] - use generic Cython >= 3 buildrequires OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=243 --- python-SQLAlchemy.changes | 5 +++++ python-SQLAlchemy.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index abf9d6e..6e42e58 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Aug 13 21:41:29 UTC 2023 - Dirk Müller + +- use generic Cython >= 3 buildrequires + ------------------------------------------------------------------- Tue Jul 25 18:42:01 UTC 2023 - Dirk Müller diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index 484bda8..8cd2bfd 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -26,7 +26,7 @@ URL: https://www.sqlalchemy.org Source: https://files.pythonhosted.org/packages/source/S/SQLAlchemy/SQLAlchemy-%{version}.tar.gz Source1: SQLAlchemy.keyring # devel is needed for optional C extensions cprocessors.so, cresultproxy.so and cutils.so -BuildRequires: %{python_module Cython3} +BuildRequires: %{python_module Cython >= 3} BuildRequires: %{python_module devel >= 3.7} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools}