Received: by mail.netbsd.org (Postfix, from userid 605) id 65F3284D52; Wed, 19 May 2021 09:54:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A036984D50 for ; Wed, 19 May 2021 09:54:01 +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 MLn99BWwSGbw for ; Wed, 19 May 2021 09:54:01 +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 1CD1684D4B for ; Wed, 19 May 2021 09:54:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 10A85FA95; Wed, 19 May 2021 09:54:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162141804127520" MIME-Version: 1.0 Date: Wed, 19 May 2021 09:54:01 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-argcomplete To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210519095401.10A85FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162141804127520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed May 19 09:54:00 UTC 2021 Modified Files: pkgsrc/devel/py-argcomplete: Makefile distinfo Log Message: py-argcomplete: updated to 1.12.3 Changes for v1.12.3 - Update importlib-metadata version pin - Display script debug output in tcsh - Fish support improvements - Print ``warn()`` message from beginning of line - Test infrastructure improvements To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-argcomplete/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-argcomplete/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162141804127520 Content-Disposition: inline Content-Length: 2149 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.23 pkgsrc/devel/py-argcomplete/Makefile:1.24 --- pkgsrc/devel/py-argcomplete/Makefile:1.23 Tue Nov 24 06:30:28 2020 +++ pkgsrc/devel/py-argcomplete/Makefile Wed May 19 09:54:00 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2020/11/24 06:30:28 adam Exp $ +# $NetBSD: Makefile,v 1.24 2021/05/19 09:54:00 adam Exp $ -DISTNAME= argcomplete-1.12.2 +DISTNAME= argcomplete-1.12.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=a/argcomplete/} @@ -16,7 +16,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-pexpect-[0 TEST_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel .include "../../lang/python/pyversion.mk" .if ${_PYTHON_VERSION} < 38 -DEPENDS+= ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata +DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=0.23:../../devel/py-importlib-metadata .endif USE_LANGUAGES= # none Index: pkgsrc/devel/py-argcomplete/distinfo diff -u pkgsrc/devel/py-argcomplete/distinfo:1.21 pkgsrc/devel/py-argcomplete/distinfo:1.22 --- pkgsrc/devel/py-argcomplete/distinfo:1.21 Tue Nov 24 06:30:28 2020 +++ pkgsrc/devel/py-argcomplete/distinfo Wed May 19 09:54:00 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2020/11/24 06:30:28 adam Exp $ +$NetBSD: distinfo,v 1.22 2021/05/19 09:54:00 adam Exp $ -SHA1 (argcomplete-1.12.2.tar.gz) = ef866326532887b19b4c5be414e8b288e8315869 -RMD160 (argcomplete-1.12.2.tar.gz) = c66a9be107522996df3bd600da541d2dd6e754c7 -SHA512 (argcomplete-1.12.2.tar.gz) = 3099507eac285b396df1c02d7e7bdedc1dd26aaf599a81147ebaabe211a97362ddb94533c9bc733d30a9fe84fcb9d6b52794e4c12f99f881b320280d0d1479f0 -Size (argcomplete-1.12.2.tar.gz) = 53861 bytes +SHA1 (argcomplete-1.12.3.tar.gz) = bd6b35aee6fc44c82d02772b054b5c5ff1bc5983 +RMD160 (argcomplete-1.12.3.tar.gz) = feddf82662fb2d13c57b01f2f6265d073f257dd9 +SHA512 (argcomplete-1.12.3.tar.gz) = b302d2b1250b7159177a8491b2595c2166a2b96ac4d98cf45202282541f7da53c9f272ec778133d1734a22a07d490652b9d4c956af727397b2f6767a9a445b63 +Size (argcomplete-1.12.3.tar.gz) = 76128 bytes --_----------=_162141804127520--