diff --git a/numpy-1.25.1.tar.gz b/numpy-1.25.1.tar.gz deleted file mode 100644 index 46cae47..0000000 --- a/numpy-1.25.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a3a9f3a61480cc086117b426a8bd86869c213fc4072e606f01c4e4b66eb92bf -size 10428993 diff --git a/numpy-1.25.2.tar.gz b/numpy-1.25.2.tar.gz new file mode 100644 index 0000000..985add9 --- /dev/null +++ b/numpy-1.25.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd608e19c8d7c55021dffd43bfe5492fab8cc105cc8986f813f8c3c048b38760 +size 10805282 diff --git a/python-numpy.changes b/python-numpy.changes index 62d4c6b..afeb456 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Aug 14 07:07:51 UTC 2023 - Dirk Müller + +- update to 1.25.2: + * Upgrade various build dependencies. + * use ``-ftrapping-math`` with Clang on macOS + * properly handle negative indexes in ufunc_at fast path + * PyObject_IsTrue and PyObject_Not error handling in setflags + * histogram small range robust + * Update meson.build files from main branch + * exclude min, max and round from ``np.__all__`` + * Dependabot updates + * Fix the signature for np.array_api.take + * update OpenBLAS to an intermeidate commit + * Fix reference count leak in str(scalar). + * fix invalid function pointer conversion error + * Factor out slow ``getenv`` call used for memory policy warning + * correct URL in cirrus.star [skip cirrus] + * Fix C types in scalartypes + * do not modify the input to ufunc_at + * Further fixes to indexing loop and added tests + ------------------------------------------------------------------- Thu Jul 20 13:21:25 UTC 2023 - Guillaume GARDET diff --git a/python-numpy.spec b/python-numpy.spec index d2bc3df..83b9f1a 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -17,8 +17,8 @@ %global flavor @BUILD_FLAVOR@%{nil} -%define ver 1.25.1 -%define _ver 1_25_1 +%define ver 1.25.2 +%define _ver 1_25_2 %define pname python-numpy %define plainpython python %define hpc_upcase_trans_hyph() %(echo %{**} | tr [a-z] [A-Z] | tr '-' '_') @@ -88,7 +88,7 @@ Patch0: numpy-buildfix.patch Patch1: numpy-1.9.0-remove-__declspec.patch # PATCH-FIX-OPENSUSE Ignore DeprecationWarnings when importing pkg_resources Patch2: ignore-pkg_resources-deprecation.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} @@ -99,8 +99,8 @@ BuildConflicts: gcc11 < 11.2 BuildRequires: fdupes %endif # SECTION test requirements -BuildRequires: %{python_module pytest >= 6.2.5} -BuildRequires: %{python_module hypothesis >= 6.24.1} +BuildRequires: %{python_module pytest >= 7.4.0} +BuildRequires: %{python_module hypothesis >= 6.75.0} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module testsuite} BuildRequires: %{python_module typing-extensions >= 4.2.0}