SHA256
1
0
forked from pool/python-numpy

Accepting request 822780 from home:apersaud:branches:devel:languages:python:numeric

update to latest version

OBS-URL: https://build.opensuse.org/request/show/822780
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=70
This commit is contained in:
Tomáš Chvátal
2020-07-25 17:27:28 +00:00
committed by Git OBS Bridge
parent ff0c08796d
commit ab79378cf9
8 changed files with 49 additions and 57 deletions

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Sat Jul 25 15:35:20 UTC 2020 - Arun Persaud <arun@gmx.de>
- specfile:
* update cython version requirement
* updated line number in patches
* removed patch 0001-Re-raise-MemoryError-exception-in-test_large_zips-process, included upstream
- update to version 1.19.1:
* #16649: MAINT, CI: disable Shippable cache
* #16652: MAINT: Replace PyUString_GET_SIZE with
PyUnicode_GetLength.
* #16654: REL: Fix outdated docs link
* #16656: BUG: raise IEEE exception on AIX
* #16672: BUG: Fix bug in AVX complex absolute while processing
array of...
* #16693: TST: Add extra debugging information to CPU features
detection
* #16703: BLD: Add CPU entry for Emscripten / WebAssembly
* #16705: TST: Disable Python 3.9-dev testing.
* #16714: MAINT: Disable use_hugepages in case of ValueError
* #16724: BUG: Fix PyArray_SearchSorted signature.
* #16768: MAINT: Fixes for deprecated functions in scalartypes.c.src
* #16772: MAINT: Remove unneeded call to PyUnicode_READY
* #16776: MAINT: Fix deprecated functions in scalarapi.c
* #16779: BLD, ENH: Add RPATH support for AIX
* #16780: BUG: Fix default fallback in genfromtxt
* #16784: BUG: Added missing return after raising error in methods.c
* #16795: BLD: update cython to 0.29.21
* #16832: MAINT: setuptools 49.2.0 emits a warning, avoid it
* #16872: BUG: Validate output size in bin- and multinomial
* #16875: BLD, MAINT: Pin setuptools
* #16904: DOC: Reconstruct Testing Guideline.
* #16905: TST, BUG: Re-raise MemoryError exception in
test_large_zip's...
* #16906: BUG,DOC: Fix bad MPL kwarg.
* #16916: BUG: Fix string/bytes to complex assignment
* #16922: REL: Prepare for NumPy 1.19.1 release
-------------------------------------------------------------------
Fri Jul 17 11:08:29 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>