diff --git a/numpy-1.20.2.zip b/numpy-1.20.2.zip deleted file mode 100644 index 8f2405e..0000000 --- a/numpy-1.20.2.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:878922bf5ad7550aa044aa9301d417e2d3ae50f0f577de92051d739ac6096cee -size 7756879 diff --git a/numpy-1.20.3.zip b/numpy-1.20.3.zip new file mode 100644 index 0000000..3147945 --- /dev/null +++ b/numpy-1.20.3.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e55185e51b18d788e49fe8305fd73ef4470596b33fc2c1ceb304566b99c71a69 +size 7761912 diff --git a/python-numpy.changes b/python-numpy.changes index 5eaf155..51a96ea 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Jun 2 18:56:39 UTC 2021 - Dirk Müller + +- update to 1.20.3: + * BUG: Correct datetime64 missing type overload for datetime.date... + * MAINT: Remove __all__ in favor of explicit re-exports + * BLD: Strip extra newline when dumping gfortran version on MacOS + * BUG: fix segfault in object/longdouble operations + * MAINT: Use towncrier build explicitly + * MAINT: Relax certain integer-type constraints + * MAINT: Remove unsafe unions and ABCs from return-annotations + * MAINT: Allow more recursion depth for scalar tests. + * BUG: Initialize the full nditer buffer in case of error + * BLD: remove unnecessary flag -faltivec on macOS + * MAINT, CI: treats _SIMD module build warnings as errors through... + * BUG: for MINGW, threads.h existence test requires GLIBC > 2.12 + * BUG: Make changelog recognize gh- as a PR number prefix. + * REL, DOC: Prepare for the NumPy 1.20.3 release. + * BUG: Fix failing mypy test in 1.20.x. + ------------------------------------------------------------------- Fri May 7 20:39:32 UTC 2021 - Dirk Müller diff --git a/python-numpy.spec b/python-numpy.spec index 352f2ee..03e2c5c 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -1,5 +1,5 @@ # -# spec file for package python-numpy +# spec file # # Copyright (c) 2021 SUSE LLC # @@ -17,8 +17,8 @@ %global flavor @BUILD_FLAVOR@%{nil} -%define ver 1.20.2 -%define _ver 1_20_2 +%define ver 1.20.3 +%define _ver 1_20_3 %define pname python-numpy %define hpc_upcase_trans_hyph() %(echo %{**} | tr [a-z] [A-Z] | tr '-' '_') %if "%{flavor}" == ""