summaryrefslogtreecommitdiffstats
path: root/python/python-requests
diff options
context:
space:
mode:
author Thibaut Notteboom2014-01-19 18:56:29 +0100
committer Erik Hanson2014-01-30 06:21:07 +0100
commit05c05bea1491b54501cabc357ac6c5749d416cb4 (patch)
treec84d2c6022eb5f8338dacdf3f2c122bf5b30ef4c /python/python-requests
parent050c2be978fa052fbaf2fe64a65d6bb3706cc3ee (diff)
downloadslackbuilds-05c05bea1491b54501cabc357ac6c5749d416cb4.tar.gz
python/python-requests: Updated for version 2.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-requests')
-rw-r--r--python/python-requests/python-requests.SlackBuild10
-rw-r--r--python/python-requests/python-requests.info6
2 files changed, 8 insertions, 8 deletions
diff --git a/python/python-requests/python-requests.SlackBuild b/python/python-requests/python-requests.SlackBuild
index cc5699fe5a..5464bcc35d 100644
--- a/python/python-requests/python-requests.SlackBuild
+++ b/python/python-requests/python-requests.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python-requests
-VERSION=${VERSION:-1.2.3}
+VERSION=${VERSION:-2.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -66,10 +66,10 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG
diff --git a/python/python-requests/python-requests.info b/python/python-requests/python-requests.info
index 7e3a83b163..53d60d025d 100644
--- a/python/python-requests/python-requests.info
+++ b/python/python-requests/python-requests.info
@@ -1,8 +1,8 @@
PRGNAM="python-requests"
-VERSION="1.2.3"
+VERSION="2.2.0"
HOMEPAGE="http://pypi.python.org/pypi/requests"
-DOWNLOAD="http://pypi.python.org/packages/source/r/requests/requests-1.2.3.tar.gz"
-MD5SUM="adbd3f18445f7fe5e77f65c502e264fb"
+DOWNLOAD="http://pypi.python.org/packages/source/r/requests/requests-2.2.0.tar.gz"
+MD5SUM="4d2e17221d478ece045e2e81cdb177f5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""