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
This commit is contained in:
Tomáš Chvátal 2020-03-28 18:05:09 +00:00 committed by Git OBS Bridge
parent 136be57a2c
commit 84607317fe
4 changed files with 15 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b6ff59cee96b454516e47e7721098e6ceebef435e3e21ac2d6c3b8b02628eb77
size 5430477

3
numpy-1.18.2.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7894793e6e8540dbeac77c87b489e331947813511108ae097f1715c018b8f3d
size 5433240

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Mar 28 16:39:11 UTC 2020 - Arun Persaud <arun@gmx.de>
- 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 <toddrme2178@gmail.com>

View File

@ -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