python/python3-virtualenv: Version bump to 20.24.6

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2023-10-23 19:47:33 -07:00 committed by Willy Sudiarto Raharjo
parent cfd0d91463
commit 7b6682ccfe
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-virtualenv
SRCNAM=virtualenv
VERSION=${VERSION:-20.24.5}
VERSION=${VERSION:-20.24.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-virtualenv"
VERSION="20.24.5"
VERSION="20.24.6"
HOMEPAGE="https://virtualenv.pypa.io/"
DOWNLOAD="https://github.com/pypa/virtualenv/archive/20.24.5/virtualenv-20.24.5.tar.gz"
MD5SUM="0706c20d1057abecb192654dc24c3de0"
DOWNLOAD="https://github.com/pypa/virtualenv/archive/20.24.6/virtualenv-20.24.6.tar.gz"
MD5SUM="2091a4110cc487971abfb25b4b276d5c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-distlib python3-filelock python3-platformdirs"