diff --git a/pip-api-0.0.10.tar.gz b/pip-api-0.0.10.tar.gz deleted file mode 100644 index 082fa47..0000000 --- a/pip-api-0.0.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:742b3edb5b077853ffcfec8a849f6ff1a622c6ecf648adb5fa0e4594998fcd46 -size 86720 diff --git a/pip-api-0.0.12.tar.gz b/pip-api-0.0.12.tar.gz new file mode 100644 index 0000000..b0a2a33 --- /dev/null +++ b/pip-api-0.0.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eeb656fb1a4df791c40c16e22e6107025b6a1ee912e2dbc66d684bafc8ef57c +size 86840 diff --git a/python-pip-api.changes b/python-pip-api.changes index c76ece9..87757ed 100644 --- a/python-pip-api.changes +++ b/python-pip-api.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 23 11:27:24 UTC 2019 - Tomáš Chvátal + +- Update to 0.0.12: + * Bugfix with relative paths (#39) + ------------------------------------------------------------------- Fri Jun 7 15:29:45 UTC 2019 - Ondřej Súkup diff --git a/python-pip-api.spec b/python-pip-api.spec index 1418c2a..fb19e18 100644 --- a/python-pip-api.spec +++ b/python-pip-api.spec @@ -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}