From 8cbc6ec63c65ba974b90155f41a994a50b958cd5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:01:47 -0400 Subject: [PATCH] python3-virtualenv: rebuild for Python 3.12 --- srcpkgs/python3-virtualenv/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template index c88a55f59af..ca379512297 100644 --- a/srcpkgs/python3-virtualenv/template +++ b/srcpkgs/python3-virtualenv/template @@ -1,7 +1,7 @@ # Template file for 'python3-virtualenv' pkgname=python3-virtualenv version=20.24.5 -revision=1 +revision=2 build_style=python3-pep517 make_check_args="--ignore tests/unit/seed/wheels/test_periodic_update.py --deselect tests/unit/seed/wheels/test_acquire.py::test_get_wheel_download_cached"