Received: by mail.netbsd.org (Postfix, from userid 605) id 6459584DA7; Tue, 29 Oct 2019 15:07:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DF19B84D93 for ; Tue, 29 Oct 2019 15:07:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id NhC_5qtNSZdU for ; Tue, 29 Oct 2019 15:07:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5403484D7C for ; Tue, 29 Oct 2019 15:07:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4DD0DFA8E; Tue, 29 Oct 2019 15:07:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1572361647234550" MIME-Version: 1.0 Date: Tue, 29 Oct 2019 15:07:27 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-virtualenv To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20191029150727.4DD0DFA8E@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1572361647234550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Oct 29 15:07:27 UTC 2019 Modified Files: pkgsrc/devel/py-virtualenv: Makefile PLIST distinfo Log Message: py-virtualenv: updated to 16.7.7 v16.7.7: Bugfixes - * fix virtualenv creation when ``--no-pip`` argument used. - upgrade bundled pip from ``19.3`` to ``19.3.1`` v16.7.6: Bugfixes - fix to support for Python 3 on MacOS 10.15 provided by Xcode - bump bundled pip from ``19.2.3`` to ``19.3`` and setuptools from ``41.2.0`` to ``41.4.0`` To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/py-virtualenv/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/py-virtualenv/PLIST \ pkgsrc/devel/py-virtualenv/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1572361647234550 Content-Disposition: inline Content-Length: 2795 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-virtualenv/Makefile diff -u pkgsrc/devel/py-virtualenv/Makefile:1.47 pkgsrc/devel/py-virtualenv/Makefile:1.48 --- pkgsrc/devel/py-virtualenv/Makefile:1.47 Fri Sep 6 13:42:25 2019 +++ pkgsrc/devel/py-virtualenv/Makefile Tue Oct 29 15:07:27 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2019/09/06 13:42:25 adam Exp $ +# $NetBSD: Makefile,v 1.48 2019/10/29 15:07:27 adam Exp $ -DISTNAME= virtualenv-16.7.5 +DISTNAME= virtualenv-16.7.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=v/virtualenv/} Index: pkgsrc/devel/py-virtualenv/PLIST diff -u pkgsrc/devel/py-virtualenv/PLIST:1.38 pkgsrc/devel/py-virtualenv/PLIST:1.39 --- pkgsrc/devel/py-virtualenv/PLIST:1.38 Fri Sep 6 13:42:25 2019 +++ pkgsrc/devel/py-virtualenv/PLIST Tue Oct 29 15:07:27 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.38 2019/09/06 13:42:25 adam Exp $ +@comment $NetBSD: PLIST,v 1.39 2019/10/29 15:07:27 adam Exp $ bin/virtualenv-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -14,6 +14,6 @@ ${PYSITELIB}/virtualenv_support/__init__ ${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/pip-19.2.3-py2.py3-none-any.whl -${PYSITELIB}/virtualenv_support/setuptools-41.2.0-py2.py3-none-any.whl +${PYSITELIB}/virtualenv_support/pip-19.3.1-py2.py3-none-any.whl +${PYSITELIB}/virtualenv_support/setuptools-41.4.0-py2.py3-none-any.whl ${PYSITELIB}/virtualenv_support/wheel-0.33.6-py2.py3-none-any.whl Index: pkgsrc/devel/py-virtualenv/distinfo diff -u pkgsrc/devel/py-virtualenv/distinfo:1.38 pkgsrc/devel/py-virtualenv/distinfo:1.39 --- pkgsrc/devel/py-virtualenv/distinfo:1.38 Fri Sep 6 13:42:25 2019 +++ pkgsrc/devel/py-virtualenv/distinfo Tue Oct 29 15:07:27 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.38 2019/09/06 13:42:25 adam Exp $ +$NetBSD: distinfo,v 1.39 2019/10/29 15:07:27 adam Exp $ -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 +SHA1 (virtualenv-16.7.7.tar.gz) = d4a6c431cb0d1300d6540de4309fdf632c176aa7 +RMD160 (virtualenv-16.7.7.tar.gz) = 9413383f5969eb1c71e137943c9180b776840ac1 +SHA512 (virtualenv-16.7.7.tar.gz) = bf60554770d580051692dbcdaccde73aa748a2c18273b2ecde43639f8fee6a1a515f84ea84ae5c6bc7b3475d1aa1a67a0461d461d6d0d6d2e359fde8196c95a1 +Size (virtualenv-16.7.7.tar.gz) = 5116795 bytes --_----------=_1572361647234550--