python/python3-virtualenv: Updated for version 20.26.2.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-05-24 13:56:57 -07:00 committed by Willy Sudiarto Raharjo
parent 33f656dd52
commit c52191b733
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.26.1}
VERSION=${VERSION:-20.26.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-virtualenv"
VERSION="20.26.1"
VERSION="20.26.2"
HOMEPAGE="https://virtualenv.pypa.io/"
DOWNLOAD="https://github.com/pypa/virtualenv/archive/20.26.1/virtualenv-20.26.1.tar.gz"
MD5SUM="f7d19fa64089623329de3a4f6cd485f0"
DOWNLOAD="https://github.com/pypa/virtualenv/archive/20.26.2/virtualenv-20.26.2.tar.gz"
MD5SUM="d3b19baa177115473fc9d97a401d1711"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-setuptools-scm-opt python3-distlib python3-filelock python3-platformdirs"