From 0018b9d30409a2ec7142f9c748e73cef453f31b2a0a303a707af73a6fb66ee4f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 14 Aug 2023 11:41:41 +0000 Subject: [PATCH] - limit to Cython < 3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=135 --- python-numpy.changes | 5 +++++ python-numpy.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-numpy.changes b/python-numpy.changes index d9d5fad..e13fddd 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 14 11:41:16 UTC 2023 - Dirk Müller + +- limit to Cython < 3 + ------------------------------------------------------------------- Fri Jun 23 12:23:14 UTC 2023 - Stefan Brüns diff --git a/python-numpy.spec b/python-numpy.spec index 12382d4..6107879 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -90,7 +90,7 @@ Patch1: numpy-1.9.0-remove-__declspec.patch Patch2: ignore-pkg_resources-deprecation.patch # PATCH-FIX-OPENSUSE Do not call a deprecated hypothesis health check function Patch3: remove-deprecated-hypothesis-funcs.patch -BuildRequires: %{python_module Cython >= 0.29.30} +BuildRequires: %{python_module Cython >= 0.29.30 with %python-Cython < 3} BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools >= 60.0.0}