15
0

- Update to 0.0.12:

* Bugfix with relative paths (#39)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-api?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2019-07-23 11:27:59 +00:00
committed by Git OBS Bridge
parent b03059a837
commit 6386a1b25e
4 changed files with 11 additions and 5 deletions

View File

@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pip-api
Version: 0.0.10
Version: 0.0.12
Release: 0
Summary: The official unofficial pip API
License: Apache-2.0
Group: Development/Languages/Python
URL: http://github.com/di/pip-api
URL: https://github.com/di/pip-api
Source: https://files.pythonhosted.org/packages/source/p/pip-api/pip-api-%{version}.tar.gz
Patch0: unvendor.patch
BuildRequires: %{python_module packaging >= 16.1}