14
0

Accepting request 248629 from home:TheBlackCat:branches:devel:languages:python

Update to 2.4.1

OBS-URL: https://build.opensuse.org/request/show/248629
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=49
This commit is contained in:
Todd R
2014-09-11 15:26:41 +00:00
committed by Git OBS Bridge
parent e69e59a4c2
commit 8f2e0821d4
6 changed files with 42 additions and 16 deletions

View File

@@ -17,7 +17,7 @@
Name: python-requests
Version: 2.3.0
Version: 2.4.1
Release: 0
Url: http://python-requests.org
Summary: Awesome Python HTTP Library That's Actually Usable
@@ -32,7 +32,9 @@ Patch1: no-default-cacert-sles.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python
BuildRequires: python-devel
BuildRequires: python-py
BuildRequires: python-setuptools
Requires: python-py
Requires: python
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}