pkgsrc-WIP-changes archive

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

py-virtualenv20: Update to 20.0.26



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun Jul 12 09:19:42 2020 +0900
Changeset:	7c42a8940631b25c3da73a57cd2fa8bc75e56528

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

Log Message:
py-virtualenv20: Update to 20.0.26

Bugfixes - 20.0.26

* Bump dependency distutils >= 0.3.1
* Improve periodic update handling:
  * better logging output while running and enable logging on background
    process call ( _VIRTUALENV_PERIODIC_UPDATE_INLINE may be used to debug
    behaviour inline)
  * fallback to unverified context when querying the PyPi for release date,
  * stop downloading wheels once we reach the embedded version,
* Do not print error message if the application exists with SystemExit(0)
* Upgrade embedded setuptools from 47.3.1 to 49.1.0 for Python 3.5+

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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-virtualenv20/Makefile | 4 ++--
 py-virtualenv20/PLIST    | 2 +-
 py-virtualenv20/distinfo | 8 ++++----
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/py-virtualenv20/Makefile b/py-virtualenv20/Makefile
index a6de8f0f79..5bb4c73325 100644
--- a/py-virtualenv20/Makefile
+++ b/py-virtualenv20/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	virtualenv-20.0.25
+DISTNAME=	virtualenv-20.0.26
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=v/virtualenv/}
@@ -13,7 +13,7 @@ LICENSE=	mit
 CONFLICTS+=	${PYPKGPREFIX}-virtualenv-[0-9]*
 
 DEPENDS+=	${PYPKGPREFIX}-appdirs>=1.4.3<2:../../devel/py-appdirs
-DEPENDS+=	${PYPKGPREFIX}-distlib>=0.3.0<1:../../wip/py-distlib
+DEPENDS+=	${PYPKGPREFIX}-distlib>=0.3.1<1:../../wip/py-distlib
 DEPENDS+=	${PYPKGPREFIX}-filelock>=3.0.0<4:../../devel/py-filelock
 DEPENDS+=	${PYPKGPREFIX}-six>=1.9.0<2:../../lang/py-six
 .include "../../lang/python/pyversion.mk"
diff --git a/py-virtualenv20/PLIST b/py-virtualenv20/PLIST
index 2e1c1301b7..37f087f702 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.1.1-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-47.3.1-py3-none-any.whl
+${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-49.1.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.34.2-py2.py3-none-any.whl
 ${PYSITELIB}/virtualenv/seed/wheels/periodic_update.py
diff --git a/py-virtualenv20/distinfo b/py-virtualenv20/distinfo
index b1cf1d6869..a21692d3f9 100644
--- a/py-virtualenv20/distinfo
+++ b/py-virtualenv20/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (virtualenv-20.0.25.tar.gz) = 7a8cc4c740b9177a14789479998384e03c906097
-RMD160 (virtualenv-20.0.25.tar.gz) = e3e195df0b477657beea11aa22d43cb0b4ef92d6
-SHA512 (virtualenv-20.0.25.tar.gz) = c143a76ef37ad4b74d37c9dcb01711fe408b5971905fe9eb46183f47de5d99ef275859fec65b6b5edf1fdf3bb0a13c21b8d4bb9ee984b9a5b80e5a4dc8f1e712
-Size (virtualenv-20.0.25.tar.gz) = 8059847 bytes
+SHA1 (virtualenv-20.0.26.tar.gz) = 9d192b15e1edbf3e9df0aeaab66e524e2a3cbafb
+RMD160 (virtualenv-20.0.26.tar.gz) = 5e3247bade8985228569b41adc156febff490307
+SHA512 (virtualenv-20.0.26.tar.gz) = d81fa8f25b7752fbb76494cea62f76d5f40e1397853ef71c1eb8078ffe8748fb365f275cc34ef04f64a001e3300a6f26f872542f68c047bee1eeb74cd49180a7
+Size (virtualenv-20.0.26.tar.gz) = 8264088 bytes


Home | Main Index | Thread Index | Old Index