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: Mon Jun 26 16:13:22 UTC 2023
Modified Files:
pkgsrc/devel/py-virtualenv: Makefile PLIST distinfo
pkgsrc/devel/py-virtualenv/patches:
patch-src_virtualenv_create_via__global__ref_api.py
Log Message:
py-virtualenv: updated to 20.23.1
v20.23.1
update and simplify nushell activation script, fixes an issue on Windows resulting in consecutive command not found
Upgrade embedded wheels:
setuptools to 67.8.0 from 67.7.2
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/devel/py-virtualenv/Makefile
cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/py-virtualenv/PLIST
cvs rdiff -u -r1.55 -r1.56 pkgsrc/devel/py-virtualenv/distinfo
cvs rdiff -u -r1.3 -r1.4 \
pkgsrc/devel/py-virtualenv/patches/patch-src_virtualenv_create_via__global__ref_api.py
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.68 pkgsrc/devel/py-virtualenv/Makefile:1.69
--- pkgsrc/devel/py-virtualenv/Makefile:1.68 Wed Jun 7 20:47:10 2023
+++ pkgsrc/devel/py-virtualenv/Makefile Mon Jun 26 16:13:22 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.68 2023/06/07 20:47:10 jperkin Exp $
+# $NetBSD: Makefile,v 1.69 2023/06/26 16:13:22 adam Exp $
-DISTNAME= virtualenv-20.23.0
+DISTNAME= virtualenv-20.23.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=v/virtualenv/}
Index: pkgsrc/devel/py-virtualenv/PLIST
diff -u pkgsrc/devel/py-virtualenv/PLIST:1.52 pkgsrc/devel/py-virtualenv/PLIST:1.53
--- pkgsrc/devel/py-virtualenv/PLIST:1.52 Fri Apr 28 07:50:15 2023
+++ pkgsrc/devel/py-virtualenv/PLIST Mon Jun 26 16:13:22 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.52 2023/04/28 07:50:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.53 2023/06/26 16:13:22 adam Exp $
bin/virtualenv-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -175,7 +175,7 @@ ${PYSITELIB}/virtualenv/seed/wheels/bund
${PYSITELIB}/virtualenv/seed/wheels/embed/__init__.py
${PYSITELIB}/virtualenv/seed/wheels/embed/__init__.pyc
${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/setuptools-67.8.0-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.55 pkgsrc/devel/py-virtualenv/distinfo:1.56
--- pkgsrc/devel/py-virtualenv/distinfo:1.55 Fri Apr 28 07:50:15 2023
+++ pkgsrc/devel/py-virtualenv/distinfo Mon Jun 26 16:13:22 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.55 2023/04/28 07:50:15 adam Exp $
+$NetBSD: distinfo,v 1.56 2023/06/26 16:13:22 adam Exp $
-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
+BLAKE2s (virtualenv-20.23.1.tar.gz) = 9e095298f0496c06116a6115933425a6cf50c3908c581c6fba2517d3b92f09d0
+SHA512 (virtualenv-20.23.1.tar.gz) = 9a19b8f4aff021f5419c10b5954118adb668294cdeffba7a43ed12f76fc6fc8aed8e53df68277a959deb7a4e81f81ed9b4797c17574c347610c8de8d85826af8
+Size (virtualenv-20.23.1.tar.gz) = 6619074 bytes
+SHA1 (patch-src_virtualenv_create_via__global__ref_api.py) = 6d061273de36ee72d3c7fc514ad24e21bd8b29d4
SHA1 (patch-tests_unit_create_test__creator.py) = 4d0de65da957040c3f6e7e0682b6e6bdfdcf3abc
SHA1 (patch-tests_unit_seed_embed_test__bootstrap__link__via__app__data.py) = de17dc8e578af57c9c43f38343a0c0af0d04227d
Index: pkgsrc/devel/py-virtualenv/patches/patch-src_virtualenv_create_via__global__ref_api.py
diff -u pkgsrc/devel/py-virtualenv/patches/patch-src_virtualenv_create_via__global__ref_api.py:1.3 pkgsrc/devel/py-virtualenv/patches/patch-src_virtualenv_create_via__global__ref_api.py:1.4
--- pkgsrc/devel/py-virtualenv/patches/patch-src_virtualenv_create_via__global__ref_api.py:1.3 Tue Apr 4 09:52:28 2023
+++ pkgsrc/devel/py-virtualenv/patches/patch-src_virtualenv_create_via__global__ref_api.py Mon Jun 26 16:13:22 2023
@@ -1,20 +1,20 @@
-$NetBSD: patch-src_virtualenv_create_via__global__ref_api.py,v 1.3 2023/04/04 09:52:28 adam Exp $
+$NetBSD: patch-src_virtualenv_create_via__global__ref_api.py,v 1.4 2023/06/26 16:13:22 adam Exp $
Copy distutils distro config file to virtualenv.
https://github.com/pypa/virtualenv/issues/2313
--- src/virtualenv/create/via_global_ref/api.py.orig 2020-02-02 00:00:00.000000000 +0000
+++ src/virtualenv/create/via_global_ref/api.py
-@@ -2,6 +2,8 @@ import logging
+@@ -4,6 +4,8 @@ import logging
import os
from abc import ABCMeta
from pathlib import Path
+from shutil import copy
+from sysconfig import get_paths
+ from virtualenv.create.creator import Creator, CreatorMeta
from virtualenv.info import fs_supports_symlink
-
-@@ -92,6 +94,10 @@ class ViaGlobalRefApi(Creator, metaclass
+@@ -94,6 +96,10 @@ class ViaGlobalRefApi(Creator, metaclass
logging.debug("create %s", dest_path)
dest_path.write_text(text, encoding="utf-8")
@@ -23,5 +23,5 @@ https://github.com/pypa/virtualenv/issue
+ copy(distutils_distro_config, self.platlib)
+
def env_patch_text(self):
- """Patch the distutils package to not be derailed by its configuration files"""
+ """Patch the distutils package to not be derailed by its configuration files."""
with self.app_data.ensure_extracted(Path(__file__).parent / "_virtualenv.py") as resolved_path:
Home |
Main Index |
Thread Index |
Old Index