python/python-requests: Updated for version 2.20.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Thibaut Notteboom 2018-11-03 20:37:14 +00:00 committed by Willy Sudiarto Raharjo
parent bb57b45b4d
commit a5071bdbf4
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python-requests
VERSION=${VERSION:-2.19.1}
VERSION=${VERSION:-2.20.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="python-requests"
VERSION="2.19.1"
VERSION="2.20.0"
HOMEPAGE="http://python-requests.org/"
DOWNLOAD="https://github.com/kennethreitz/requests/archive/v2.19.1/requests-2.19.1.tar.gz"
MD5SUM="36c3fc28fa2a74ca01ce0f0f20d6a400"
DOWNLOAD="https://github.com/kennethreitz/requests/archive/v2.20.0/requests-2.20.0.tar.gz"
MD5SUM="e42355ff37b9a21166f77f1f2929a45a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-certifi python-chardet idna python-urllib3"