pkgsrc-WIP-changes archive

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

py-virtualenv20: Update to 20.13.0



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Mon Jan 10 14:37:56 2022 +0900
Changeset:	8de2ba72522262c0e7b9aec803c0821a43a7bed5

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

Log Message:
py-virtualenv20: Update to 20.13.0

Features - 20.13.0

* Add downloaded wheel information in the relevant JSON embed file to
prevent additional downloads of the same wheel.

Bugfixes - 20.13.0

* Fix AttributeError: 'bool' object has no attribute 'error' when creating
a Python 2.x virtualenv on macOS
* Fix PermissionError: [Errno 1] Operation not permitted when creating a
Python 2.x virtualenv on macOS/arm64

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

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/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-virtualenv20/Makefile b/py-virtualenv20/Makefile
index 58e3e51f64..7aa760bd1c 100644
--- a/py-virtualenv20/Makefile
+++ b/py-virtualenv20/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	virtualenv-20.12.1
+DISTNAME=	virtualenv-20.13.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=v/virtualenv/}
diff --git a/py-virtualenv20/distinfo b/py-virtualenv20/distinfo
index bc71fdfe68..7c55d24795 100644
--- a/py-virtualenv20/distinfo
+++ b/py-virtualenv20/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (virtualenv-20.12.1.tar.gz) = 667f81601791d64571665b0b8760a38b29586a998491fe76d07fedccd574f61a
-SHA512 (virtualenv-20.12.1.tar.gz) = 1f1a721f1b03cab72330827bca68741cc7f3d4c713a44eb50028ce7b72101cf7530f12cb1fbbff1c94ce9ce621601484845069f34d0c36250f80d8186b2501f9
-Size (virtualenv-20.12.1.tar.gz) = 9956052 bytes
+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


Home | Main Index | Thread Index | Old Index