pkgsrc-WIP-changes archive

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

py-virtualenv20: Update to 20.9.0



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun Oct 24 16:18:05 2021 +0900
Changeset:	48d6bdc6b3a7e4b763a61c0ae031a83b51e1f3dd

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

Log Message:
py-virtualenv20: Update to 20.9.0

Features - 20.9.0

* Special-case --prompt . to the name of the current directory
*   Add libffi-8.dll to pypy windows

Bugfixes - 20.9.0

* Fixed path collision that could lead to a PermissionError or writing to
  system directories when using PyPy3.8
* Upgrade embedded setuptools to 58.3.0 from 58.1.0 and pip to 21.3.1 from
  21.2.4
* Remove stray closing parenthesis in activate.bat

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

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

diffs:
diff --git a/py-virtualenv20/Makefile b/py-virtualenv20/Makefile
index 9378bf9a2a..a1bbf0cbbb 100644
--- a/py-virtualenv20/Makefile
+++ b/py-virtualenv20/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	virtualenv-20.8.1
+DISTNAME=	virtualenv-20.9.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=v/virtualenv/}
diff --git a/py-virtualenv20/PLIST b/py-virtualenv20/PLIST
index df4358f4b7..1d4640a50c 100644
--- a/py-virtualenv20/PLIST
+++ b/py-virtualenv20/PLIST
@@ -269,10 +269,10 @@ ${PYSITELIB}/virtualenv/seed/wheels/embed/__init__.py
 ${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.2.4-py3-none-any.whl
+${PYSITELIB}/virtualenv/seed/wheels/embed/pip-21.3.1-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-58.1.0-py3-none-any.whl
+${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-58.3.0-py3-none-any.whl
 ${PYSITELIB}/virtualenv/seed/wheels/embed/wheel-0.37.0-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 e5dcb21f3b..4319431e10 100644
--- a/py-virtualenv20/distinfo
+++ b/py-virtualenv20/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (virtualenv-20.8.1.tar.gz) = 7d5ec6ce364b55c89ec065b3dab6132bafc3d0a8
-SHA512 (virtualenv-20.8.1.tar.gz) = db373bdb68efce0ce26cefe508e452b62d4336ccf74f08a51aa61272127c8cd43639443342f42cacb62d7bfd1381bc1204211218c486dfcdb165d8486a2e728b
-Size (virtualenv-20.8.1.tar.gz) = 8708080 bytes
+RMD160 (virtualenv-20.9.0.tar.gz) = 4d5040affb1242a9e05549d9965555664d65df17
+SHA512 (virtualenv-20.9.0.tar.gz) = bfcf60946e2fcc0c4ac2dc9ad48187097961280dbd2353a23cb0aaab97aa63a247637d8f41ed6e6de9d30262978495ebb9519f932ebbb636cf81bb699beeab4d
+Size (virtualenv-20.9.0.tar.gz) = 9005930 bytes


Home | Main Index | Thread Index | Old Index