Accepting request 741415 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/741415 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=85
This commit is contained in:
commit
2934e52b92
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:73615d3edc84dd7c4aeb212fa3748fb83217e00d201875a47327f55363cef2df
|
|
||||||
size 6493595
|
|
3
numpy-1.17.3.zip
Normal file
3
numpy-1.17.3.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a0678793096205a4d784bd99f32803ba8100f639cf3b932dc63b21621390ea7e
|
||||||
|
size 6363960
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 19 17:04:18 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- update to version 1.17.3:
|
||||||
|
* #14456: MAINT: clean up pocketfft modules inside numpy.fft
|
||||||
|
namespace.
|
||||||
|
* #14463: BUG: random.hypergeometic assumes npy_long is npy_int64,
|
||||||
|
hung...
|
||||||
|
* #14502: BUG: random: Revert gh-14458 and refix gh-14557.
|
||||||
|
* #14504: BUG: add a specialized loop for boolean matmul.
|
||||||
|
* #14506: MAINT: Update pytest version for Python 3.8
|
||||||
|
* #14512: DOC: random: fix doc linking, was referencing private
|
||||||
|
submodules.
|
||||||
|
* #14513: BUG,MAINT: Some fixes and minor cleanup based on clang
|
||||||
|
analysis
|
||||||
|
* #14515: BUG: Fix randint when range is 2**32
|
||||||
|
* #14519: MAINT: remove the entropy c-extension module
|
||||||
|
* #14563: DOC: remove note about Pocketfft license file
|
||||||
|
(non-existing here).
|
||||||
|
* #14578: BUG: random: Create a legacy implementation of
|
||||||
|
random.binomial.
|
||||||
|
* #14687: BUG: properly define PyArray_DescrCheck
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 3 13:53:35 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Thu Oct 3 13:53:35 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -70,12 +70,11 @@ ExclusiveArch: do_not_build
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
Name: %{package_name}
|
Name: %{package_name}
|
||||||
Version: 1.17.2
|
Version: 1.17.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: NumPy array processing for numbers, strings, records and objects
|
Summary: NumPy array processing for numbers, strings, records and objects
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/Python
|
URL: http://www.numpy.org/
|
||||||
Url: http://www.numpy.org/
|
|
||||||
Source: https://files.pythonhosted.org/packages/source/n/numpy/numpy-%{version}.zip
|
Source: https://files.pythonhosted.org/packages/source/n/numpy/numpy-%{version}.zip
|
||||||
Source99: python-numpy-rpmlintrc
|
Source99: python-numpy-rpmlintrc
|
||||||
# PATCH-FIX-OPENSUSE numpy-buildfix.patch -- openSUSE-specific build fixes
|
# PATCH-FIX-OPENSUSE numpy-buildfix.patch -- openSUSE-specific build fixes
|
||||||
@ -134,7 +133,6 @@ basic linear algebra and random number generation.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for numpy applications
|
Summary: Development files for numpy applications
|
||||||
Group: Development/Libraries/Python
|
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: python-devel
|
Requires: python-devel
|
||||||
%if %{without hpc}
|
%if %{without hpc}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user