From d2b06bade980358f35898488863e6e80e1deb1be7fa94e44b82e672e066b1363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 16 Mar 2020 10:16:03 +0000 Subject: [PATCH] Accepting request 785547 from home:mcalabkova:branches:devel:languages:python - Update to 0.0.14 * Test against pip 19.2 to 20.0.2 * Support Python 3.8 OBS-URL: https://build.opensuse.org/request/show/785547 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-api?expand=0&rev=12 --- pip-api-0.0.13.tar.gz | 3 --- pip-api-0.0.14.tar.gz | 3 +++ python-pip-api.changes | 7 +++++++ python-pip-api.spec | 8 ++++---- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 pip-api-0.0.13.tar.gz create mode 100644 pip-api-0.0.14.tar.gz diff --git a/pip-api-0.0.13.tar.gz b/pip-api-0.0.13.tar.gz deleted file mode 100644 index c044513..0000000 --- a/pip-api-0.0.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb04aeebdbf67ea971cd3bde8d193df397c09fd38fecb1357a7e01463d5d2f00 -size 101461 diff --git a/pip-api-0.0.14.tar.gz b/pip-api-0.0.14.tar.gz new file mode 100644 index 0000000..20a3db1 --- /dev/null +++ b/pip-api-0.0.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bbad536c70f0dfdc88e6811418ab0e8ac1aece7cf6c69223ae602a6ebc2943b +size 108979 diff --git a/python-pip-api.changes b/python-pip-api.changes index 6ef162a..2474a34 100644 --- a/python-pip-api.changes +++ b/python-pip-api.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 16 10:09:16 UTC 2020 - Marketa Calabkova + +- Update to 0.0.14 + * Test against pip 19.2 to 20.0.2 + * Support Python 3.8 + ------------------------------------------------------------------- Wed Oct 30 13:08:42 UTC 2019 - Tomáš Chvátal diff --git a/python-pip-api.spec b/python-pip-api.spec index 47cb656..02a5403 100644 --- a/python-pip-api.spec +++ b/python-pip-api.spec @@ -1,7 +1,7 @@ # # spec file for package python-pip-api # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pip-api -Version: 0.0.13 +Version: 0.0.14 Release: 0 Summary: The official unofficial pip API License: Apache-2.0 @@ -26,7 +26,7 @@ Group: Development/Languages/Python 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} +BuildRequires: %{python_module packaging >= 20.3} BuildRequires: %{python_module pip} BuildRequires: %{python_module pretend} BuildRequires: %{python_module pytest} @@ -34,7 +34,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module virtualenv} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-packaging >= 16.1 +Requires: python-packaging >= 20.3 Requires: python-pip BuildArch: noarch %python_subpackages