forked from pool/python-pip-api
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:
committed by
Git OBS Bridge
parent
e7fffa6ea7
commit
d2b06bade9
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb04aeebdbf67ea971cd3bde8d193df397c09fd38fecb1357a7e01463d5d2f00
|
||||
size 101461
|
||||
3
pip-api-0.0.14.tar.gz
Normal file
3
pip-api-0.0.14.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0bbad536c70f0dfdc88e6811418ab0e8ac1aece7cf6c69223ae602a6ebc2943b
|
||||
size 108979
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 16 10:09:16 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- 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 <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user