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 Oct 23 14:27:06 UTC 2025
Modified Files:
pkgsrc/devel/py-virtualenv: Makefile PLIST distinfo
Log Message:
py-virtualenv: updated to 20.35.3
Bugfixes - 20.35.3
Accept RuntimeError in test_too_many_open_files
Bugfixes - 20.35.2
Revert out changes related to the extraction of the discovery module
Bugfixes - 20.35.1
Patch get_interpreter to handle missing cache and app_data
Fix backwards incompatible changes to PythonInfo
Features - 20.35.0
Add AppData and Cache protocols to discovery for decoupling
Ensure python3.exe and python3 on Windows for Python 3
Bugfixes - 20.35.0
Replaced direct references to tcl/tk library paths with getattr
Restore absolute import of fs_is_case_sensitive
To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 pkgsrc/devel/py-virtualenv/Makefile
cvs rdiff -u -r1.75 -r1.76 pkgsrc/devel/py-virtualenv/PLIST
cvs rdiff -u -r1.85 -r1.86 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.101 pkgsrc/devel/py-virtualenv/Makefile:1.102
--- pkgsrc/devel/py-virtualenv/Makefile:1.101 Sun Aug 10 08:01:09 2025
+++ pkgsrc/devel/py-virtualenv/Makefile Thu Oct 23 14:27:06 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.101 2025/08/10 08:01:09 adam Exp $
+# $NetBSD: Makefile,v 1.102 2025/10/23 14:27:06 adam Exp $
-DISTNAME= virtualenv-20.33.1
+DISTNAME= virtualenv-20.35.3
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.75 pkgsrc/devel/py-virtualenv/PLIST:1.76
--- pkgsrc/devel/py-virtualenv/PLIST:1.75 Sun Aug 10 08:01:09 2025
+++ pkgsrc/devel/py-virtualenv/PLIST Thu Oct 23 14:27:06 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.75 2025/08/10 08:01:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.76 2025/10/23 14:27:06 adam Exp $
bin/virtualenv-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -254,7 +254,7 @@ ${PYSITELIB}/virtualenv/seed/wheels/embe
${PYSITELIB}/virtualenv/seed/wheels/embed/__init__.pyc
${PYSITELIB}/virtualenv/seed/wheels/embed/__init__.pyo
${PYSITELIB}/virtualenv/seed/wheels/embed/pip-25.0.1-py3-none-any.whl
-${PYSITELIB}/virtualenv/seed/wheels/embed/pip-25.1.1-py3-none-any.whl
+${PYSITELIB}/virtualenv/seed/wheels/embed/pip-25.2-py3-none-any.whl
${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-75.3.2-py3-none-any.whl
${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-80.9.0-py3-none-any.whl
${PYSITELIB}/virtualenv/seed/wheels/embed/wheel-0.45.1-py3-none-any.whl
Index: pkgsrc/devel/py-virtualenv/distinfo
diff -u pkgsrc/devel/py-virtualenv/distinfo:1.85 pkgsrc/devel/py-virtualenv/distinfo:1.86
--- pkgsrc/devel/py-virtualenv/distinfo:1.85 Sun Aug 10 08:01:10 2025
+++ pkgsrc/devel/py-virtualenv/distinfo Thu Oct 23 14:27:06 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.85 2025/08/10 08:01:10 adam Exp $
+$NetBSD: distinfo,v 1.86 2025/10/23 14:27:06 adam Exp $
-BLAKE2s (virtualenv-20.33.1.tar.gz) = 10e6833ce38627ab4fd98c234ba91fb6a9ccc156d06293f4f2858c7626c9ac5f
-SHA512 (virtualenv-20.33.1.tar.gz) = e9324e0a6985447f2f630571e58408507458d28ef98facabbcaa65c4acc1f4e91ab909126d9b5694a20f1edc00bcfc1148c5bf404b8dfd341c3253c2dd42953b
-Size (virtualenv-20.33.1.tar.gz) = 6082160 bytes
+BLAKE2s (virtualenv-20.35.3.tar.gz) = c4fc337dff4e46f4572c89f9cff351f7638f3b9b76c21519d6c14eddbd1473e2
+SHA512 (virtualenv-20.35.3.tar.gz) = 620061cfb7c291b76a7bee161664d935d602b0deb7768a94e341ae83d2b841f25bc658ed46e663bf7980142c9fe4f829ca47e3ee67c66f246f5d3fe243273b26
+Size (virtualenv-20.35.3.tar.gz) = 6002907 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
Home |
Main Index |
Thread Index |
Old Index