Browse Source
python/python3-virtualenv: Updated for version 20.26.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
pull/223/head
Jeremy Hansen
1 year ago
committed by
Andrew Clemons
No known key found for this signature in database
GPG Key ID: CD26380FFACBDA2B
2 changed files with
4 additions and
4 deletions
-
python/python3-virtualenv/python3-virtualenv.SlackBuild
-
python/python3-virtualenv/python3-virtualenv.info
|
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-virtualenv |
|
|
|
SRCNAM=virtualenv |
|
|
|
VERSION=${VERSION:-20.26.0} |
|
|
|
VERSION=${VERSION:-20.26.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-virtualenv" |
|
|
|
VERSION="20.26.0" |
|
|
|
VERSION="20.26.1" |
|
|
|
HOMEPAGE="https://virtualenv.pypa.io/" |
|
|
|
DOWNLOAD="https://github.com/pypa/virtualenv/archive/20.26.0/virtualenv-20.26.0.tar.gz" |
|
|
|
MD5SUM="78c2838f76a3e784a9c3e33ff1ccf25c" |
|
|
|
DOWNLOAD="https://github.com/pypa/virtualenv/archive/20.26.1/virtualenv-20.26.1.tar.gz" |
|
|
|
MD5SUM="f7d19fa64089623329de3a4f6cd485f0" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-setuptools-scm-opt python3-distlib python3-filelock python3-platformdirs" |
|
|
|