From 225fc77d4d9043f1c8976762a809b4f3e190698e6655632988ec562ec99300d1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 29 Apr 2024 12:36:56 +0000 Subject: [PATCH] Accepting request 1170321 from home:bnavigator:branches:Archiving - Pin to numpy < 2 -- gh#Blosc/python-blosc#327 OBS-URL: https://build.opensuse.org/request/show/1170321 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-blosc?expand=0&rev=25 --- python-blosc.changes | 5 +++++ python-blosc.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-blosc.changes b/python-blosc.changes index 0e58f8e..8c39314 100644 --- a/python-blosc.changes +++ b/python-blosc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 26 16:44:43 UTC 2024 - Ben Greiner + +- Pin to numpy < 2 -- gh#Blosc/python-blosc#327 + ------------------------------------------------------------------- Sat Jun 10 12:29:50 UTC 2023 - ecsos diff --git a/python-blosc.spec b/python-blosc.spec index 44ce76c..1774632 100644 --- a/python-blosc.spec +++ b/python-blosc.spec @@ -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