SHA256
1
0
forked from pool/python-numpy

Accepting request 821546 from home:alarrosa:branches:devel:languages:python:numeric

- Add patch to fix the test_large_zip test in i586, which fails
  when run in a separate process (gh#numpy/numpy#16890):
  * 0001-Re-raise-MemoryError-exception-in-test_large_zips-process.patch

OBS-URL: https://build.opensuse.org/request/show/821546
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=69
This commit is contained in:
Tomáš Chvátal
2020-07-17 19:11:56 +00:00
committed by Git OBS Bridge
parent 9e0ee404c8
commit ff0c08796d
3 changed files with 54 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jul 17 11:08:29 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
- Add patch to fix the test_large_zip test in i586, which fails
when run in a separate process (gh#numpy/numpy#16890):
* 0001-Re-raise-MemoryError-exception-in-test_large_zips-process.patch
-------------------------------------------------------------------
Thu Jul 2 16:55:48 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>