From 36f3f12667b5fa9f0cd7e53ec22c3b8fc2f93dbdab2718493c920098e6370b7c Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Thu, 9 Jan 2025 13:02:19 +0000 Subject: [PATCH] - Remove nbval build dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=135 --- python-tqdm.changes | 5 +++++ python-tqdm.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-tqdm.changes b/python-tqdm.changes index 544343e..f37637d 100644 --- a/python-tqdm.changes +++ b/python-tqdm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 9 13:01:25 UTC 2025 - Daniel Garcia + +- Remove nbval build dependency + ------------------------------------------------------------------- Mon Dec 9 09:39:30 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-tqdm.spec b/python-tqdm.spec index f24b21d..175b878 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -1,7 +1,7 @@ # # spec file for package python-tqdm # -# 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 @@ -49,7 +49,6 @@ BuildArch: noarch %if %{with test} # SECTION test requirements BuildRequires: %{python_module pytest-asyncio >= 0.24} -BuildRequires: %{python_module nbval} # Conditional required for SLE-15-SP4+ BuildRequires: %{python_module numpy if (python-base without python36-base)} BuildRequires: %{python_module pytest-timeout}