mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/python-requests: Updated for version 2.23.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9dc6eb0953
commit
01c050bd3a
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python-requests
|
||||
|
||||
# Copyright 2013-2019 Thibaut Notteboom, Paris, FRANCE
|
||||
# Copyright 2013-2020 Thibaut Notteboom, Paris, FRANCE
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=python-requests
|
||||
VERSION=${VERSION:-2.22.0}
|
||||
VERSION=${VERSION:-2.23.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-requests"
|
||||
VERSION="2.22.0"
|
||||
VERSION="2.23.0"
|
||||
HOMEPAGE="https://requests.kennethreitz.org/en/master/"
|
||||
DOWNLOAD="https://github.com/kennethreitz/requests/archive/v2.22.0/requests-2.22.0.tar.gz"
|
||||
MD5SUM="b32e3383fbcd173e515883b6631a2eed"
|
||||
DOWNLOAD="https://github.com/kennethreitz/requests/archive/v2.23.0/requests-2.23.0.tar.gz"
|
||||
MD5SUM="e5cb667d82a05a203a6c884477be8b07"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-certifi python-chardet idna python-urllib3"
|
||||
|
|
Loading…
Reference in a new issue