pkgsrc-WIP-changes archive

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

py-virtualenv20: Update to 20.13.1



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun Feb 6 14:42:39 2022 +0900
Changeset:	f4e76f513a9922889415af091677486d2eab3c78

Modified Files:
	py-virtualenv20/Makefile
	py-virtualenv20/PLIST
	py-virtualenv20/distinfo

Log Message:
py-virtualenv20: Update to 20.13.1

Bugfixes - 20.13.1

* fix "execv() arg 2 must contain only strings" error on M1 MacOS
* Ugrade embedded setuptools to 60.5.0 from 60.2.0
* Upgrade embedded pip to 22.0.3 and setuptools to 60.6.0

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f4e76f513a9922889415af091677486d2eab3c78

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

diffstat:
 py-virtualenv20/Makefile | 2 +-
 py-virtualenv20/PLIST    | 3 ++-
 py-virtualenv20/distinfo | 6 +++---
 3 files changed, 6 insertions(+), 5 deletions(-)

diffs:
diff --git a/py-virtualenv20/Makefile b/py-virtualenv20/Makefile
index 3deae16c0f..ae9ae23343 100644
--- a/py-virtualenv20/Makefile
+++ b/py-virtualenv20/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	virtualenv-20.13.0
+DISTNAME=	virtualenv-20.13.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=v/virtualenv/}
diff --git a/py-virtualenv20/PLIST b/py-virtualenv20/PLIST
index 14255e4450..e41af2a834 100644
--- a/py-virtualenv20/PLIST
+++ b/py-virtualenv20/PLIST
@@ -270,10 +270,11 @@ ${PYSITELIB}/virtualenv/seed/wheels/embed/__init__.pyc
 ${PYSITELIB}/virtualenv/seed/wheels/embed/__init__.pyo
 ${PYSITELIB}/virtualenv/seed/wheels/embed/pip-20.3.4-py2.py3-none-any.whl
 ${PYSITELIB}/virtualenv/seed/wheels/embed/pip-21.3.1-py3-none-any.whl
+${PYSITELIB}/virtualenv/seed/wheels/embed/pip-22.0.3-py3-none-any.whl
 ${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-44.1.1-py2.py3-none-any.whl
 ${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-50.3.2-py3-none-any.whl
 ${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-59.6.0-py3-none-any.whl
-${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-60.2.0-py3-none-any.whl
+${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-60.6.0-py3-none-any.whl
 ${PYSITELIB}/virtualenv/seed/wheels/embed/wheel-0.37.1-py2.py3-none-any.whl
 ${PYSITELIB}/virtualenv/seed/wheels/periodic_update.py
 ${PYSITELIB}/virtualenv/seed/wheels/periodic_update.pyc
diff --git a/py-virtualenv20/distinfo b/py-virtualenv20/distinfo
index 7c55d24795..6584a8fffb 100644
--- a/py-virtualenv20/distinfo
+++ b/py-virtualenv20/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (virtualenv-20.13.0.tar.gz) = 286d6252f09c5fd32cf9785e51c62cd4383abff0f47416c2498c97ceb48df114
-SHA512 (virtualenv-20.13.0.tar.gz) = 72aa8cffe92551479ad4ec93395597cd9f77ddaf2063e36d5836277199a96ab2d57236d94b99b7038a60ada103a2d8a37ae4b13ffaaa6ed8e786245d9fbbf6d6
-Size (virtualenv-20.13.0.tar.gz) = 9957090 bytes
+BLAKE2s (virtualenv-20.13.1.tar.gz) = 890b3d16b07001cd1086cbf64d13d21c7d544e40c9de36d625548e87e0af98b9
+SHA512 (virtualenv-20.13.1.tar.gz) = 97204361a308cced55b07b868b2039662b7c9d82cf4ecf64df18ff9723312e73bc9eb2a88937fb6b5f19c2bae3289784cf28bca46f138603fd55d8a76c6e2897
+Size (virtualenv-20.13.1.tar.gz) = 11990886 bytes


Home | Main Index | Thread Index | Old Index