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: Sat Nov 30 09:01:46 UTC 2024
Modified Files:
pkgsrc/devel/py-virtualenv: Makefile distinfo
pkgsrc/devel/py-virtualenv/patches:
patch-src_virtualenv_create_via__global__ref_api.py
Log Message:
py-virtualenv: updated to 20.28.0
20.28.0
Write CACHEDIR.TAG file on creation
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/devel/py-virtualenv/Makefile
cvs rdiff -u -r1.76 -r1.77 pkgsrc/devel/py-virtualenv/distinfo
cvs rdiff -u -r1.5 -r1.6 \
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.92 pkgsrc/devel/py-virtualenv/Makefile:1.93
--- pkgsrc/devel/py-virtualenv/Makefile:1.92 Mon Nov 4 10:09:10 2024
+++ pkgsrc/devel/py-virtualenv/Makefile Sat Nov 30 09:01:45 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.92 2024/11/04 10:09:10 adam Exp $
+# $NetBSD: Makefile,v 1.93 2024/11/30 09:01:45 adam Exp $
-DISTNAME= virtualenv-20.27.1
+DISTNAME= virtualenv-20.28.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=v/virtualenv/}
Index: pkgsrc/devel/py-virtualenv/distinfo
diff -u pkgsrc/devel/py-virtualenv/distinfo:1.76 pkgsrc/devel/py-virtualenv/distinfo:1.77
--- pkgsrc/devel/py-virtualenv/distinfo:1.76 Mon Nov 4 10:09:10 2024
+++ pkgsrc/devel/py-virtualenv/distinfo Sat Nov 30 09:01:45 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.76 2024/11/04 10:09:10 adam Exp $
+$NetBSD: distinfo,v 1.77 2024/11/30 09:01:45 adam Exp $
-BLAKE2s (virtualenv-20.27.1.tar.gz) = 03476c48cf6036a1a3f522d426de5fe360d98f23de6c6bcb27dab055585d5df5
-SHA512 (virtualenv-20.27.1.tar.gz) = 36a84a3ada9ac79fbd6c23f77b45742421af0fdbb6ff4a83660ca3fe0d2a9b2e34e0bb5df633362bb98fcba042fd6d7e5f82587efa124cc1d7cf076df260fea5
-Size (virtualenv-20.27.1.tar.gz) = 6491145 bytes
-SHA1 (patch-src_virtualenv_create_via__global__ref_api.py) = 2180caf9a956894111ab341674233ca18a6c24eb
+BLAKE2s (virtualenv-20.28.0.tar.gz) = 72de86fe42defffdd48bd1ee7ddfca46a5f629bb713f39f028adf0c82401840d
+SHA512 (virtualenv-20.28.0.tar.gz) = 6a66663af74a240b9ad1cd3170f765ea44aea5f013d63c996a66af4aa0ad4e56c2c38c4f51d43181ac55c6099363694478d7ef15b640c56f8f801d3cd318966e
+Size (virtualenv-20.28.0.tar.gz) = 7650368 bytes
+SHA1 (patch-src_virtualenv_create_via__global__ref_api.py) = 6e573d4a7d93e2f7684c25b1770bf560cc76e974
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.5 pkgsrc/devel/py-virtualenv/patches/patch-src_virtualenv_create_via__global__ref_api.py:1.6
--- pkgsrc/devel/py-virtualenv/patches/patch-src_virtualenv_create_via__global__ref_api.py:1.5 Fri Feb 23 07:56:03 2024
+++ pkgsrc/devel/py-virtualenv/patches/patch-src_virtualenv_create_via__global__ref_api.py Sat Nov 30 09:01:46 2024
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_virtualenv_create_via__global__ref_api.py,v 1.5 2024/02/23 07:56:03 adam Exp $
+$NetBSD: patch-src_virtualenv_create_via__global__ref_api.py,v 1.6 2024/11/30 09:01:46 adam Exp $
Copy distutils distro config file to virtualenv.
https://github.com/pypa/virtualenv/issues/2313
@@ -14,8 +14,8 @@ https://github.com/pypa/virtualenv/issue
from virtualenv.create.creator import Creator, CreatorMeta
from virtualenv.info import fs_supports_symlink
-@@ -94,6 +96,10 @@ class ViaGlobalRefApi(Creator, ABC):
- logging.debug("create %s", dest_path)
+@@ -96,6 +98,10 @@ class ViaGlobalRefApi(Creator, ABC):
+ LOGGER.debug("create %s", dest_path)
dest_path.write_text(text, encoding="utf-8")
+ distutils_distro_config = get_paths()["platlib"] + "/_distutils_system_mod.py"
Home |
Main Index |
Thread Index |
Old Index