Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ACF8884D80 for ; Fri, 17 Nov 2023 18:07:43 +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 xrqTuFFVbiSp for ; Fri, 17 Nov 2023 18:07:43 +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 2008D84D54 for ; Fri, 17 Nov 2023 18:07:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0E89FFA3D; Fri, 17 Nov 2023 18:07:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1700244463239340" MIME-Version: 1.0 Date: Fri, 17 Nov 2023 18:07:43 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-argcomplete To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231117180743.0E89FFA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1700244463239340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Nov 17 18:07:42 UTC 2023 Modified Files: pkgsrc/devel/py-argcomplete: Makefile distinfo Log Message: py-argcomplete: updated to 3.1.6 Changes for v3.1.6 (2023-11-12) - Respect user choice in activate-global-python-argcomplete Changes for v3.1.5 (2023-11-12) - Escape colon in zsh completions. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/py-argcomplete/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-argcomplete/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1700244463239340 Content-Disposition: inline Content-Length: 1637 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-argcomplete/Makefile diff -u pkgsrc/devel/py-argcomplete/Makefile:1.35 pkgsrc/devel/py-argcomplete/Makefile:1.36 --- pkgsrc/devel/py-argcomplete/Makefile:1.35 Thu Nov 9 12:59:33 2023 +++ pkgsrc/devel/py-argcomplete/Makefile Fri Nov 17 18:07:42 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2023/11/09 12:59:33 adam Exp $ +# $NetBSD: Makefile,v 1.36 2023/11/17 18:07:42 adam Exp $ -DISTNAME= argcomplete-3.1.4 +DISTNAME= argcomplete-3.1.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=a/argcomplete/} Index: pkgsrc/devel/py-argcomplete/distinfo diff -u pkgsrc/devel/py-argcomplete/distinfo:1.28 pkgsrc/devel/py-argcomplete/distinfo:1.29 --- pkgsrc/devel/py-argcomplete/distinfo:1.28 Thu Nov 9 12:59:33 2023 +++ pkgsrc/devel/py-argcomplete/distinfo Fri Nov 17 18:07:42 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.28 2023/11/09 12:59:33 adam Exp $ +$NetBSD: distinfo,v 1.29 2023/11/17 18:07:42 adam Exp $ -BLAKE2s (argcomplete-3.1.4.tar.gz) = 7df7bc1e82db13fd87df4b1b2e9c0c9fc8c009d46e26c0e95a42f2f98f2776fb -SHA512 (argcomplete-3.1.4.tar.gz) = d5108273fb570ec42667acefd1cf397e2fbedb3d4fbc31bb2b3206cdbb3275fde88b4d40e9dc65045b6a94334e6b5b9136054c6291edc21dcd0542f1369fe4b1 -Size (argcomplete-3.1.4.tar.gz) = 79529 bytes +BLAKE2s (argcomplete-3.1.6.tar.gz) = 8f987ace4998d1e1ef8d47d061e6380c81a4367a339889a82215758f58503aa6 +SHA512 (argcomplete-3.1.6.tar.gz) = 7d625dfc49253281f692254a23e7fc4af155b97a7df55a0b33eba9655281702396a1119269cf80b5650885e00d75886fbdcbd85312e7ccac6d940edd6189d50e +Size (argcomplete-3.1.6.tar.gz) = 79685 bytes --_----------=_1700244463239340--