14
0

Accepting request 685828 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/685828
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-resolvelib?expand=0&rev=2
This commit is contained in:
2019-03-19 08:58:53 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Mar 16 17:27:15 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in descriptions.
-------------------------------------------------------------------
Fri Mar 1 01:57:24 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -20,20 +20,20 @@
Name: python-resolvelib
Version: 0.2.2
Release: 0
Summary: Resolve abstract dependencies into concrete ones
Summary: Module to resolve abstract dependencies into concrete ones
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 setuptools}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
%description
Resolve abstract dependencies into concrete ones
A Python module to resolve abstract dependencies into concrete ones.
%prep
%setup -q -n resolvelib-%{version}