python/python-requests: Updated for version 2.20.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
bb57b45b4d
commit
a5071bdbf4
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue