forked from pool/python-hdf5storage
Accepting request 1186405 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1186405 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hdf5storage?expand=0&rev=5
This commit is contained in:
commit
1181a90ec2
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 7 12:31:47 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Limit to numpy <2: Not compatible
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 5 07:07:55 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
Wed Apr 5 07:07:55 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ Source: https://files.pythonhosted.org/packages/source/h/hdf5storage/hdf
|
|||||||
# uses pytest instead of nose
|
# uses pytest instead of nose
|
||||||
Patch0: nose-to-pytest.patch
|
Patch0: nose-to-pytest.patch
|
||||||
BuildRequires: %{python_module h5py >= 3.3}
|
BuildRequires: %{python_module h5py >= 3.3}
|
||||||
BuildRequires: %{python_module numpy}
|
BuildRequires: %{python_module numpy < 2}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@ -38,7 +38,7 @@ BuildRequires: %{python_module parameterized}
|
|||||||
BuildRequires: %{python_module scipy}
|
BuildRequires: %{python_module scipy}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
Requires: python-h5py >= 3.3
|
Requires: python-h5py >= 3.3
|
||||||
Requires: python-numpy
|
Requires: python-numpy < 2
|
||||||
Recommends: python-scipy
|
Recommends: python-scipy
|
||||||
# This pure python package uses ctypes only suited for 64-bit. The tests segfault on 32-bit in libc memmove
|
# This pure python package uses ctypes only suited for 64-bit. The tests segfault on 32-bit in libc memmove
|
||||||
# gh#frejanordsiek/hdf5storage#109
|
# gh#frejanordsiek/hdf5storage#109
|
||||||
|
Loading…
Reference in New Issue
Block a user