From 8170fc38e71c912fcef5a10c98d3b0b3627a65df2b65770ea2b1cffa8ccfa4d0 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 4 Apr 2025 02:48:57 +0000 Subject: [PATCH] - numpy is required for tests. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dictdiffer?expand=0&rev=10 --- python-dictdiffer.changes | 5 +++++ python-dictdiffer.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-dictdiffer.changes b/python-dictdiffer.changes index 2a6b355..6a59453 100644 --- a/python-dictdiffer.changes +++ b/python-dictdiffer.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 4 02:48:42 UTC 2025 - Steve Kowalik + +- numpy is required for tests. + ------------------------------------------------------------------- Wed Mar 27 20:55:44 UTC 2024 - ecsos diff --git a/python-dictdiffer.spec b/python-dictdiffer.spec index 6788452..8547270 100644 --- a/python-dictdiffer.spec +++ b/python-dictdiffer.spec @@ -1,7 +1,7 @@ # # spec file for package python-dictdiffer # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,10 +30,11 @@ BuildRequires: %{python_module setuptools_scm >= 1.15.0} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Suggests: python-numpy >= 1.11.0 +Suggests: python-numpy >= 1.20.0 BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module pytest >= 2.8.0} +BuildRequires: %{python_module numpy >= 1.20.0} # /SECTION %python_subpackages