diff --git a/numpy-1.16.2.zip b/numpy-1.16.2.zip deleted file mode 100644 index cdec4b4..0000000 --- a/numpy-1.16.2.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c692e3879dde0b67a9dc78f9bfb6f61c666b4562fd8619632d7043fb5b691b0 -size 5072757 diff --git a/numpy-1.16.3.zip b/numpy-1.16.3.zip new file mode 100644 index 0000000..ef1e5a7 --- /dev/null +++ b/numpy-1.16.3.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a6f89da87eeb48014ec652a65c4ffde370c036d780a995edaeb121d3625621 +size 5101064 diff --git a/python-numpy.changes b/python-numpy.changes index 005b8dd..8ce25a9 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Thu May 16 06:07:59 UTC 2019 - Adrian Schröter + +- update to version 1.16.3 + NumPy 1.16.3 Release Notes: + The NumPy 1.16.3 release fixes bugs reported against the 1.16.2 release, and + also backports several enhancements from master that seem appropriate for a + release series that is the last to support Python 2.7. The wheels on PyPI are + linked with OpenBLAS v0.3.4+, which should fix the known threading issues + found in previous OpenBLAS versions. + + Downstream developers building this release should use Cython >= 0.29.2 and, + if using OpenBLAS, OpenBLAS > v0.3.4. + + The most noticeable change in this release is that unpickling object arrays + when loading *.npy or *.npz files now requires an explicit opt-in. + This backwards incompatible change was made in response to + CVE-2019-6446 _. + + Compatibility notes + Unpickling while loading requires explicit opt-in + The functions np.load, and np.lib.format.read_array take an + allow_pickle keyword which now defaults to False in response to + CVE-2019-6446 _. + + Improvements + Covariance in random.mvnormal cast to double + This should make the tolerance used when checking the singular values of the + covariance matrix more meaningful. + + Changes + __array_interface__ offset now works as documented + The interface may use an offset value that was previously mistakenly + ignored. + ------------------------------------------------------------------- Fri Mar 29 12:20:01 UTC 2019 - Colleen Murphy diff --git a/python-numpy.spec b/python-numpy.spec index 8f37eee..7051404 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -18,7 +18,7 @@ %global flavor @BUILD_FLAVOR@%{nil} -%define _ver 1_16_2 +%define _ver 1_16_3 %define pname python-numpy %bcond_with ringdisabled @@ -77,7 +77,7 @@ ExclusiveArch: do_not_build %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: %{package_name} -Version: 1.16.2 +Version: 1.16.3 Release: 0 Summary: NumPy array processing for numbers, strings, records and objects License: BSD-3-Clause