17
0

Accepting request 651457 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/651457
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=114
This commit is contained in:
Todd R
2018-11-25 01:49:10 +00:00
committed by Git OBS Bridge
parent da51950dea
commit 443f5567fa
4 changed files with 17 additions and 9 deletions

View File

@@ -22,12 +22,7 @@
%define test 1
%endif
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%if %{test}
Name: python-requests-%{flavor}
%else
Name: python-requests
%endif
Version: 2.20.0
Version: 2.20.1
Release: 0
Summary: Python HTTP Library
License: Apache-2.0
@@ -56,6 +51,11 @@ Recommends: python-cryptography >= 1.3.4
Recommends: python-pyOpenSSL >= 0.14
BuildArch: noarch
%if %{test}
Name: python-requests-%{flavor}
%else
Name: python-requests
%endif
%if %{test}
BuildRequires: %{python_module PySocks >= 1.5.6}
BuildRequires: %{python_module chardet >= 3.0.2}
BuildRequires: %{python_module idna < 2.8}