pkgsrc-WIP-changes archive

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

py-virtualenv20: Update to 20.0.32



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Oct 3 11:33:10 2020 +0900
Changeset:	8d73ee367177fe514564cd89097b254f79795cce

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

Log Message:
py-virtualenv20: Update to 20.0.32

Bugfixes - 20.0.32

* For activation scripts always use UNIX line endings (unless it's BATCH
  shell related)
* Upgrade embedded pip to 20.2.1 and setuptools to 49.4.0
* Avoid spawning new windows when doing seed package upgrades in the
  background on Windows
* Fix a bug that reading and writing on the same file may cause race on
  multiple processes.
* Upgrade embedded setuptools to 50.2.0 and pip to 20.2.3
* Provide correct path for bash activator in cygwin or msys2
* Relax importlib requirement to allow version<3
* pth files were not processed on CPython2 if $PYTHONPATH was pointing to
  site-packages/

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

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 | 8 ++++----
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/py-virtualenv20/Makefile b/py-virtualenv20/Makefile
index ce4614f17a..29bc93acae 100644
--- a/py-virtualenv20/Makefile
+++ b/py-virtualenv20/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	virtualenv-20.0.31
+DISTNAME=	virtualenv-20.0.32
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=v/virtualenv/}
diff --git a/py-virtualenv20/PLIST b/py-virtualenv20/PLIST
index f97ce624d1..c862e965de 100644
--- a/py-virtualenv20/PLIST
+++ b/py-virtualenv20/PLIST
@@ -265,10 +265,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-19.1.1-py2.py3-none-any.whl
-${PYSITELIB}/virtualenv/seed/wheels/embed/pip-20.2.2-py2.py3-none-any.whl
+${PYSITELIB}/virtualenv/seed/wheels/embed/pip-20.2.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-49.6.0-py3-none-any.whl
+${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-50.3.0-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.35.1-py2.py3-none-any.whl
 ${PYSITELIB}/virtualenv/seed/wheels/periodic_update.py
diff --git a/py-virtualenv20/distinfo b/py-virtualenv20/distinfo
index 71d4e94a12..060203ad9e 100644
--- a/py-virtualenv20/distinfo
+++ b/py-virtualenv20/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (virtualenv-20.0.31.tar.gz) = e645d4d1395b712b38fb4ec742e748ab3a47b88d
-RMD160 (virtualenv-20.0.31.tar.gz) = 9825b9e1a095ac11b40520438b2e3e79ebe44ebd
-SHA512 (virtualenv-20.0.31.tar.gz) = 46220bda37b3b860e44c4d0775a89c22a7ba775287f05438d1d3698201cc213a05b2718ef40be302627005ae349dc59a3141c7a30cc1dab6dc81f7692c7f16a5
-Size (virtualenv-20.0.31.tar.gz) = 8300305 bytes
+SHA1 (virtualenv-20.0.32.tar.gz) = 7a3a38ecaa62818f7ab1708726c937debaf8195b
+RMD160 (virtualenv-20.0.32.tar.gz) = 15dc06b32ad54565d5003a5e35acc8ff4deaf1ae
+SHA512 (virtualenv-20.0.32.tar.gz) = 6080a395df16cc4d38a3afa90337fe0f60ce1d6906c4d62f461c90c67df2967a27144def0891407a96405d7b1ca8b838a0daeed4ccc775ffee35f7dc14f54598
+Size (virtualenv-20.0.32.tar.gz) = 8282189 bytes


Home | Main Index | Thread Index | Old Index