Skip to content

Commit

Permalink
py-virtualenv: updated to 20.16.7
Browse files Browse the repository at this point in the history
Bugfixes - 20.16.7
- Use parent directory of python executable for pyvenv.cfg "home" value per PEP 405
- In POSIX virtual environments, try alternate binary names if ``sys._base_executable`` does not exist
- Upgrade embedded wheel to ``0.38.4`` and  pip to ``22.3.1`` from ``22.3`` and setuptools to ``65.5.1`` from
  ``65.5.0``
  • Loading branch information
adam committed Nov 20, 2022
1 parent a0ba15c commit 5fdeec9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions devel/py-virtualenv/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.59 2022/10/28 09:52:46 adam Exp $
# $NetBSD: Makefile,v 1.60 2022/11/20 16:52:16 adam Exp $

DISTNAME= virtualenv-20.16.6
DISTNAME= virtualenv-20.16.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=v/virtualenv/}
Expand Down
7 changes: 4 additions & 3 deletions devel/py-virtualenv/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.45 2022/10/28 09:52:46 adam Exp $
@comment $NetBSD: PLIST,v 1.46 2022/11/20 16:52:16 adam Exp $
bin/virtualenv-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
Expand Down Expand Up @@ -270,12 +270,13 @@ ${PYSITELIB}/virtualenv/seed/wheels/embed/__init__.pyc
${PYSITELIB}/virtualenv/seed/wheels/embed/__init__.pyo
${PYSITELIB}/virtualenv/seed/wheels/embed/pip-20.3.4-py2.py3-none-any.whl
${PYSITELIB}/virtualenv/seed/wheels/embed/pip-21.3.1-py3-none-any.whl
${PYSITELIB}/virtualenv/seed/wheels/embed/pip-22.3-py3-none-any.whl
${PYSITELIB}/virtualenv/seed/wheels/embed/pip-22.3.1-py3-none-any.whl
${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-44.1.1-py2.py3-none-any.whl
${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-50.3.2-py3-none-any.whl
${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-59.6.0-py3-none-any.whl
${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-65.5.0-py3-none-any.whl
${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-65.5.1-py3-none-any.whl
${PYSITELIB}/virtualenv/seed/wheels/embed/wheel-0.37.1-py2.py3-none-any.whl
${PYSITELIB}/virtualenv/seed/wheels/embed/wheel-0.38.4-py3-none-any.whl
${PYSITELIB}/virtualenv/seed/wheels/periodic_update.py
${PYSITELIB}/virtualenv/seed/wheels/periodic_update.pyc
${PYSITELIB}/virtualenv/seed/wheels/periodic_update.pyo
Expand Down
8 changes: 4 additions & 4 deletions devel/py-virtualenv/distinfo
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.47 2022/10/28 09:52:46 adam Exp $
$NetBSD: distinfo,v 1.48 2022/11/20 16:52:16 adam Exp $

BLAKE2s (virtualenv-20.16.6.tar.gz) = b3aeb1ead032684ace04c94a10f6e70cd66ed92675c489322b87e064e6e1053a
SHA512 (virtualenv-20.16.6.tar.gz) = 24ca5038cc4e9cd72cf99a8bd4b96bda10cdc8deae2e6e7a0bef5000fd8fbeda87c4fda21aeb3b109a3763e47e0a7c7a5f383914a1bb1edcd8ed6791117d91cb
Size (virtualenv-20.16.6.tar.gz) = 12233333 bytes
BLAKE2s (virtualenv-20.16.7.tar.gz) = f0ac95f95d6f12e0437a67f9e52e47a1f98bdccccbe759776035a295bdd79ec4
SHA512 (virtualenv-20.16.7.tar.gz) = 975298181696c4636a9567c29b4da5bad703d35fcf2a110cc24146e5bf7afe63b3fcb1f1601586b03bc0deef08c2278577bedf40cb21a7e07841986a9215dc69
Size (virtualenv-20.16.7.tar.gz) = 12268638 bytes
SHA1 (patch-src_virtualenv_create_via__global__ref_api.py) = cf39d9cdf0927b32865677d64ddcbd59ecc726a5
SHA1 (patch-tests_unit_create_test__creator.py) = 4d0de65da957040c3f6e7e0682b6e6bdfdcf3abc
SHA1 (patch-tests_unit_seed_embed_test__bootstrap__link__via__app__data.py) = de17dc8e578af57c9c43f38343a0c0af0d04227d

0 comments on commit 5fdeec9

Please sign in to comment.