From 4920d2aaf4b2f1cd64988a229d991ee618eba137f75d86c6982d4c95b8b1eef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 13 Sep 2020 17:41:57 +0000 Subject: [PATCH] Accepting request 834030 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/834030 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=72 --- numpy-1.19.1.zip | 3 --- numpy-1.19.2.zip | 3 +++ python-numpy.changes | 18 ++++++++++++++++++ python-numpy.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 numpy-1.19.1.zip create mode 100644 numpy-1.19.2.zip diff --git a/numpy-1.19.1.zip b/numpy-1.19.1.zip deleted file mode 100644 index 0a332d1..0000000 --- a/numpy-1.19.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8456987b637232602ceb4d663cb34106f7eb780e247d51a260b84760fd8f491 -size 7301568 diff --git a/numpy-1.19.2.zip b/numpy-1.19.2.zip new file mode 100644 index 0000000..f5126e8 --- /dev/null +++ b/numpy-1.19.2.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d310730e1e793527065ad7dde736197b705d0e4c9999775f212b03c44a8484c +size 7310530 diff --git a/python-numpy.changes b/python-numpy.changes index 66c9399..6259e07 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Sep 12 19:55:00 UTC 2020 - Arun Persaud + +- update to version 1.19.2: + * #16959: TST: Change aarch64 to arm64 in travis.yml. + * #16998: MAINT: Configure hypothesis in np.test() for + determinism,... + * #17000: BLD: pin setuptools < 49.2.0 + * #17015: ENH: Add NumPy declarations to be used by Cython 3.0+ + * #17125: BUG: Remove non-threadsafe sigint handling from fft + calculation + * #17243: BUG: core: fix ilp64 blas dot/vdot/... for strides > int32 + max + * #17244: DOC: Use SPDX license expressions with correct license + * #17245: DOC: Fix the link to the quick-start in the old API + functions + * #17272: BUG: fix pickling of arrays larger than 2GiB + ------------------------------------------------------------------- Sat Jul 25 15:35:20 UTC 2020 - Arun Persaud diff --git a/python-numpy.spec b/python-numpy.spec index 61df930..e3fcdfc 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -70,7 +70,7 @@ ExclusiveArch: do_not_build %endif %endif Name: %{package_name} -Version: 1.19.1 +Version: 1.19.2 Release: 0 Summary: NumPy array processing for numbers, strings, records and objects License: BSD-3-Clause