Update py-virtualenv to 14.0.6.
14.0.6 (2016-02-07) ------------------- * Upgrade setuptools to 20.0 * Upgrade wheel to 0.29.0 * Fix an error where virtualenv didn't pass in a working ssl certificate for pip, causing "weird" errors related to ssl.
This commit is contained in:
parent
75543f0a48
commit
0e9ee73ae3
3 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.26 2016/02/07 14:18:45 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.27 2016/02/14 10:58:00 wiz Exp $
|
||||
|
||||
DISTNAME= virtualenv-14.0.5
|
||||
DISTNAME= virtualenv-14.0.6
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/v/virtualenv/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.24 2016/02/07 14:18:45 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.25 2016/02/14 10:58:00 wiz Exp $
|
||||
bin/virtualenv-${PYVERSSUFFIX}
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
|
@ -14,5 +14,5 @@ ${PYSITELIB}/virtualenv_support/__init__.pyc
|
|||
${PYSITELIB}/virtualenv_support/__init__.pyo
|
||||
${PYSITELIB}/virtualenv_support/argparse-1.4.0-py2.py3-none-any.whl
|
||||
${PYSITELIB}/virtualenv_support/pip-8.0.2-py2.py3-none-any.whl
|
||||
${PYSITELIB}/virtualenv_support/setuptools-19.6.2-py2.py3-none-any.whl
|
||||
${PYSITELIB}/virtualenv_support/wheel-0.26.0-py2.py3-none-any.whl
|
||||
${PYSITELIB}/virtualenv_support/setuptools-20.0-py2.py3-none-any.whl
|
||||
${PYSITELIB}/virtualenv_support/wheel-0.29.0-py2.py3-none-any.whl
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.23 2016/02/07 14:18:45 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.24 2016/02/14 10:58:00 wiz Exp $
|
||||
|
||||
SHA1 (virtualenv-14.0.5.tar.gz) = e2e504b54996fe6ab90be75e01c7fd12a00cbda6
|
||||
RMD160 (virtualenv-14.0.5.tar.gz) = bbb3d8e536ba8d4ef8ccd4cda8234475da4cc522
|
||||
SHA512 (virtualenv-14.0.5.tar.gz) = f9fc10ac5fa3ec3d12b0d804cc0cb7e8e73713ee1e8bae9cd6a8b93f3ec1679252e083365ddaaf62b315a2428f0e4048437d1c79db4317653eeb95781fe8e000
|
||||
Size (virtualenv-14.0.5.tar.gz) = 1804902 bytes
|
||||
SHA1 (virtualenv-14.0.6.tar.gz) = d5a92d7473825e68d060fc225f953bd0d9535e90
|
||||
RMD160 (virtualenv-14.0.6.tar.gz) = a81632b71ca9fc8457d389092b0b88fc23528d43
|
||||
SHA512 (virtualenv-14.0.6.tar.gz) = 814564978e71db5fd20c3f04c6a3456e9098d4d89b03b1b0b553f541b5e3d52a85eb952909dec13d82338dc6d99e6093c815450a312dbe3d9ce810994274e620
|
||||
Size (virtualenv-14.0.6.tar.gz) = 1798020 bytes
|
||||
|
|
Loading…
Reference in a new issue