python3-virtualenv: update to 20.24.1.

This commit is contained in:
icp 2023-07-20 22:39:16 +05:30 committed by Chocimier
parent e7222c8156
commit 65435ab244
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-virtualenv'
pkgname=python3-virtualenv
version=20.23.1
version=20.24.1
revision=1
build_style=python3-pep517
make_check_args="--ignore tests/unit/seed/wheels/test_periodic_update.py
@ -15,7 +15,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=8ff19a38c1021c742148edc4f81cb43d7f8c6816d2ede2ab72af5b84c749ade1
checksum=2ef6a237c31629da6442b0bcaa3999748108c7166318d1f55cc9f8d7294e97bd
alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3"
post_install() {