Received: by mail.netbsd.org (Postfix, from userid 605) id 9EBBA84E75; Wed, 31 Oct 2018 14:07:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AD7AA84E6A for ; Wed, 31 Oct 2018 14:07: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 XGIKeKTqV1xN for ; Wed, 31 Oct 2018 14:07:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C2F9B84C82 for ; Wed, 31 Oct 2018 14:07:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BC5CFFBEE; Wed, 31 Oct 2018 14:07:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1540994839194170" MIME-Version: 1.0 Date: Wed, 31 Oct 2018 14:07:19 +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: <20181031140719.BC5CFFBEE@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. --_----------=_1540994839194170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Oct 31 14:07:19 UTC 2018 Modified Files: pkgsrc/devel/py-tox: Makefile PLIST distinfo Log Message: py-tox: updated to 3.5.3 v3.5.3: Bugfixes - Fix bug with incorrectly defactorized dependencies - do the same transformation to egg_info folders that pkg_resources does; this makes it possible for hyphenated names to use the develop-inst-noop optimization (cf. 910), which previously only worked with non-hyphenated egg names - previously, if a project's setup.py --name emitted extra information to stderr, tox would capture it and consider it part of the project's name; now, emissions to stderr are printed to the console - change the way we acquire interpreter information to make it compatible with jython interpreter, note to create jython envs one needs virtualenv > 16.0 which will be released later Documentation - document substitutions with additional content starting with a space cannot be alone on a line inside the ini file - change the spelling of a single word from contrains to the proper word, constraints - Mention the minimum version required for commands_pre/commands_post support. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-tox/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-tox/PLIST cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-tox/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1540994839194170 Content-Disposition: inline Content-Length: 2988 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.11 pkgsrc/devel/py-tox/Makefile:1.12 --- pkgsrc/devel/py-tox/Makefile:1.11 Wed Oct 10 09:59:34 2018 +++ pkgsrc/devel/py-tox/Makefile Wed Oct 31 14:07:19 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2018/10/10 09:59:34 adam Exp $ +# $NetBSD: Makefile,v 1.12 2018/10/31 14:07:19 adam Exp $ -DISTNAME= tox-3.5.2 +DISTNAME= tox-3.5.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=t/tox/} Index: pkgsrc/devel/py-tox/PLIST diff -u pkgsrc/devel/py-tox/PLIST:1.5 pkgsrc/devel/py-tox/PLIST:1.6 --- pkgsrc/devel/py-tox/PLIST:1.5 Wed Oct 10 09:59:34 2018 +++ pkgsrc/devel/py-tox/PLIST Wed Oct 31 14:07:19 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2018/10/10 09:59:34 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2018/10/31 14:07:19 adam Exp $ bin/tox-${PYVERSSUFFIX} bin/tox-quickstart-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO @@ -37,9 +37,21 @@ ${PYSITELIB}/tox/hookspecs.pyo ${PYSITELIB}/tox/interpreters.py ${PYSITELIB}/tox/interpreters.pyc ${PYSITELIB}/tox/interpreters.pyo -${PYSITELIB}/tox/package.py -${PYSITELIB}/tox/package.pyc -${PYSITELIB}/tox/package.pyo +${PYSITELIB}/tox/package/__init__.py +${PYSITELIB}/tox/package/__init__.pyc +${PYSITELIB}/tox/package/__init__.pyo +${PYSITELIB}/tox/package/builder/__init__.py +${PYSITELIB}/tox/package/builder/__init__.pyc +${PYSITELIB}/tox/package/builder/__init__.pyo +${PYSITELIB}/tox/package/builder/isolated.py +${PYSITELIB}/tox/package/builder/isolated.pyc +${PYSITELIB}/tox/package/builder/isolated.pyo +${PYSITELIB}/tox/package/builder/legacy.py +${PYSITELIB}/tox/package/builder/legacy.pyc +${PYSITELIB}/tox/package/builder/legacy.pyo +${PYSITELIB}/tox/package/view.py +${PYSITELIB}/tox/package/view.pyc +${PYSITELIB}/tox/package/view.pyo ${PYSITELIB}/tox/result.py ${PYSITELIB}/tox/result.pyc ${PYSITELIB}/tox/result.pyo Index: pkgsrc/devel/py-tox/distinfo diff -u pkgsrc/devel/py-tox/distinfo:1.9 pkgsrc/devel/py-tox/distinfo:1.10 --- pkgsrc/devel/py-tox/distinfo:1.9 Wed Oct 10 09:59:34 2018 +++ pkgsrc/devel/py-tox/distinfo Wed Oct 31 14:07:19 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2018/10/10 09:59:34 adam Exp $ +$NetBSD: distinfo,v 1.10 2018/10/31 14:07:19 adam Exp $ -SHA1 (tox-3.5.2.tar.gz) = 828026408445bf0a5035f6fe22eba972d7ba57f6 -RMD160 (tox-3.5.2.tar.gz) = 7a75ce4c5819ffaf50bc2488933c45b21ed5dab8 -SHA512 (tox-3.5.2.tar.gz) = ea5a1c79083deab4bd6f1fe81a999f072be8d0e63d64c3e8361783931582b7451a561fca00d87e874ce471eae3aabd9d289eb6d8560e28e54d8632075aa1606c -Size (tox-3.5.2.tar.gz) = 254193 bytes +SHA1 (tox-3.5.3.tar.gz) = d79bb0854da359c379d0912d83c93896bd23b0dd +RMD160 (tox-3.5.3.tar.gz) = 17ba7203fb6d75c7c2227ede9b3fdd29f6e8d007 +SHA512 (tox-3.5.3.tar.gz) = d93fd44af6e62d0ceb756894f2b6d3fc695f7a797069422c93a1d82eb62542227f900ed19505cb6f77345a9c03fd1080f017638fa623d985c4f6ded48aad5545 +Size (tox-3.5.3.tar.gz) = 256487 bytes --_----------=_1540994839194170--