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:           Thu May 28 04:04:15 UTC 2026

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

Log Message:
py-virtualenv: updated to 21.4.0

Features - 21.4.0
Remove dead code targeting Python versions below the supported target range (PyPy 3.6, deprecated importlib APIs) and simplify the runtime import hook in _virtualenv.py.
Support Windows debug builds (python_d.exe, venvlauncher_d.exe) matching CPython venv behavior, remove dead __SCRIPT_DIR__ replacement and has_shim version guard, drop unreachable Python 3.7 branch 
from pyvenv_launch_patch_active, and fix wheel deprecation message to say >= 3.9.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/devel/py-virtualenv/Makefile
cvs rdiff -u -r1.92 -r1.93 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.109 pkgsrc/devel/py-virtualenv/Makefile:1.110
--- pkgsrc/devel/py-virtualenv/Makefile:1.109   Wed May 27 12:42:35 2026
+++ pkgsrc/devel/py-virtualenv/Makefile Thu May 28 04:04:15 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.109 2026/05/27 12:42:35 adam Exp $
+# $NetBSD: Makefile,v 1.110 2026/05/28 04:04:15 adam Exp $
 
-DISTNAME=      virtualenv-21.3.3
+DISTNAME=      virtualenv-21.4.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.92 pkgsrc/devel/py-virtualenv/distinfo:1.93
--- pkgsrc/devel/py-virtualenv/distinfo:1.92    Wed May 27 12:42:35 2026
+++ pkgsrc/devel/py-virtualenv/distinfo Thu May 28 04:04:15 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.92 2026/05/27 12:42:35 adam Exp $
+$NetBSD: distinfo,v 1.93 2026/05/28 04:04:15 adam Exp $
 
-BLAKE2s (virtualenv-21.3.3.tar.gz) = bd3609880f83da9e05389ce12a0352dd4b34c2dad63b5c9dbd22ba3909a1c534
-SHA512 (virtualenv-21.3.3.tar.gz) = f3e7c71f2fafa0bff05aba89bc0cb2e2eede0c6ed5373fb253a6ac59f103505108671e5c19866562146723ea9630fc472dade53498c4fb97d6ec5c8e1c125d19
-Size (virtualenv-21.3.3.tar.gz) = 7613784 bytes
+BLAKE2s (virtualenv-21.4.0.tar.gz) = 168176ce50c7a0a049f6e2edcee42e30a5d31acc63c8b892865ddcfecd720a3a
+SHA512 (virtualenv-21.4.0.tar.gz) = 707bedfc36a5e4b1e3910507df73b24b5a3d5b2ce3ce99f44e81cfdf717fc336cc26a11ef6100eeff6a681f69e56689208103bd6df71fd9109bb81be41b9949f
+Size (virtualenv-21.4.0.tar.gz) = 7613085 bytes



Home | Main Index | Thread Index | Old Index