pkgsrc-WIP-changes archive

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

py-virtualenv20: Update to 20.0.35



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Oct 17 13:37:25 2020 +0900
Changeset:	9dd9bd571ce0caf5d7c23b35b51f56cea455f9e0

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

Log Message:
py-virtualenv20: Update to 20.0.35

v20.0.35 (2020-10-15)
Bugfixes - 20.0.35

* Bump embedded setuptools from 50.3.0 to 50.3.1
* After importing virtualenv passing cwd to a subprocess calls breaks with
  invalid directory

v20.0.34 (2020-10-12)
Bugfixes - 20.0.34

* Align with venv module when creating virtual environments with builtin
  creator on Windows 3.7 and later
* Handle Cygwin path conversion in the activation script

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

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 3710ffff6e..8ff0852f0e 100644
--- a/py-virtualenv20/Makefile
+++ b/py-virtualenv20/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	virtualenv-20.0.33
+DISTNAME=	virtualenv-20.0.35
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=v/virtualenv/}
diff --git a/py-virtualenv20/PLIST b/py-virtualenv20/PLIST
index c862e965de..fc0fb92f6f 100644
--- a/py-virtualenv20/PLIST
+++ b/py-virtualenv20/PLIST
@@ -268,7 +268,7 @@ ${PYSITELIB}/virtualenv/seed/wheels/embed/pip-19.1.1-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-50.3.0-py3-none-any.whl
+${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-50.3.1-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 8046be1dc7..12a2521d7e 100644
--- a/py-virtualenv20/distinfo
+++ b/py-virtualenv20/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (virtualenv-20.0.33.tar.gz) = cbfb898b271c8e0ee4e7574587966c40acd190cf
-RMD160 (virtualenv-20.0.33.tar.gz) = 22b741377210a8cb70647f21e698fba3e851c96c
-SHA512 (virtualenv-20.0.33.tar.gz) = 3bb68734884fa88343070c19e5d931a36fb90f1351bbc24c0db7bea26172e9118fa088310d2667b568e268dc33141c62cad372e2ad03106eda72751a0c1895ea
-Size (virtualenv-20.0.33.tar.gz) = 8282602 bytes
+SHA1 (virtualenv-20.0.35.tar.gz) = e4ae09eca6f69265d84129708b25a6c3cce0da33
+RMD160 (virtualenv-20.0.35.tar.gz) = 6d4b14a98c0fdfa0980097ad10e358ab77801e0a
+SHA512 (virtualenv-20.0.35.tar.gz) = 066cefbf9c6c77277a1c97c8cf555a8b4411784ad289c058f107872be15e9dd4ef9ac6e4ec64143e0b30512d9f454408e18e434ef8f9b2bfe3e6456fade71251
+Size (virtualenv-20.0.35.tar.gz) = 8283086 bytes


Home | Main Index | Thread Index | Old Index