SHA256
1
0
forked from pool/python-blosc

Accepting request 1170768 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/1170768
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blosc?expand=0&rev=22
This commit is contained in:
Ana Guerrero 2024-04-29 15:58:19 +00:00 committed by Git OBS Bridge
commit 3bbcca0dfa
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 26 16:44:43 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Pin to numpy < 2 -- gh#Blosc/python-blosc#327
-------------------------------------------------------------------
Sat Jun 10 12:29:50 UTC 2023 - ecsos <ecsos@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-blosc
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -36,7 +36,7 @@ BuildRequires: cmake >= 3.14.0
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module numpy >= 1.16}
BuildRequires: %{python_module numpy >= 1.16 with %python-numpy < 2}
BuildRequires: %{python_module psutil}
# /SECTION
Recommends: python-numpy