python/python-requests: Updated for version 2.9.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7e4a0e1068
commit
e772a10412
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for python-requests
|
# Slackware build script for python-requests
|
||||||
|
|
||||||
# Copyright 2013-2015 Thibaut Notteboom, Paris, FRANCE
|
# Copyright 2013-2016 Thibaut Notteboom, Paris, FRANCE
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=python-requests
|
PRGNAM=python-requests
|
||||||
VERSION=${VERSION:-2.8.1}
|
VERSION=${VERSION:-2.9.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="python-requests"
|
PRGNAM="python-requests"
|
||||||
VERSION="2.8.1"
|
VERSION="2.9.1"
|
||||||
HOMEPAGE="http://pypi.python.org/pypi/requests"
|
HOMEPAGE="http://pypi.python.org/pypi/requests"
|
||||||
DOWNLOAD="http://pypi.python.org/packages/source/r/requests/requests-2.8.1.tar.gz"
|
DOWNLOAD="http://pypi.python.org/packages/source/r/requests/requests-2.9.1.tar.gz"
|
||||||
MD5SUM="a27ea3d72d7822906ddce5e252d6add9"
|
MD5SUM="0b7f480d19012ec52bab78292efd976d"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue