Received: by mail.netbsd.org (Postfix, from userid 605) id 8BE2F84E66; Mon, 19 Mar 2018 10:22:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D25EF84E60 for ; Mon, 19 Mar 2018 10:22:57 +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 ks2ngzmbGike for ; Mon, 19 Mar 2018 10:22:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 29FF384D32 for ; Mon, 19 Mar 2018 10:22:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1F189FB40; Mon, 19 Mar 2018 10:22:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1521454977287830" MIME-Version: 1.0 Date: Mon, 19 Mar 2018 10:22:57 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-runner To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180319102257.1F189FB40@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. --_----------=_1521454977287830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Mar 19 10:22:57 UTC 2018 Modified Files: pkgsrc/devel/py-test-runner: Makefile distinfo Log Message: py-test-runner: updated to 4.2 4.2: Remove declared dependency and instead assert it at run time. 4.1: Declare dependency on Setuptools in package metadata. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-test-runner/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-test-runner/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1521454977287830 Content-Disposition: inline Content-Length: 2014 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-runner/Makefile diff -u pkgsrc/devel/py-test-runner/Makefile:1.13 pkgsrc/devel/py-test-runner/Makefile:1.14 --- pkgsrc/devel/py-test-runner/Makefile:1.13 Tue Feb 13 21:20:23 2018 +++ pkgsrc/devel/py-test-runner/Makefile Mon Mar 19 10:22:56 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2018/02/13 21:20:23 adam Exp $ +# $NetBSD: Makefile,v 1.14 2018/03/19 10:22:56 adam Exp $ -DISTNAME= pytest-runner-4.0 +DISTNAME= pytest-runner-4.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-runner/} @@ -12,6 +12,7 @@ LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm DEPENDS+= ${PYPKGPREFIX}-test>=2.8:../../devel/py-test +DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8 USE_LANGUAGES= # none Index: pkgsrc/devel/py-test-runner/distinfo diff -u pkgsrc/devel/py-test-runner/distinfo:1.11 pkgsrc/devel/py-test-runner/distinfo:1.12 --- pkgsrc/devel/py-test-runner/distinfo:1.11 Tue Feb 13 13:30:41 2018 +++ pkgsrc/devel/py-test-runner/distinfo Mon Mar 19 10:22:56 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2018/02/13 13:30:41 adam Exp $ +$NetBSD: distinfo,v 1.12 2018/03/19 10:22:56 adam Exp $ -SHA1 (pytest-runner-4.0.tar.gz) = 773e66bc75b666e0d0cd9aeb44e331ccf0137ad4 -RMD160 (pytest-runner-4.0.tar.gz) = d048d1ec1ec7cfa52485e2baa378e360192f0b92 -SHA512 (pytest-runner-4.0.tar.gz) = a7f3defcc698f43b3b6ceec3f59dbd0e00c651167ddc76a9d1a093d722a013c9ffd2bad3438e49170688d503166cb6d8bf55bbaf7bc6f9e6d80eff049c202b08 -Size (pytest-runner-4.0.tar.gz) = 11401 bytes +SHA1 (pytest-runner-4.2.tar.gz) = 95dccf7142e30fbbe3d1f4ea08aae8d6cc15c5d6 +RMD160 (pytest-runner-4.2.tar.gz) = 594dd82bf0ee027ebbdebde75f8056e985577499 +SHA512 (pytest-runner-4.2.tar.gz) = 278da7add27f77134e63470747ffd9fe663d93ab8e7cebfbae98902bb1d5ffba45277574107f958255251cb9e499b85a0db3e8173f9f10fb31d1561ca709a379 +Size (pytest-runner-4.2.tar.gz) = 11947 bytes --_----------=_1521454977287830--