From 3af9bf4445fcd24eda27a719801321c0053f444f174c51d8c7d77d474fa823e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 29 Aug 2019 02:16:46 +0000 Subject: [PATCH] Accepting request 726784 from home:TheBlackCat:branches:devel:languages:python:numeric Update to version 1.17.1 OBS-URL: https://build.opensuse.org/request/show/726784 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=32 --- numpy-1.17.0.zip | 3 --- numpy-1.17.1.zip | 3 +++ python-numpy.changes | 30 ++++++++++++++++++++++++++++++ python-numpy.spec | 4 ++-- 4 files changed, 35 insertions(+), 5 deletions(-) delete mode 100644 numpy-1.17.0.zip create mode 100644 numpy-1.17.1.zip diff --git a/numpy-1.17.0.zip b/numpy-1.17.0.zip deleted file mode 100644 index f95f1f0..0000000 --- a/numpy-1.17.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:951fefe2fb73f84c620bec4e001e80a80ddaa1b84dce244ded7f1e0cbe0ed34a -size 6486301 diff --git a/numpy-1.17.1.zip b/numpy-1.17.1.zip new file mode 100644 index 0000000..44ddb0f --- /dev/null +++ b/numpy-1.17.1.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f11331530f0eff69a758d62c2461cd98cdc2eae0147279d8fc86e0464eb7e8ca +size 6491116 diff --git a/python-numpy.changes b/python-numpy.changes index 016430c..27de4d4 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Wed Aug 28 15:28:24 UTC 2019 - Todd R + +- Update to version 1.17.1 + * TST: Allow fuss in testing strided/non-strided exp/log loops + * BUG: avx2_scalef_ps must be static + * BUG: Remove stray print that causes a SystemError on python 3.7. + * BUG: Fix DeprecationWarning in python 3.8. + * BLD: Add missing gcd/lcm definitions to npy_math.h + * DOC, BUILD: cleanups and fix (again) 'build dist' + * TST: Add 3.8-dev to travisCI testing. + * BUG: Remove the broken clip wrapper (Backport) + * DOC: Fix hermitian argument docs in svd. + * MAINT: Workaround for Intel compiler bug leading to failing test + * TST: Clean up of test_pocketfft.py + * BUG: Make advanced indexing result on read-only subclass writeable... + * BUG: Fixed default BitGenerator name + * ENH: add c-imported modules for freeze analysis in np.random + * TST: Pin pytest version to 5.0.1 + * BUG: Fix leak in the f2py-generated module init and `PyMem_Del`... + * BUG: Fix formatting error in exception message + * MAINT: random: Match type of SeedSequence.pool_size to DEFAULT_POOL_SIZE. + * BUG: Fix numpy.random bug in platform detection + * ENH: Enable huge pages in all Linux builds + * BUG: Fix segfault in `random.permutation(x)` when x is a string. + * BUG: don't fail when lexsorting some empty arrays (#14228) + * BUG: Fix misuse of .names and .fields in various places (backport... + * BUG: fix behavior of structured_to_unstructured on non-trivial... + * REL: Prepare 1.17.1 release + ------------------------------------------------------------------- Fri Jul 26 20:30:10 UTC 2019 - Todd R diff --git a/python-numpy.spec b/python-numpy.spec index 2eef645..c847e17 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -18,7 +18,7 @@ %global flavor @BUILD_FLAVOR@%{nil} -%define _ver 1_17_0 +%define _ver 1_17_1 %define pname python-numpy %bcond_with ringdisabled @@ -78,7 +78,7 @@ ExclusiveArch: do_not_build %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: %{package_name} -Version: 1.17.0 +Version: 1.17.1 Release: 0 Summary: NumPy array processing for numbers, strings, records and objects License: BSD-3-Clause