python3-virtualenv: update to 20.31.2.

This commit is contained in:
Gonzalo Tornaría 2025-06-22 16:08:55 -03:00 committed by classabbyamp
parent e4c80fa2e8
commit 8d7a107fb3

View file

@ -1,7 +1,7 @@
# Template file for 'python3-virtualenv'
pkgname=python3-virtualenv
version=20.30.0
revision=2
version=20.31.2
revision=1
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs"
depends="python3-platformdirs python3-distlib python3-filelock"
@ -14,7 +14,7 @@ license="MIT"
homepage="https://virtualenv.pypa.io/"
changelog="https://virtualenv.pypa.io/en/latest/changelog.html"
distfiles="${PYPI_SITE}/v/virtualenv/virtualenv-${version}.tar.gz"
checksum=800863162bcaa5450a6e4d721049730e7f2dae07720e0902b0e4040bd6f9ada8
checksum=e10c0a9d02835e592521be48b332b6caee6887f332c111aa79a09b9e79efc2af
alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3"
post_install() {