diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2014-01-20 00:56:29 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:07 -0600 |
commit | 05c05bea1491b54501cabc357ac6c5749d416cb4 (patch) | |
tree | c84d2c6022eb5f8338dacdf3f2c122bf5b30ef4c /python/python-requests | |
parent | 050c2be978fa052fbaf2fe64a65d6bb3706cc3ee (diff) |
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.SlackBuild | 10 | ||||
-rw-r--r-- | python/python-requests/python-requests.info | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/python/python-requests/python-requests.SlackBuild b/python/python-requests/python-requests.SlackBuild index cc5699fe5ac7..5464bcc35d7e 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 7e3a83b1637b..53d60d025dd4 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="" |