Path to this page:
Subject: CVS commit: pkgsrc/devel/py-virtualenv
From: Adam Ciarcinski
Date: 2023-04-28 09:50:15
Message id: 20230428075015.C035BFA87@cvs.NetBSD.org
Log Message:
py-virtualenv: updated to 20.23.0
v20.23.0
Features
Do not install wheel and setuptools seed packages for Python 3.12+. To restore \
the old behaviour use:
for wheel use VIRTUALENV_WHEEL=bundle environment variable or --wheel=bundle CLI \
flag,
for setuptools use VIRTUALENV_SETUPTOOLS=bundle environment variable or \
--setuptools=bundle CLI flag.
3.12 support
Bugfixes
Prevent PermissionError when using venv creator on systems that deliver files \
without user write permission
Upgrade setuptools to 67.7.2 from 67.6.1 and pip to 23.1.2 from 23.1
Files: