1
0

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

- Add patches from upstream to fix an raised exception saying
  "__array__(): takes 1 positional argument but 2 were given"
  and an incompatibility with numpy 1.21.0 (slightly rebased):
  * 0001-FIX-Pillow-asarray-bug.patch
  * 0002-Dont-modify-arrays-when-masking-values-for-log.patch

OBS-URL: https://build.opensuse.org/request/show/904573
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=53
This commit is contained in:
2021-07-07 12:45:05 +00:00
committed by Git OBS Bridge
parent cf1a0fc5d0
commit 1e86cb3b45
4 changed files with 109 additions and 1 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jul 7 10:02:08 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
- Add patches from upstream to fix an raised exception saying
"__array__(): takes 1 positional argument but 2 were given"
and an incompatibility with numpy 1.21.0 (slightly rebased):
* 0001-FIX-Pillow-asarray-bug.patch
* 0002-Dont-modify-arrays-when-masking-values-for-log.patch
-------------------------------------------------------------------
Fri May 14 01:34:50 UTC 2021 - Arun Persaud <arun@gmx.de>