From 136be57a2c0be68cc321507fb11758335c4d0269aa79d8fadc64e46553ae6e28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 7 Jan 2020 15:36:27 +0000 Subject: [PATCH] Accepting request 761646 from home:TheBlackCat:branches:devel:languages:python:numeric - update to version 1.18.1 * The cython random extension test was not using a temporary directory for building, resulting in a permission violation. * Numpy distutils was appending -std=c99 to all C compiler runs, leading to changed behavior and compile problems downstream. That flag is now only applied when building numpy C code. OBS-URL: https://build.opensuse.org/request/show/761646 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=48 --- numpy-1.18.0.zip | 3 --- numpy-1.18.1.zip | 3 +++ python-numpy.changes | 10 ++++++++++ python-numpy.spec | 7 ++----- 4 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 numpy-1.18.0.zip create mode 100644 numpy-1.18.1.zip diff --git a/numpy-1.18.0.zip b/numpy-1.18.0.zip deleted file mode 100644 index 9c4801e..0000000 --- a/numpy-1.18.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9d72d9abaf65628f0f31bbb573b7d9304e43b1e6bbae43149c17737a42764c4 -size 5422309 diff --git a/numpy-1.18.1.zip b/numpy-1.18.1.zip new file mode 100644 index 0000000..52e84fc --- /dev/null +++ b/numpy-1.18.1.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ff59cee96b454516e47e7721098e6ceebef435e3e21ac2d6c3b8b02628eb77 +size 5430477 diff --git a/python-numpy.changes b/python-numpy.changes index 831f585..5d2acd8 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jan 7 15:10:48 UTC 2020 - Todd R + +- update to version 1.18.1 + * The cython random extension test was not using a temporary + directory for building, resulting in a permission violation. + * Numpy distutils was appending -std=c99 to all C compiler runs, + leading to changed behavior and compile problems downstream. + That flag is now only applied when building numpy C code. + ------------------------------------------------------------------- Mon Jan 6 15:34:51 UTC 2020 - Todd R diff --git a/python-numpy.spec b/python-numpy.spec index a7c6f73..e911ddc 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -17,7 +17,7 @@ %global flavor @BUILD_FLAVOR@%{nil} -%define _ver 1_18_0 +%define _ver 1_18_1 %define pname python-numpy %define hpc_upcase_trans_hyph() %(echo %{**} | tr [a-z] [A-Z] | tr '-' '_') %if "%{flavor}" == "" @@ -70,7 +70,7 @@ ExclusiveArch: do_not_build %endif %endif Name: %{package_name} -Version: 1.18.0 +Version: 1.18.1 Release: 0 Summary: NumPy array processing for numbers, strings, records and objects License: BSD-3-Clause @@ -252,9 +252,6 @@ pushd testing %pytest_arch -n auto --pyargs numpy %endif popd - -# These are created during testing -rm -rf %{buildroot}%{python_sitearch}/numpy/random/_examples/cython/*.c %endif %files %{python_files}