SHA256
1
0
forked from pool/python-numpy

Accepting request 906711 from home:bnavigator:branches:devel:languages:python:numeric

- Fix segfault with subarray access
  * Add numpy-pr19326-fix-subarray-segfault.patch
  * Fixes python-zarr segfault
  * gh#numpy/numpy#19326

OBS-URL: https://build.opensuse.org/request/show/906711
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=92
This commit is contained in:
2021-07-17 06:27:46 +00:00
committed by Git OBS Bridge
parent c7e05108e5
commit 696375d29d
3 changed files with 136 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jul 16 15:14:36 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Fix segfault with subarray access
* Add numpy-pr19326-fix-subarray-segfault.patch
* Fixes python-zarr segfault
* gh#numpy/numpy#19326
-------------------------------------------------------------------
Wed Jul 7 08:24:03 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>