Received: by mail.netbsd.org (Postfix, from userid 605) id 988B084DA8; Sun, 13 Jan 2019 18:02:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1479684D6C for ; Sun, 13 Jan 2019 18:02:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 3UOS37ze5QIx for ; Sun, 13 Jan 2019 18:02:41 +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 5866484C82 for ; Sun, 13 Jan 2019 18:02:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5250DFB16; Sun, 13 Jan 2019 18:02:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154740256175320" MIME-Version: 1.0 Date: Sun, 13 Jan 2019 18:02:41 +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: <20190113180241.5250DFB16@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. --_----------=_154740256175320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Jan 13 18:02:41 UTC 2019 Modified Files: pkgsrc/devel/py-tox: Makefile PLIST distinfo Log Message: py-tox: updated to 3.7.0 v3.7.0: Features - Parallel mode added (alternative to detox which is being deprecated), for more details see :ref:parallel_mode - Added command line shortcut -s for --skip-missing-interpreters Deprecations (removal in next major release) - Whitelisting of externals will be mandatory in tox 4: issue a deprecation warning as part of the already existing warning Documentation - Clarify explanations in examples and avoid unsupported end line comments - Set to PULL_REQUEST_TEMPLATE.md use relative instead of absolute URLs Fixed PULL_REQUEST_TEMPLATE.md path for changelog/examples.rst to docs/changelog/examples.rst To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-tox/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-tox/PLIST cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-tox/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154740256175320 Content-Disposition: inline Content-Length: 3169 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.14 pkgsrc/devel/py-tox/Makefile:1.15 --- pkgsrc/devel/py-tox/Makefile:1.14 Mon Dec 31 12:23:08 2018 +++ pkgsrc/devel/py-tox/Makefile Sun Jan 13 18:02:41 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2018/12/31 12:23:08 adam Exp $ +# $NetBSD: Makefile,v 1.15 2019/01/13 18:02:41 adam Exp $ -DISTNAME= tox-3.6.1 +DISTNAME= tox-3.7.0 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.6 pkgsrc/devel/py-tox/PLIST:1.7 --- pkgsrc/devel/py-tox/PLIST:1.6 Wed Oct 31 14:07:19 2018 +++ pkgsrc/devel/py-tox/PLIST Sun Jan 13 18:02:41 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2018/10/31 14:07:19 adam Exp $ +@comment $NetBSD: PLIST,v 1.7 2019/01/13 18:02:41 adam Exp $ bin/tox-${PYVERSSUFFIX} bin/tox-quickstart-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO @@ -22,9 +22,12 @@ ${PYSITELIB}/tox/_quickstart.pyo ${PYSITELIB}/tox/cli.py ${PYSITELIB}/tox/cli.pyc ${PYSITELIB}/tox/cli.pyo -${PYSITELIB}/tox/config.py -${PYSITELIB}/tox/config.pyc -${PYSITELIB}/tox/config.pyo +${PYSITELIB}/tox/config/__init__.py +${PYSITELIB}/tox/config/__init__.pyc +${PYSITELIB}/tox/config/__init__.pyo +${PYSITELIB}/tox/config/parallel.py +${PYSITELIB}/tox/config/parallel.pyc +${PYSITELIB}/tox/config/parallel.pyo ${PYSITELIB}/tox/constants.py ${PYSITELIB}/tox/constants.pyc ${PYSITELIB}/tox/constants.pyo @@ -58,9 +61,15 @@ ${PYSITELIB}/tox/result.pyo ${PYSITELIB}/tox/session.py ${PYSITELIB}/tox/session.pyc ${PYSITELIB}/tox/session.pyo -${PYSITELIB}/tox/util.py -${PYSITELIB}/tox/util.pyc -${PYSITELIB}/tox/util.pyo +${PYSITELIB}/tox/util/__init__.py +${PYSITELIB}/tox/util/__init__.pyc +${PYSITELIB}/tox/util/__init__.pyo +${PYSITELIB}/tox/util/graph.py +${PYSITELIB}/tox/util/graph.pyc +${PYSITELIB}/tox/util/graph.pyo +${PYSITELIB}/tox/util/spinner.py +${PYSITELIB}/tox/util/spinner.pyc +${PYSITELIB}/tox/util/spinner.pyo ${PYSITELIB}/tox/venv.py ${PYSITELIB}/tox/venv.pyc ${PYSITELIB}/tox/venv.pyo Index: pkgsrc/devel/py-tox/distinfo diff -u pkgsrc/devel/py-tox/distinfo:1.12 pkgsrc/devel/py-tox/distinfo:1.13 --- pkgsrc/devel/py-tox/distinfo:1.12 Mon Dec 31 12:23:08 2018 +++ pkgsrc/devel/py-tox/distinfo Sun Jan 13 18:02:41 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2018/12/31 12:23:08 adam Exp $ +$NetBSD: distinfo,v 1.13 2019/01/13 18:02:41 adam Exp $ -SHA1 (tox-3.6.1.tar.gz) = e56ab076daef791e60baf49fb2d6a1a57dd248ee -RMD160 (tox-3.6.1.tar.gz) = b1e6e646d751295497d9c7629c8fc42c62790e5c -SHA512 (tox-3.6.1.tar.gz) = 81edb0fc489731eb815f46cfa30677b077d4bb58d4e3e8bd7f887eaed3a2a950f7b49368af2bcb51ea07ca1821ff67145d543b8a370d642dd87d93952734249a -Size (tox-3.6.1.tar.gz) = 257471 bytes +SHA1 (tox-3.7.0.tar.gz) = 4092697eb490df7ccd6bc369e0515a673cfa5cf5 +RMD160 (tox-3.7.0.tar.gz) = 02e9a1cce930444b51bc7ddae05afa12bb511e25 +SHA512 (tox-3.7.0.tar.gz) = 7e12f3407c1ad51ae5839bdd7907c7b05654f3a145270573326fbe3903d22c6e63a930c242ecaf1eae746043da090703e48ead7e27973294711f45077217ed37 +Size (tox-3.7.0.tar.gz) = 267854 bytes --_----------=_154740256175320--