pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-virtualenv py-virtualenv: updated to 16.7.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9f07722659d
branches:  trunk
changeset: 400877:f9f07722659d
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Sep 06 13:42:25 2019 +0000

description:
py-virtualenv: updated to 16.7.5

v16.7.5:
Bugfixes
- upgrade pip from 19.2.2 to 19.2.3

v16.7.4:
Bugfixes
- * fix powershell activation when sourced
- * upgrade wheel from 0.33.4 to 0.33.6 and setuptools from 41.1.0 to 41.2.0

v16.7.3:
Bugfixes
- upgrade pip from 19.1.1 to 19.2.2 and setuptools from 41.0.1 to 41.1.0

v16.7.2:
Bugfixes
- fix regression - sh activation script not working under sh (only bash)

v16.7.1:
Features
- pip bumped to 19.2.1

v16.7.0:
Features
- activate.ps1 syntax and style updated to follow PSStyleAnalyzer rules
- Allow creating virtual environments for 3.xy.
- Report error when running activate scripts directly, instead of sourcing. By reporting an error instead of running silently, the user get immediate feedback that the script was not used correctly. 
Only Bash and PowerShell are supported for now.
- * add pip 19.2 (19.1.1 is kept to still support python 3.4 dropped by latest pip)

diffstat:

 devel/py-virtualenv/Makefile |   7 ++++---
 devel/py-virtualenv/PLIST    |   7 ++++---
 devel/py-virtualenv/distinfo |  10 +++++-----
 3 files changed, 13 insertions(+), 11 deletions(-)

diffs (56 lines):

diff -r 4a40edf64183 -r f9f07722659d devel/py-virtualenv/Makefile
--- a/devel/py-virtualenv/Makefile      Fri Sep 06 13:37:35 2019 +0000
+++ b/devel/py-virtualenv/Makefile      Fri Sep 06 13:42:25 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2019/07/18 11:24:53 adam Exp $
+# $NetBSD: Makefile,v 1.47 2019/09/06 13:42:25 adam Exp $
 
-DISTNAME=      virtualenv-16.6.2
+DISTNAME=      virtualenv-16.7.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=v/virtualenv/}
@@ -10,8 +10,9 @@
 COMMENT=       Virtual Python Environment builder
 LICENSE=       mit
 
+TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=4.5.0:../../devel/py-coverage
 TEST_DEPENDS+= ${PYPKGPREFIX}-pypiserver-[0-9]*:../../net/py-pypiserver
-TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=4.5.0:../../devel/py-coverage
+TEST_DEPENDS+= ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=4.0.0:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-localserver-[0-9]*:../../devel/py-test-localserver
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout>=1.3.0:../../devel/py-test-timeout
diff -r 4a40edf64183 -r f9f07722659d devel/py-virtualenv/PLIST
--- a/devel/py-virtualenv/PLIST Fri Sep 06 13:37:35 2019 +0000
+++ b/devel/py-virtualenv/PLIST Fri Sep 06 13:42:25 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.37 2019/05/29 20:16:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.38 2019/09/06 13:42:25 adam Exp $
 bin/virtualenv-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -14,5 +14,6 @@
 ${PYSITELIB}/virtualenv_support/__init__.pyc
 ${PYSITELIB}/virtualenv_support/__init__.pyo
 ${PYSITELIB}/virtualenv_support/pip-19.1.1-py2.py3-none-any.whl
-${PYSITELIB}/virtualenv_support/setuptools-41.0.1-py2.py3-none-any.whl
-${PYSITELIB}/virtualenv_support/wheel-0.33.4-py2.py3-none-any.whl
+${PYSITELIB}/virtualenv_support/pip-19.2.3-py2.py3-none-any.whl
+${PYSITELIB}/virtualenv_support/setuptools-41.2.0-py2.py3-none-any.whl
+${PYSITELIB}/virtualenv_support/wheel-0.33.6-py2.py3-none-any.whl
diff -r 4a40edf64183 -r f9f07722659d devel/py-virtualenv/distinfo
--- a/devel/py-virtualenv/distinfo      Fri Sep 06 13:37:35 2019 +0000
+++ b/devel/py-virtualenv/distinfo      Fri Sep 06 13:42:25 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2019/07/18 11:24:53 adam Exp $
+$NetBSD: distinfo,v 1.38 2019/09/06 13:42:25 adam Exp $
 
-SHA1 (virtualenv-16.6.2.tar.gz) = 025a1ca24183618e6dc6f0d6d7c20ec802484fa0
-RMD160 (virtualenv-16.6.2.tar.gz) = 70132417506093f482da3309ce6832f8f9396d9e
-SHA512 (virtualenv-16.6.2.tar.gz) = 21074b969b25d4ca3035159dd48f7f08d897bab991ee7d2d99423cb6988742282f66266e71731b7ae40c0b065d84c918432b863964064aef6f34eda0a993b604
-Size (virtualenv-16.6.2.tar.gz) = 3728113 bytes
+SHA1 (virtualenv-16.7.5.tar.gz) = 3f88d75215ff990b0656909688b3cc639914e9b5
+RMD160 (virtualenv-16.7.5.tar.gz) = fa57500512ab6b7db0523757b5aa67904b140a71
+SHA512 (virtualenv-16.7.5.tar.gz) = 60b734f688eec1491fe5dcc3652d42f3e44df89d0809d3ab563c5dab1b5e340404894f34a08994a5ad4d8c0f7c8bb995d8211f9378906957d34031720bb3c390
+Size (virtualenv-16.7.5.tar.gz) = 5111957 bytes



Home | Main Index | Thread Index | Old Index