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+
This commit is contained in:
Iku Iwasa 2020-07-12 09:19:42 +09:00
parent 553b8684a5
commit 7c42a89406
3 changed files with 7 additions and 7 deletions

View File

@ -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"

View File

@ -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

View File

@ -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