15
0

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
This commit is contained in:
Tomáš Chvátal
2020-03-16 10:16:03 +00:00
committed by Git OBS Bridge
parent e7fffa6ea7
commit d2b06bade9
4 changed files with 14 additions and 7 deletions

View File

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