Received: by mail.netbsd.org (Postfix, from userid 605) id DCD1584ECB; Tue, 23 Oct 2018 09:00:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C5C1184EDC for ; Tue, 23 Oct 2018 09:00:35 +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 15KiLrZME_oJ for ; Tue, 23 Oct 2018 09:00:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0DA6884EC7 for ; Tue, 23 Oct 2018 09:00:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 05C5AFBEE; Tue, 23 Oct 2018 09:00:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1540285235249940" MIME-Version: 1.0 Date: Tue, 23 Oct 2018 09:00:35 +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: <20181023090035.05C5AFBEE@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. --_----------=_1540285235249940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Oct 23 09:00:34 UTC 2018 Modified Files: pkgsrc/devel/py-pluggy: Makefile PLIST distinfo Log Message: py-pluggy: updated to 0.8.0 pluggy 0.8.0: Features - Add get_hookimpls() method to hook callers. Trivial/Internal Changes - Add changelog in long package description and documentation. - Add a test exemplifying the opt-in nature of spec defined args. - Encapsulate hook specifications in a type for easier introspection. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-pluggy/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-pluggy/PLIST cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-pluggy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1540285235249940 Content-Disposition: inline Content-Length: 2277 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.7 pkgsrc/devel/py-pluggy/Makefile:1.8 --- pkgsrc/devel/py-pluggy/Makefile:1.7 Tue Aug 28 16:11:00 2018 +++ pkgsrc/devel/py-pluggy/Makefile Tue Oct 23 09:00:34 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2018/08/28 16:11:00 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2018/10/23 09:00:34 adam Exp $ -DISTNAME= pluggy-0.7.1 +DISTNAME= pluggy-0.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pluggy/} Index: pkgsrc/devel/py-pluggy/PLIST diff -u pkgsrc/devel/py-pluggy/PLIST:1.4 pkgsrc/devel/py-pluggy/PLIST:1.5 --- pkgsrc/devel/py-pluggy/PLIST:1.4 Sun Aug 5 10:25:23 2018 +++ pkgsrc/devel/py-pluggy/PLIST Tue Oct 23 09:00:34 2018 @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.4 2018/08/05 10:25:23 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2018/10/23 09:00:34 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/pluggy/__init__.py ${PYSITELIB}/pluggy/__init__.pyc Index: pkgsrc/devel/py-pluggy/distinfo diff -u pkgsrc/devel/py-pluggy/distinfo:1.6 pkgsrc/devel/py-pluggy/distinfo:1.7 --- pkgsrc/devel/py-pluggy/distinfo:1.6 Sun Aug 5 10:25:23 2018 +++ pkgsrc/devel/py-pluggy/distinfo Tue Oct 23 09:00:34 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2018/08/05 10:25:23 adam Exp $ +$NetBSD: distinfo,v 1.7 2018/10/23 09:00:34 adam Exp $ -SHA1 (pluggy-0.7.1.tar.gz) = a07fa8187288cc4099b91dd59b0df18ba3dc19b1 -RMD160 (pluggy-0.7.1.tar.gz) = 75c196d15a34fe64fa0c86846645256a0d5de1db -SHA512 (pluggy-0.7.1.tar.gz) = e19f6c1b3f2e711df1c8b075a2b802751afd218f1b692f08b2434c01d71c402331ff8c937550fbdfece2098f6d6856422d485f193e188916b365ded2e4087697 -Size (pluggy-0.7.1.tar.gz) = 47784 bytes +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 --_----------=_1540285235249940--