14
0

Accepting request 148653 from home:posophe:branches:devel:languages:python

Update and python3 support

OBS-URL: https://build.opensuse.org/request/show/148653
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=29
This commit is contained in:
Sascha Peilicke
2013-01-17 12:07:06 +00:00
committed by Git OBS Bridge
parent 28223b2c21
commit e2a709661b
6 changed files with 105 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-requests
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-requests
Version: 0.14.2
Version: 1.1.0
Release: 0
Url: http://python-requests.org
Summary: Awesome Python HTTP Library That's Actually Usable
@@ -61,6 +61,9 @@ Features:
%prep
%setup -q -n requests-%{version}
# For rpmlint warning: remove shebang from python library:
sed -i '/^#!/d' ./requests/certs.py
%build
python setup.py build