Accepting request 891397 from devel:languages:python:numeric
- update to 1.20.2: * MAINT: Update f2py from master. * BUG: diagflat could overflow on windows or 32-bit platforms * BUG: Fix refcount leak in f2py complex_double_from_pyobj. * BUG: Fix tiny memory leaks when like= overrides are used * BUG: Remove temporary change of descr/flags in VOID functions * BUG: Segfault in nditer buffer dealloc for Object arrays * BUG: Remove suspicious type casting * BUG: remove nonsensical comparison of pointer < 0 * BUG: verify pointer against NULL before using it * BUG: check if PyArray_malloc succeeded * BUG: incorrect error fallthrough in nditer * MAINT: Add annotations for dtype.__getitem__, __mul__ and… * BUG: NameError in numpy.distutils.fcompiler.compaq * BUG: Fixed where keyword for np.mean & np.var methods * MAINT: Ensure that re-exported sub-modules are properly annotated * BUG: Fix ma coercion list-of-ma-arrays if they do not cast to… * BUG: Fix small valgrind-found issues * BUG: Fix small issues found with pytest-leaks OBS-URL: https://build.opensuse.org/request/show/891397 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=99
This commit is contained in:
commit
e27db48e18
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3bc63486a870294683980d76ec1e3efc786295ae00128f9ea38e2c6e74d5a60a
|
|
||||||
size 7750776
|
|
3
numpy-1.20.2.zip
Normal file
3
numpy-1.20.2.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:878922bf5ad7550aa044aa9301d417e2d3ae50f0f577de92051d739ac6096cee
|
||||||
|
size 7756879
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 7 20:39:32 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.20.2:
|
||||||
|
* MAINT: Update f2py from master.
|
||||||
|
* BUG: diagflat could overflow on windows or 32-bit platforms
|
||||||
|
* BUG: Fix refcount leak in f2py complex_double_from_pyobj.
|
||||||
|
* BUG: Fix tiny memory leaks when like= overrides are used
|
||||||
|
* BUG: Remove temporary change of descr/flags in VOID functions
|
||||||
|
* BUG: Segfault in nditer buffer dealloc for Object arrays
|
||||||
|
* BUG: Remove suspicious type casting
|
||||||
|
* BUG: remove nonsensical comparison of pointer < 0
|
||||||
|
* BUG: verify pointer against NULL before using it
|
||||||
|
* BUG: check if PyArray_malloc succeeded
|
||||||
|
* BUG: incorrect error fallthrough in nditer
|
||||||
|
* MAINT: Add annotations for dtype.__getitem__, __mul__ and…
|
||||||
|
* BUG: NameError in numpy.distutils.fcompiler.compaq
|
||||||
|
* BUG: Fixed where keyword for np.mean & np.var methods
|
||||||
|
* MAINT: Ensure that re-exported sub-modules are properly annotated
|
||||||
|
* BUG: Fix ma coercion list-of-ma-arrays if they do not cast to…
|
||||||
|
* BUG: Fix small valgrind-found issues
|
||||||
|
* BUG: Fix small issues found with pytest-leaks
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 10 12:19:07 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
Wed Feb 10 12:19:07 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
%global flavor @BUILD_FLAVOR@%{nil}
|
%global flavor @BUILD_FLAVOR@%{nil}
|
||||||
%define ver 1.20.1
|
%define ver 1.20.2
|
||||||
%define _ver 1_20_1
|
%define _ver 1_20_2
|
||||||
%define pname python-numpy
|
%define pname python-numpy
|
||||||
%define hpc_upcase_trans_hyph() %(echo %{**} | tr [a-z] [A-Z] | tr '-' '_')
|
%define hpc_upcase_trans_hyph() %(echo %{**} | tr [a-z] [A-Z] | tr '-' '_')
|
||||||
%if "%{flavor}" == ""
|
%if "%{flavor}" == ""
|
||||||
@ -116,7 +116,7 @@ BuildRequires: lua-lmod
|
|||||||
BuildRequires: suse-hpc
|
BuildRequires: suse-hpc
|
||||||
Requires: libopenblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc
|
Requires: libopenblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun):update-alternatives
|
||||||
%endif
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@ -263,7 +263,7 @@ test_failok+=" or TestF90ReturnCharacter"
|
|||||||
%endif
|
%endif
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
# (arm 32-bit seems okay here)
|
# (arm 32-bit seems okay here)
|
||||||
# gh#numpy/numpy#18387
|
# gh#numpy/numpy#18387
|
||||||
test_failok+=" or test_pareto"
|
test_failok+=" or test_pareto"
|
||||||
# gh#numpy/numpy#18388
|
# gh#numpy/numpy#18388
|
||||||
test_failok+=" or test_float_remainder_overflow"
|
test_failok+=" or test_float_remainder_overflow"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user