Received: by mail.netbsd.org (Postfix, from userid 605) id 3A3388556B; Mon, 11 Sep 2017 05:23:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C012684D66 for ; Mon, 11 Sep 2017 05:23:20 +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 mGL9C3m1Dnx5 for ; Mon, 11 Sep 2017 05:23:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 561F384D33 for ; Mon, 11 Sep 2017 05:23:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 540BFFA98; Mon, 11 Sep 2017 05:23:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1505107400285440" MIME-Version: 1.0 Date: Mon, 11 Sep 2017 05:23:20 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-tox To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170911052320.540BFFA98@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. --_----------=_1505107400285440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Sep 11 05:23:20 UTC 2017 Modified Files: pkgsrc/devel/py-tox: Makefile distinfo Log Message: 2.8.2: * stop env var leakage if popen failed with resultjson or redirect To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-tox/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-tox/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1505107400285440 Content-Disposition: inline Content-Length: 1557 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-tox/Makefile diff -u pkgsrc/devel/py-tox/Makefile:1.5 pkgsrc/devel/py-tox/Makefile:1.6 --- pkgsrc/devel/py-tox/Makefile:1.5 Sat Sep 9 22:45:59 2017 +++ pkgsrc/devel/py-tox/Makefile Mon Sep 11 05:23:20 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2017/09/09 22:45:59 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/11 05:23:20 adam Exp $ -DISTNAME= tox-2.8.1 +DISTNAME= tox-2.8.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PYPI:=t/tox/} Index: pkgsrc/devel/py-tox/distinfo diff -u pkgsrc/devel/py-tox/distinfo:1.3 pkgsrc/devel/py-tox/distinfo:1.4 --- pkgsrc/devel/py-tox/distinfo:1.3 Wed Sep 6 15:42:23 2017 +++ pkgsrc/devel/py-tox/distinfo Mon Sep 11 05:23:20 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2017/09/06 15:42:23 adam Exp $ +$NetBSD: distinfo,v 1.4 2017/09/11 05:23:20 adam Exp $ -SHA1 (tox-2.8.1.tar.gz) = 48d02d4923c6e67ff7744423918f8d12f24cc885 -RMD160 (tox-2.8.1.tar.gz) = ae08f17b7bcdaf9de511c496b70755920e66c96a -SHA512 (tox-2.8.1.tar.gz) = a230f7bc48f476825ca1a879e669288b311f266f1695bac4eecfcd44076731e5581a425e36555a0db54f8a0683af31abd77ab862aa40525387e6e436ba351c37 -Size (tox-2.8.1.tar.gz) = 125777 bytes +SHA1 (tox-2.8.2.tar.gz) = 0a6803dc748b3ce7877bf2350236cba017dc3a87 +RMD160 (tox-2.8.2.tar.gz) = 4640d9ea5b7c9078c27a137e1db4c7b825c136fa +SHA512 (tox-2.8.2.tar.gz) = 3ef8d573b7f4040ae811035d46a335b74d624fc6bd45e44a9f2619d535da8ff6d772422d3737bb61d302fdb57f018374f071864b0e78247806396cf5e7d66b08 +Size (tox-2.8.2.tar.gz) = 471843 bytes --_----------=_1505107400285440--