From 1d9216babf10decc3f49a9862badecd36adbcc8d Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Tue, 11 Nov 2025 04:47:49 +0100 Subject: [PATCH] Make Cython upper bound removal version agnostic --- python3.14-scipy.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python3.14-scipy.spec b/python3.14-scipy.spec index 826bede..6db20c4 100644 --- a/python3.14-scipy.spec +++ b/python3.14-scipy.spec @@ -46,7 +46,7 @@ Summary: Scientific Tools for Python Name: python%{python3_pkgversion}-scipy Version: 1.16.2 -Release: 1%{?dist} +Release: 2%{?dist} # BSD-3-Clause -- whole package except: # BSD-2-Clause -- scipy/_lib/_pep440.py @@ -178,8 +178,7 @@ sed -i "/numpy/s/,<2\.3//" pyproject.toml sed -i "/array-api-strict/s/>=2\.3\.1/>=2/" pyproject.toml # Loosen the upper bound on Cython -# This can be removed from scipy >= 1.16.0 -sed -i '/Cython/s/,<3\.1\.0//' pyproject.toml +sed -i '/Cython/s/,<[0-9.]\+//' pyproject.toml %generate_buildrequires export PATH="$PWD/bin:$PWD/meson-1.4.1:$PATH" @@ -298,6 +297,9 @@ popd %changelog +* Wed Jan 28 2026 Lumir Balhar - 1.16.2-2 +- Rebuild with newer Cython + * Fri Oct 24 2025 Tomáš Hrnčiar - 1.16.2-1 - Initial package - Fedora contributions by: