14
0

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
This commit is contained in:
2024-08-30 09:19:49 +00:00
committed by Git OBS Bridge
parent fe6a87fcee
commit 4b2b14c45c
2 changed files with 7 additions and 3 deletions

View File

@@ -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 <dmueller@suse.com> Fri Dec 8 13:39:00 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-resolvelib # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,6 @@ License: ISC
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/sarugaku/resolvelib URL: https://github.com/sarugaku/resolvelib
Source: https://github.com/sarugaku/resolvelib/archive/%{version}.tar.gz#/resolvelib-%{version}.tar.gz 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 pip}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
@@ -39,7 +38,7 @@ BuildArch: noarch
A Python module to resolve abstract dependencies into concrete ones. A Python module to resolve abstract dependencies into concrete ones.
%prep %prep
%setup -q -n resolvelib-%{version} %autosetup -p1 -n resolvelib-%{version}
%build %build
%pyproject_wheel %pyproject_wheel