14
0

Accepting request 1197744 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1197744
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-resolvelib?expand=0&rev=15
This commit is contained in:
2024-08-30 11:33:00 +00:00
committed by Git OBS Bridge
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>

View File

@@ -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