From 90c21abf98cbc9951d47f07ae4230951dd21e82c8e80041088a64d35b74d4105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 17 Nov 2019 07:46:10 +0000 Subject: [PATCH] Accepting request 749079 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/749079 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=45 --- numpy-1.17.3.zip | 3 --- numpy-1.17.4.zip | 3 +++ python-numpy.changes | 16 ++++++++++++++++ python-numpy.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 numpy-1.17.3.zip create mode 100644 numpy-1.17.4.zip diff --git a/numpy-1.17.3.zip b/numpy-1.17.3.zip deleted file mode 100644 index 533fed5..0000000 --- a/numpy-1.17.3.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0678793096205a4d784bd99f32803ba8100f639cf3b932dc63b21621390ea7e -size 6363960 diff --git a/numpy-1.17.4.zip b/numpy-1.17.4.zip new file mode 100644 index 0000000..7f37593 --- /dev/null +++ b/numpy-1.17.4.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58913e9227400f1395c7b800503ebfdb0772f1c33ff8cb4d6451c06cabdf316 +size 6366657 diff --git a/python-numpy.changes b/python-numpy.changes index 7467e9e..c801e44 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Nov 16 17:51:25 UTC 2019 - Arun Persaud + +- update to version 1.17.4: + * #14758: BLD: declare support for python 3.8 + * #14781: BUG: random: biased samples from integers() with 8 or 16 + bit... + * #14851: BUG: Fix _ctypes class circular reference. (#13808) + * #14852: BLD: add 'apt update' to shippable + * #14855: BUG: Fix np.einsum errors on Power9 Linux and z/Linux + * #14857: BUG: lib: Fix histogram problem with signed integer + arrays. + * #14858: BLD: Prevent -flto from optimising long double + representation... + * #14866: MAINT: move buffer.h -> npy_buffer.h to avoid conflicts + ------------------------------------------------------------------- Tue Oct 29 09:57:08 UTC 2019 - Andreas Schwab diff --git a/python-numpy.spec b/python-numpy.spec index 1a54d86..61b4be9 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -70,7 +70,7 @@ ExclusiveArch: do_not_build %endif %endif Name: %{package_name} -Version: 1.17.3 +Version: 1.17.4 Release: 0 Summary: NumPy array processing for numbers, strings, records and objects License: BSD-3-Clause