Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id ADCEB1A921F for ; Wed, 13 Apr 2022 19:44:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 10A0A84EE7; Wed, 13 Apr 2022 19:44:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4C3E484D10 for ; Wed, 13 Apr 2022 19:44:35 +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 s2NyXpFUbtJt for ; Wed, 13 Apr 2022 19:44:34 +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 C173184CDC for ; Wed, 13 Apr 2022 19:44:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B5433FB24; Wed, 13 Apr 2022 19:44:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1649879074121780" MIME-Version: 1.0 Date: Wed, 13 Apr 2022 19:44:34 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-click To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220413194434.B5433FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1649879074121780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Apr 13 19:44:34 UTC 2022 Modified Files: pkgsrc/devel/py-click: Makefile distinfo Log Message: py-click: updated to 8.1.2 Version 8.1.2 - Fix error message for readable path check that was mixed up with the executable check. - Restore parameter order for ``Path``, placing the ``executable`` parameter at the end. It is recommended to use keyword arguments instead of positional arguments. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-click/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-click/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1649879074121780 Content-Disposition: inline Content-Length: 1525 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-click/Makefile diff -u pkgsrc/devel/py-click/Makefile:1.21 pkgsrc/devel/py-click/Makefile:1.22 --- pkgsrc/devel/py-click/Makefile:1.21 Thu Mar 31 07:25:58 2022 +++ pkgsrc/devel/py-click/Makefile Wed Apr 13 19:44:34 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2022/03/31 07:25:58 adam Exp $ +# $NetBSD: Makefile,v 1.22 2022/04/13 19:44:34 adam Exp $ -DISTNAME= click-8.1.1 +DISTNAME= click-8.1.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=c/click/} Index: pkgsrc/devel/py-click/distinfo diff -u pkgsrc/devel/py-click/distinfo:1.20 pkgsrc/devel/py-click/distinfo:1.21 --- pkgsrc/devel/py-click/distinfo:1.20 Thu Mar 31 07:25:58 2022 +++ pkgsrc/devel/py-click/distinfo Wed Apr 13 19:44:34 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2022/03/31 07:25:58 adam Exp $ +$NetBSD: distinfo,v 1.21 2022/04/13 19:44:34 adam Exp $ -BLAKE2s (click-8.1.1.tar.gz) = 6c53964f136eac15b309f3ebb18e532f835d9afcc16fbc2acfbf91893e373f35 -SHA512 (click-8.1.1.tar.gz) = 7ff0a6c48a9f76532e7c950dce8778b42fc2c56cf050c0c3a5f85597552d2400d2df64d23e0e632c7c1cc80608d03066a3e47f36e6021982cc3e37e1fabeed7d -Size (click-8.1.1.tar.gz) = 330199 bytes +BLAKE2s (click-8.1.2.tar.gz) = 2d6e909a3a2e020bbad7587addbcf01f63885e5f3776a4105e2027bafa8b2487 +SHA512 (click-8.1.2.tar.gz) = df75a175a820b11aa4d0bdaa959bfef2954c09557740c6defec20b73b1f0d66605110b24016c21c291c712ceb56c813753a7a2e9b04e078798fdc90d6977078d +Size (click-8.1.2.tar.gz) = 330315 bytes --_----------=_1649879074121780--