1
0

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:
Ana Guerrero 2024-07-09 18:06:05 +00:00 committed by Git OBS Bridge
commit 1181a90ec2
2 changed files with 7 additions and 2 deletions

View File

@ -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>

View File

@ -27,7 +27,7 @@ Source: https://files.pythonhosted.org/packages/source/h/hdf5storage/hdf
# uses pytest instead of nose
Patch0: nose-to-pytest.patch
BuildRequires: %{python_module h5py >= 3.3}
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module numpy < 2}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@ -38,7 +38,7 @@ BuildRequires: %{python_module parameterized}
BuildRequires: %{python_module scipy}
# /SECTION
Requires: python-h5py >= 3.3
Requires: python-numpy
Requires: python-numpy < 2
Recommends: python-scipy
# This pure python package uses ctypes only suited for 64-bit. The tests segfault on 32-bit in libc memmove
# gh#frejanordsiek/hdf5storage#109