From 4b2b14c45c89ae1b9806f3d70c7c6776084b80c3a72a0fb8c2714fe4c5592ded Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Fri, 30 Aug 2024 09:19:49 +0000 Subject: [PATCH] Accepting request 1195698 from home:pgajdos:python - drop optional test dependency on python-commentjson OBS-URL: https://build.opensuse.org/request/show/1195698 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-resolvelib?expand=0&rev=25 --- python-resolvelib.changes | 5 +++++ python-resolvelib.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-resolvelib.changes b/python-resolvelib.changes index 931f6bd..5eca646 100644 --- a/python-resolvelib.changes +++ b/python-resolvelib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 23 10:09:20 UTC 2024 - pgajdos@suse.com + +- drop optional test dependency on python-commentjson + ------------------------------------------------------------------- Fri Dec 8 13:39:00 UTC 2023 - Dirk Müller diff --git a/python-resolvelib.spec b/python-resolvelib.spec index 09bf41d..89bdd4d 100644 --- a/python-resolvelib.spec +++ b/python-resolvelib.spec @@ -1,7 +1,7 @@ # # spec file for package python-resolvelib # -# 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 @@ -26,7 +26,6 @@ License: ISC Group: Development/Languages/Python URL: https://github.com/sarugaku/resolvelib Source: https://github.com/sarugaku/resolvelib/archive/%{version}.tar.gz#/resolvelib-%{version}.tar.gz -BuildRequires: %{python_module commentjson} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module wheel} @@ -39,7 +38,7 @@ BuildArch: noarch A Python module to resolve abstract dependencies into concrete ones. %prep -%setup -q -n resolvelib-%{version} +%autosetup -p1 -n resolvelib-%{version} %build %pyproject_wheel