Received: by mail.netbsd.org (Postfix, from userid 605) id 62A8E84D57; Tue, 15 Jan 2019 21:41:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 91E7E84D52 for ; Tue, 15 Jan 2019 21:41:09 +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 TY89bFIkxBhz for ; Tue, 15 Jan 2019 21:41:09 +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 F3E8A84CCC for ; Tue, 15 Jan 2019 21:41:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E8B76FB16; Tue, 15 Jan 2019 21:41:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1547588468293350" MIME-Version: 1.0 Date: Tue, 15 Jan 2019 21:41:08 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-pluggy To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190115214108.E8B76FB16@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. --_----------=_1547588468293350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jan 15 21:41:08 UTC 2019 Modified Files: pkgsrc/devel/py-pluggy: Makefile distinfo Log Message: py-pluggy: updated to 0.8.1 pluggy 0.8.1: Trivial/Internal Changes - Add stacklevel=2 to implprefix warning so that the reported location of warning is the caller of PluginManager. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-pluggy/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-pluggy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1547588468293350 Content-Disposition: inline Content-Length: 2004 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-pluggy/Makefile diff -u pkgsrc/devel/py-pluggy/Makefile:1.8 pkgsrc/devel/py-pluggy/Makefile:1.9 --- pkgsrc/devel/py-pluggy/Makefile:1.8 Tue Oct 23 09:00:34 2018 +++ pkgsrc/devel/py-pluggy/Makefile Tue Jan 15 21:41:08 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2018/10/23 09:00:34 adam Exp $ +# $NetBSD: Makefile,v 1.9 2019/01/15 21:41:08 adam Exp $ -DISTNAME= pluggy-0.8.0 +DISTNAME= pluggy-0.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pluggy/} @@ -11,8 +11,12 @@ COMMENT= Plugin and hook calling mechani LICENSE= mit BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm +TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test USE_LANGUAGES= # none +do-test: + cd ${WRKSRC} && pytest-${PYVERSSUFFIX} testing + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-pluggy/distinfo diff -u pkgsrc/devel/py-pluggy/distinfo:1.7 pkgsrc/devel/py-pluggy/distinfo:1.8 --- pkgsrc/devel/py-pluggy/distinfo:1.7 Tue Oct 23 09:00:34 2018 +++ pkgsrc/devel/py-pluggy/distinfo Tue Jan 15 21:41:08 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2018/10/23 09:00:34 adam Exp $ +$NetBSD: distinfo,v 1.8 2019/01/15 21:41:08 adam Exp $ -SHA1 (pluggy-0.8.0.tar.gz) = 99a150d98beec301d82a17e8dd78f1fb7f39113a -RMD160 (pluggy-0.8.0.tar.gz) = de415ba98b96592a6a92f6423d31bb42e387b064 -SHA512 (pluggy-0.8.0.tar.gz) = 4b2e489a1ebafe894e41bfb04a1958eec3239528b6cee4cb19d634f7658588d3cd6ec09d7f23c9c24d9c3425a4e733e97605a1efaa46d12bc8b7ec3add722d4f -Size (pluggy-0.8.0.tar.gz) = 53259 bytes +SHA1 (pluggy-0.8.1.tar.gz) = df6006d30b9b9a5d67583905913bcbf3c6c1cfd0 +RMD160 (pluggy-0.8.1.tar.gz) = bd7aa9a1c74bd4ae9ed61dc794092eb861d8e78f +SHA512 (pluggy-0.8.1.tar.gz) = ee7a83f7c62e4366bc7c3c2ad822c788e5cae7ac900c3d41d84ef8b8d9c4cab7c4327df86c134c19f2faaa86a049913984550dd06db9b465ad58a83566cda150 +Size (pluggy-0.8.1.tar.gz) = 53375 bytes --_----------=_1547588468293350--