From 84607317fe1198841b170feed0a80d8f6787a13ff4284cc5957a09f1e195924a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 28 Mar 2020 18:05:09 +0000 Subject: [PATCH] Accepting request 789340 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/789340 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=49 --- numpy-1.18.1.zip | 3 --- numpy-1.18.2.zip | 3 +++ python-numpy.changes | 11 +++++++++++ python-numpy.spec | 4 +--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 numpy-1.18.1.zip create mode 100644 numpy-1.18.2.zip diff --git a/numpy-1.18.1.zip b/numpy-1.18.1.zip deleted file mode 100644 index 52e84fc..0000000 --- a/numpy-1.18.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6ff59cee96b454516e47e7721098e6ceebef435e3e21ac2d6c3b8b02628eb77 -size 5430477 diff --git a/numpy-1.18.2.zip b/numpy-1.18.2.zip new file mode 100644 index 0000000..341c79d --- /dev/null +++ b/numpy-1.18.2.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7894793e6e8540dbeac77c87b489e331947813511108ae097f1715c018b8f3d +size 5433240 diff --git a/python-numpy.changes b/python-numpy.changes index 5d2acd8..7296f32 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Mar 28 16:39:11 UTC 2020 - Arun Persaud + +- update to version 1.18.2: + * #15675: TST: move _no_tracing to testing._private + * #15676: MAINT: Large overhead in some random functions + * #15677: TST: Do not create gfortran link in azure Mac testing. + * #15679: BUG: Added missing error check in ndarray.__contains__ + * #15722: MAINT: use list-based APIs to call subprocesses + * #15734: BUG: fix logic error when nm fails on 32-bit + ------------------------------------------------------------------- Tue Jan 7 15:10:48 UTC 2020 - Todd R diff --git a/python-numpy.spec b/python-numpy.spec index e911ddc..33de1fb 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -70,7 +70,7 @@ ExclusiveArch: do_not_build %endif %endif Name: %{package_name} -Version: 1.18.1 +Version: 1.18.2 Release: 0 Summary: NumPy array processing for numbers, strings, records and objects License: BSD-3-Clause @@ -238,8 +238,6 @@ EOF %endif - - %check %if %{without hpc} export PYTHONDONTWRITEBYTECODE=1