python/python-requests: Updated for version 2.21.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Thibaut Notteboom 2019-03-29 07:53:26 +07:00 committed by Willy Sudiarto Raharjo
parent bbbd372095
commit 3857cc36c5
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.20.1}
VERSION=${VERSION:-2.21.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python-requests"
VERSION="2.20.1"
VERSION="2.21.0"
HOMEPAGE="http://python-requests.org/"
DOWNLOAD="https://github.com/kennethreitz/requests/archive/v2.20.1/requests-2.20.1.tar.gz"
MD5SUM="9b08e9c0fc9584943c5bb8467ef8c0b2"
DOWNLOAD="https://github.com/kennethreitz/requests/archive/v2.21.0/requests-2.21.0.tar.gz"
MD5SUM="cc0945656d97368367ce893d5834035a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-certifi python-chardet idna python-urllib3"