pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-virtualenv



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Apr 28 07:50:15 UTC 2023

Modified Files:
        pkgsrc/devel/py-virtualenv: Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/devel/py-virtualenv/Makefile
cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/py-virtualenv/PLIST
cvs rdiff -u -r1.54 -r1.55 pkgsrc/devel/py-virtualenv/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-virtualenv/Makefile
diff -u pkgsrc/devel/py-virtualenv/Makefile:1.66 pkgsrc/devel/py-virtualenv/Makefile:1.67
--- pkgsrc/devel/py-virtualenv/Makefile:1.66    Tue Apr 25 09:46:57 2023
+++ pkgsrc/devel/py-virtualenv/Makefile Fri Apr 28 07:50:15 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.66 2023/04/25 09:46:57 adam Exp $
+# $NetBSD: Makefile,v 1.67 2023/04/28 07:50:15 adam Exp $
 
-DISTNAME=      virtualenv-20.22.0
+DISTNAME=      virtualenv-20.23.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=v/virtualenv/}

Index: pkgsrc/devel/py-virtualenv/PLIST
diff -u pkgsrc/devel/py-virtualenv/PLIST:1.51 pkgsrc/devel/py-virtualenv/PLIST:1.52
--- pkgsrc/devel/py-virtualenv/PLIST:1.51       Tue Apr 25 09:46:57 2023
+++ pkgsrc/devel/py-virtualenv/PLIST    Fri Apr 28 07:50:15 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.51 2023/04/25 09:46:57 adam Exp $
+@comment $NetBSD: PLIST,v 1.52 2023/04/28 07:50:15 adam Exp $
 bin/virtualenv-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -174,8 +174,8 @@ ${PYSITELIB}/virtualenv/seed/wheels/bund
 ${PYSITELIB}/virtualenv/seed/wheels/bundle.pyc
 ${PYSITELIB}/virtualenv/seed/wheels/embed/__init__.py
 ${PYSITELIB}/virtualenv/seed/wheels/embed/__init__.pyc
-${PYSITELIB}/virtualenv/seed/wheels/embed/pip-23.1-py3-none-any.whl
-${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-67.6.1-py3-none-any.whl
+${PYSITELIB}/virtualenv/seed/wheels/embed/pip-23.1.2-py3-none-any.whl
+${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-67.7.2-py3-none-any.whl
 ${PYSITELIB}/virtualenv/seed/wheels/embed/wheel-0.40.0-py3-none-any.whl
 ${PYSITELIB}/virtualenv/seed/wheels/periodic_update.py
 ${PYSITELIB}/virtualenv/seed/wheels/periodic_update.pyc

Index: pkgsrc/devel/py-virtualenv/distinfo
diff -u pkgsrc/devel/py-virtualenv/distinfo:1.54 pkgsrc/devel/py-virtualenv/distinfo:1.55
--- pkgsrc/devel/py-virtualenv/distinfo:1.54    Tue Apr 25 09:46:57 2023
+++ pkgsrc/devel/py-virtualenv/distinfo Fri Apr 28 07:50:15 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.54 2023/04/25 09:46:57 adam Exp $
+$NetBSD: distinfo,v 1.55 2023/04/28 07:50:15 adam Exp $
 
-BLAKE2s (virtualenv-20.22.0.tar.gz) = 4fc3f3e381c4e1dca6c7228afdeda5c01922419293f03e9aeb4625d50bdf7c28
-SHA512 (virtualenv-20.22.0.tar.gz) = 83d15b03abebd856b1636d0f00443f77882de9fdeb9dff67b72dc839d55f4e7e0668914ef3ac79cdf1d8cf147e29ba97feb720a5ebfcf24dc6cd27ec2e04384d
-Size (virtualenv-20.22.0.tar.gz) = 6612036 bytes
+BLAKE2s (virtualenv-20.23.0.tar.gz) = b1d2405fa9a6128292780ce99ddb528d86f3c3e6097f9042ddf53eaf3862ff5f
+SHA512 (virtualenv-20.23.0.tar.gz) = 90b5aae687984b982dd60d573f9b2cf9a525c135f93d51a9087940d2265a1dd0c59670dcfff9b3aa459a081b0b13d1183360022825f486c9cf2fc86bfc5b8bc3
+Size (virtualenv-20.23.0.tar.gz) = 6617594 bytes
 SHA1 (patch-src_virtualenv_create_via__global__ref_api.py) = 46f53fba8ca4229692240b088e1a6705042b84df
 SHA1 (patch-tests_unit_create_test__creator.py) = 4d0de65da957040c3f6e7e0682b6e6bdfdcf3abc
 SHA1 (patch-tests_unit_seed_embed_test__bootstrap__link__via__app__data.py) = de17dc8e578af57c9c43f38343a0c0af0d04227d



Home | Main Index | Thread Index | Old Index