diff --git a/numpy-1.20.1.zip b/numpy-1.23.5.tar.gz similarity index 45% rename from numpy-1.20.1.zip rename to numpy-1.23.5.tar.gz index a260f7e1eedd2e683680a0bed2bb5a51fd69cc94..8370f76bcb38652356af7610bcab7bc829a8ecdc 100644 Binary files a/numpy-1.20.1.zip and b/numpy-1.23.5.tar.gz differ diff --git a/numpy.spec b/numpy.spec index 60b3a432dbc33ed493435757a5d29de8a1f5b633..164f3da43b25a6b3eff7c80527a9325b11974404 100644 --- a/numpy.spec +++ b/numpy.spec @@ -1,17 +1,18 @@ %global modname numpy Name: numpy -Version: 1.20.1 +Version: 1.23.5 Release: 1 Summary: A fast multidimensional array facility for Python License: ASL 2.0 URL: http://www.numpy.org/ -Source0: https://files.pythonhosted.org/packages/d2/48/f445be426ccd9b2fb64155ac6730c7212358882e589cd3717477d739d9ff/numpy-1.20.1.zip +Source0: https://files.pythonhosted.org/packages/42/38/775b43da55fa7473015eddc9a819571517d9a271a9f8134f68fb9be2f212/numpy-%{version}.tar.gz BuildRequires: openblas-devel -BuildRequires: lapack-devel gcc-gfortran -BuildRequires: python3-Cython >= 0.29.21 +BuildRequires: lapack-devel gcc-gfortran gcc-c++ chrpath +BuildRequires: python3-Cython >= 0.29.30 +BuildRequires: python3-Cython < 3.0 %description NumPy is the fundamental package for scientific computing with Python. It contains among other things: @@ -79,6 +80,10 @@ env OPENBLAS=%{_libdir} \ %{__python3} setup.py install --root %{buildroot} pushd %{buildroot}%{_bindir} &> /dev/null +chrpath --delete %{buildroot}%{python3_sitearch}/%{name}/core/_multiarray_umath.*.so +chrpath --delete %{buildroot}%{python3_sitearch}/%{name}/linalg/lapack_lite.*.so +chrpath --delete %{buildroot}%{python3_sitearch}/%{name}/linalg/_umath_linalg.*.so + %check pushd doc &> /dev/null PYTHONPATH="%{buildroot}%{python3_sitearch}" PYTHONDONTWRITEBYTECODE=1 \ @@ -101,31 +106,34 @@ popd &> /dev/null %changelog +* Sun Apr 28 2024 OpenStack_SIG - 1.23.5-1 +- Upgrade package to version 1.23.5 + * Fri May 05 2023 wangxiyuan - 1.20.1-1 - update to 1.20.1 -* Thu Aug 24 2021 wulei - 1.18.5-1 +* Tue Aug 24 2021 wulei - 1.18.5-1 - update to 1.18.5 -* Mon Jan 18 2021 tianwei - 1.16.5-6 +* Mon Jan 18 2021 tianwei - 1.16.5-6 - Type:NA - ID:N/A - SUGA:NA - DESC:fix package files -* Fri Oct 30 2020 tianwei - 1.16.5-5 +* Fri Oct 30 2020 tianwei - 1.16.5-5 - Type:NA - ID:N/A - SUGA:NA - DESC:remove python2 -* Tue Sep 22 2020 shixuantong - 1.16.5-4 +* Tue Sep 22 2020 shixuantong - 1.16.5-4 - Type:NA - ID:N/A - SUGA:NA - DESC:remove python-nose -* Sat Jun 20 2020 fuyangqing - 1.16.5-3 +* Sat Jun 20 2020 fuyangqing - 1.16.5-3 - Type:bugfix - ID:N/A - SUGA:NA