- update to 1.20.3:
* BUG: Correct datetime64 missing type overload for datetime.date... * MAINT: Remove __all__ in favor of explicit re-exports * BLD: Strip extra newline when dumping gfortran version on MacOS * BUG: fix segfault in object/longdouble operations * MAINT: Use towncrier build explicitly * MAINT: Relax certain integer-type constraints * MAINT: Remove unsafe unions and ABCs from return-annotations * MAINT: Allow more recursion depth for scalar tests. * BUG: Initialize the full nditer buffer in case of error * BLD: remove unnecessary flag -faltivec on macOS * MAINT, CI: treats _SIMD module build warnings as errors through... * BUG: for MINGW, threads.h existence test requires GLIBC > 2.12 * BUG: Make changelog recognize gh- as a PR number prefix. * REL, DOC: Prepare for the NumPy 1.20.3 release. * BUG: Fix failing mypy test in 1.20.x. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=88
This commit is contained in:
parent
b27177045e
commit
16887d977a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:878922bf5ad7550aa044aa9301d417e2d3ae50f0f577de92051d739ac6096cee
|
||||
size 7756879
|
3
numpy-1.20.3.zip
Normal file
3
numpy-1.20.3.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e55185e51b18d788e49fe8305fd73ef4470596b33fc2c1ceb304566b99c71a69
|
||||
size 7761912
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 2 18:56:39 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.20.3:
|
||||
* BUG: Correct datetime64 missing type overload for datetime.date...
|
||||
* MAINT: Remove __all__ in favor of explicit re-exports
|
||||
* BLD: Strip extra newline when dumping gfortran version on MacOS
|
||||
* BUG: fix segfault in object/longdouble operations
|
||||
* MAINT: Use towncrier build explicitly
|
||||
* MAINT: Relax certain integer-type constraints
|
||||
* MAINT: Remove unsafe unions and ABCs from return-annotations
|
||||
* MAINT: Allow more recursion depth for scalar tests.
|
||||
* BUG: Initialize the full nditer buffer in case of error
|
||||
* BLD: remove unnecessary flag -faltivec on macOS
|
||||
* MAINT, CI: treats _SIMD module build warnings as errors through...
|
||||
* BUG: for MINGW, threads.h existence test requires GLIBC > 2.12
|
||||
* BUG: Make changelog recognize gh- as a PR number prefix.
|
||||
* REL, DOC: Prepare for the NumPy 1.20.3 release.
|
||||
* BUG: Fix failing mypy test in 1.20.x.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 7 20:39:32 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package python-numpy
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
%global flavor @BUILD_FLAVOR@%{nil}
|
||||
%define ver 1.20.2
|
||||
%define _ver 1_20_2
|
||||
%define ver 1.20.3
|
||||
%define _ver 1_20_3
|
||||
%define pname python-numpy
|
||||
%define hpc_upcase_trans_hyph() %(echo %{**} | tr [a-z] [A-Z] | tr '-' '_')
|
||||
%if "%{flavor}" == ""
|
||||
|
Loading…
Reference in New Issue
Block a user