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