Received: by mail.netbsd.org (Postfix, from userid 605) id 8758284E59; Sun, 24 Feb 2019 20:33:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0E19B84DDF for ; Sun, 24 Feb 2019 20:33:50 +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 LETjwXY4NtJ6 for ; Sun, 24 Feb 2019 20:33:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8784984CD4 for ; Sun, 24 Feb 2019 20:33:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 82614FB16; Sun, 24 Feb 2019 20:33:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155104042990930" MIME-Version: 1.0 Date: Sun, 24 Feb 2019 20:33:49 +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: <20190224203349.82614FB16@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. --_----------=_155104042990930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Feb 24 20:33:49 UTC 2019 Modified Files: pkgsrc/devel/py-pluggy: Makefile distinfo Log Message: py-pluggy: updated to 0.9.0 pluggy 0.9.0 Features - PluginManager.load_setuptools_entrypoints now accepts a name parameter that when given will load only entry points with that name. PluginManager.load_setuptools_entrypoints also now returns the number of plugins loaded by the call, as opposed to the number of all plugins loaded by all calls to this method. Bug Fixes - Fix internal varnames function for PyPy3. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-pluggy/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-pluggy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155104042990930 Content-Disposition: inline Content-Length: 1626 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.9 pkgsrc/devel/py-pluggy/Makefile:1.10 --- pkgsrc/devel/py-pluggy/Makefile:1.9 Tue Jan 15 21:41:08 2019 +++ pkgsrc/devel/py-pluggy/Makefile Sun Feb 24 20:33:49 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2019/01/15 21:41:08 adam Exp $ +# $NetBSD: Makefile,v 1.10 2019/02/24 20:33:49 adam Exp $ -DISTNAME= pluggy-0.8.1 +DISTNAME= pluggy-0.9.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pluggy/} Index: pkgsrc/devel/py-pluggy/distinfo diff -u pkgsrc/devel/py-pluggy/distinfo:1.8 pkgsrc/devel/py-pluggy/distinfo:1.9 --- pkgsrc/devel/py-pluggy/distinfo:1.8 Tue Jan 15 21:41:08 2019 +++ pkgsrc/devel/py-pluggy/distinfo Sun Feb 24 20:33:49 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2019/01/15 21:41:08 adam Exp $ +$NetBSD: distinfo,v 1.9 2019/02/24 20:33:49 adam Exp $ -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 +SHA1 (pluggy-0.9.0.tar.gz) = 6bdadc9a082d2d83b780bea66ec55517454bb2d0 +RMD160 (pluggy-0.9.0.tar.gz) = 306e29737afb7fe9ee02f50eef88a0136ade3cdd +SHA512 (pluggy-0.9.0.tar.gz) = 377d201393b11afbbe7dcce6053a4200782e4d2017252a4dee3859a5cf3eb21534ebd6ac7c9fd518b5eff441009b1b5791c8fc86e59385b7eddfc9dbc103eb33 +Size (pluggy-0.9.0.tar.gz) = 54035 bytes --_----------=_155104042990930--