pkgsrc-WIP-changes archive

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

py-virtualenv20: Update to 20.4.0



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun Jan 31 11:29:37 2021 +0900
Changeset:	d6f2f104a726d281c95492cebb34f9b7f2ae7445

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

Log Message:
py-virtualenv20: Update to 20.4.0

Features - 20.4.0

* On the programmatic API allow passing in the environment variable
  dictionary to use, defaults to os.environ if not specified

Bugfixes - 20.4.0

* Upgrade embedded setuptools to 51.3.3 from 51.1.2

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

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

diffs:
diff --git a/py-virtualenv20/Makefile b/py-virtualenv20/Makefile
index 34ba8bb386..62d79ffaf0 100644
--- a/py-virtualenv20/Makefile
+++ b/py-virtualenv20/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	virtualenv-20.3.1
+DISTNAME=	virtualenv-20.4.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 bc00d56c29..80e8eccbf0 100644
--- a/py-virtualenv20/PLIST
+++ b/py-virtualenv20/PLIST
@@ -272,7 +272,7 @@ ${PYSITELIB}/virtualenv/seed/wheels/embed/pip-20.3.3-py2.py3-none-any.whl
 ${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-43.0.0-py2.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-51.1.2-py3-none-any.whl
+${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-51.3.3-py3-none-any.whl
 ${PYSITELIB}/virtualenv/seed/wheels/embed/wheel-0.33.6-py2.py3-none-any.whl
 ${PYSITELIB}/virtualenv/seed/wheels/embed/wheel-0.36.2-py2.py3-none-any.whl
 ${PYSITELIB}/virtualenv/seed/wheels/periodic_update.py
diff --git a/py-virtualenv20/distinfo b/py-virtualenv20/distinfo
index 23882ff495..5bb1bccff5 100644
--- a/py-virtualenv20/distinfo
+++ b/py-virtualenv20/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (virtualenv-20.3.1.tar.gz) = 634685cc47853edf03308cabee6d8884221ce966
-RMD160 (virtualenv-20.3.1.tar.gz) = 95879fbc14b5f7f85e4ba0e67a7cba5d30e55362
-SHA512 (virtualenv-20.3.1.tar.gz) = ee95e851e9e3597fd1691086d1d4dc72a41d6a143e9644be208cadbc1dfe7c8e562cd506a657ba1f77161d8d80a9f6f648b345e6533265b0e989c7ad39cc7680
-Size (virtualenv-20.3.1.tar.gz) = 9077527 bytes
+SHA1 (virtualenv-20.4.0.tar.gz) = c157b25cbb87c1183cbb940bce6a2fd4c709c88d
+RMD160 (virtualenv-20.4.0.tar.gz) = eef04aff5247f8fbbd9dfca1b324bbf25af7cb2c
+SHA512 (virtualenv-20.4.0.tar.gz) = 4dcc141441626ca2a565c1b51453ef0b7a05016037c44ae1017269e5b2ea98fb7fb29fb9cf3f8909a377824b5e52c5b40d2592e40931d8ad63ad850b8e5f23ac
+Size (virtualenv-20.4.0.tar.gz) = 9079287 bytes


Home | Main Index | Thread Index | Old Index