python/python-urllib3: Updated for version 1.25.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
408b04c863
commit
e70861e4e0
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for python-urllib3
|
||||
|
||||
# Copyright 2013 Thibaut Notteboom, Paris, FRANCE
|
||||
# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
|
||||
PRGNAM=python-urllib3
|
||||
SRCNAM=$(echo $PRGNAM | cut -c8-14)
|
||||
VERSION=${VERSION:-1.23}
|
||||
VERSION=${VERSION:-1.25.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-urllib3"
|
||||
VERSION="1.23"
|
||||
VERSION="1.25.2"
|
||||
HOMEPAGE="https://urllib3.readthedocs.io/en/latest/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/3c/d2/dc5471622bd200db1cd9319e02e71bc655e9ea27b8e0ce65fc69de0dac15/urllib3-1.23.tar.gz"
|
||||
MD5SUM="1ad43e4b5ab7a0794c89dc057e1d7179"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/9a/8b/ea6d2beb2da6e331e9857d0a60b79ed4f72dcbc4e2c7f2d2521b0480fda2/urllib3-1.25.2.tar.gz"
|
||||
MD5SUM="1ebfbbec8bee21dbb686c009b37f4963"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue