diff --git a/0001-oldest-supported-numpy-2023.12.21.patch b/0001-oldest-supported-numpy-2023.12.21.patch index f9955505e8a3fd0849f203dffe7c1de682930e59..307ee00a052d37069dafb9fe45971d7690b00bf8 100644 --- a/0001-oldest-supported-numpy-2023.12.21.patch +++ b/0001-oldest-supported-numpy-2023.12.21.patch @@ -16,7 +16,7 @@ index 3b4a3a3..547239b 100644 # however macOS was broken and it's safe to build against 1.21.6 on all platforms (see gh-28 and gh-45) numpy==1.21.6; python_version=='3.10' and platform_machine!='loongarch64' - numpy==1.23.2; python_version=='3.11' -+ numpy==1.26.4; python_version=='3.11' ++ numpy==2.3.0; python_version=='3.11' # numpy 1.26 before 1.26.2 enforced the presence of a blas library # when building from source, e.g. on i686 ( https://github.com/numpy/numpy/issues/24703 ) numpy==1.26.2; python_version=='3.12' diff --git a/python-oldest-supported-numpy.spec b/python-oldest-supported-numpy.spec index d0da63be3e7de98df4cb446f640e7473e603bd9c..5d83b168c9acf445b11a48890e5384dd021857a2 100644 --- a/python-oldest-supported-numpy.spec +++ b/python-oldest-supported-numpy.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 2023.12.21 -Release: 2 +Release: 3 Summary: Meta-package that provides the oldest NumPy that supports a given Python version and platform. License: BSD URL: https://github.com/scipy/oldest-supported-numpy @@ -44,6 +44,9 @@ Summary: %{summary} %doc README.rst %changelog +* Fri Jul 18 2025 Dongxing Wang - 2023.12.21-3 +- Fix build error for numpy upgrade to 2.3.0 + * Tue Jun 17 2025 Dongxing Wang - 2023.12.21-2 - Fix build error for numpy upgrade