Accepting request 904174 from home:alarrosa:branches:openSUSE:Factory:Rings:1-MinimalX

- Add patch to fix an invalid usage of the dtype argument. This
  has already been fixed upstream but since Staging:F is so
  crowded now with python packages, I think it's better to patch
  it and update numpy once Staging:F is cleared:
  * fix-asarray.patch

OBS-URL: https://build.opensuse.org/request/show/904174
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=90
This commit is contained in:
2021-07-05 17:14:03 +00:00
committed by Git OBS Bridge
parent 16887d977a
commit 6b0fd26340
3 changed files with 46 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jul 5 12:22:33 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
- Add patch to fix an invalid usage of the dtype argument. This
has already been fixed upstream but since Staging:F is so
crowded now with python packages, I think it's better to patch
it and update numpy once Staging:F is cleared:
* fix-asarray.patch
-------------------------------------------------------------------
Wed Jun 2 18:56:39 UTC 2021 - Dirk Müller <dmueller@suse.com>