From 05c05bea1491b54501cabc357ac6c5749d416cb4 Mon Sep 17 00:00:00 2001 From: Thibaut Notteboom Date: Mon, 20 Jan 2014 00:56:29 +0700 Subject: python/python-requests: Updated for version 2.2.0. Signed-off-by: Willy Sudiarto Raharjo --- python/python-requests/python-requests.SlackBuild | 10 +++++----- python/python-requests/python-requests.info | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'python/python-requests') 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="" -- cgit v1.2.3