Received: by mail.netbsd.org (Postfix, from userid 605) id 30E6E84D51; Tue, 25 Oct 2022 18:56:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 61CBB84CFF for ; Tue, 25 Oct 2022 18:56:33 +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 U6BA3vMQG4qu for ; Tue, 25 Oct 2022 18:56:32 +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 CE10684CF7 for ; Tue, 25 Oct 2022 18:56:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C2516FA90; Tue, 25 Oct 2022 18:56:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1666724192113690" MIME-Version: 1.0 Date: Tue, 25 Oct 2022 18:56:32 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/sysutils/py-invoke To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20221025185632.C2516FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1666724192113690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Oct 25 18:56:32 UTC 2022 Modified Files: pkgsrc/sysutils/py-invoke: Makefile distinfo Log Message: py-invoke: updated to 1.7.3 1.7.3 2022-09-30 [Support] Fix a non-fatal bug in our setup.py long_description generation causing 1.7.0-1.7.2 to have malformed description text on PyPI. 1.7.2 2022-09-30 [Bug] Fix errors thrown when comparing Task objects to non-Task objects; such comparisons are now always false. [Bug] Refactor CLI parser instantiation such that the tasks.ignore_unknown_help feature (added in 1.7) works when Invoke is run in --complete mode, i.e. in tab-completion scripts. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/py-invoke/Makefile \ pkgsrc/sysutils/py-invoke/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1666724192113690 Content-Disposition: inline Content-Length: 1566 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/py-invoke/Makefile diff -u pkgsrc/sysutils/py-invoke/Makefile:1.1 pkgsrc/sysutils/py-invoke/Makefile:1.2 --- pkgsrc/sysutils/py-invoke/Makefile:1.1 Wed Jul 13 12:11:00 2022 +++ pkgsrc/sysutils/py-invoke/Makefile Tue Oct 25 18:56:32 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2022/07/13 12:11:00 adam Exp $ +# $NetBSD: Makefile,v 1.2 2022/10/25 18:56:32 adam Exp $ -DISTNAME= invoke-1.7.1 +DISTNAME= invoke-1.7.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= sysutils python MASTER_SITES= ${MASTER_SITE_PYPI:=i/invoke/} Index: pkgsrc/sysutils/py-invoke/distinfo diff -u pkgsrc/sysutils/py-invoke/distinfo:1.1 pkgsrc/sysutils/py-invoke/distinfo:1.2 --- pkgsrc/sysutils/py-invoke/distinfo:1.1 Wed Jul 13 12:11:00 2022 +++ pkgsrc/sysutils/py-invoke/distinfo Tue Oct 25 18:56:32 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2022/07/13 12:11:00 adam Exp $ +$NetBSD: distinfo,v 1.2 2022/10/25 18:56:32 adam Exp $ -BLAKE2s (invoke-1.7.1.tar.gz) = ad2115695708b3b2df9e85618f83fb820e0c51d6422796808f254fea01e6fb3a -SHA512 (invoke-1.7.1.tar.gz) = 10671faf7eccb44491860a3272324fe79ea32b05d83d68f2c929bf1cec348f64a6d10234eeffd9ecaef402631df3d9c07f2d63daa0ee9e7e3ea7756af268ff09 -Size (invoke-1.7.1.tar.gz) = 344626 bytes +BLAKE2s (invoke-1.7.3.tar.gz) = db1c20cb1d2ee05aa278670ed40b1f08c1646bdbe8f9739b8884b404492b0dfe +SHA512 (invoke-1.7.3.tar.gz) = 180ba1e5e06839724c9fe565b44ddd885bd8c6bb1b04f6d0f30de0450b687f52e4fccac85939fe1f23dee1ca61fde9b2a0d8aa8ffa59b292e0e5dc21eb8d6280 +Size (invoke-1.7.3.tar.gz) = 374306 bytes --_----------=_1666724192113690--