Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0334F84EDE for ; Fri, 6 Oct 2023 19:42:52 +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 pZQnBytRsWvD for ; Fri, 6 Oct 2023 19:42:51 +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 4C60284CEB for ; Fri, 6 Oct 2023 19:42:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 43AA0FBDB; Fri, 6 Oct 2023 19:42:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1696621371128210" MIME-Version: 1.0 Date: Fri, 6 Oct 2023 19:42:51 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231006194251.43AA0FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1696621371128210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Oct 6 19:42:51 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 TODO Log Message: Updated devel/py-argparse-manpage, devel/py-bitarray To generate a diff of this commit: cvs rdiff -u -r1.5765 -r1.5766 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.23415 -r1.23416 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1696621371128210 Content-Disposition: inline Content-Length: 1382 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.5765 pkgsrc/doc/CHANGES-2023:1.5766 --- pkgsrc/doc/CHANGES-2023:1.5765 Fri Oct 6 19:26:18 2023 +++ pkgsrc/doc/CHANGES-2023 Fri Oct 6 19:42:50 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.5765 2023/10/06 19:26:18 adam Exp $ +$NetBSD: CHANGES-2023,v 1.5766 2023/10/06 19:42:50 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -8442,3 +8442,5 @@ Changes to the packages collection and i Updated parallel/spirv-headers to 1.3.246.1 [adam 2023-10-06] Updated parallel/spirv-llvm-translator to 16.0.0 [adam 2023-10-06] Updated devel/include-what-you-use to 0.20 [adam 2023-10-06] + Updated devel/py-argparse-manpage to 4.5 [adam 2023-10-06] + Updated devel/py-bitarray to 2.8.2 [adam 2023-10-06] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.23415 pkgsrc/doc/TODO:1.23416 --- pkgsrc/doc/TODO:1.23415 Fri Oct 6 19:20:12 2023 +++ pkgsrc/doc/TODO Fri Oct 6 19:42:50 2023 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.23415 2023/10/06 19:20:12 adam Exp $ +$NetBSD: TODO,v 1.23416 2023/10/06 19:42:50 adam Exp $ Suggested new packages ====================== @@ -1196,7 +1196,6 @@ For possible Perl packages updates, see o py-MyHDL-0.11 o py-OTXv2-1.5.2 o py-Routes-2.5.1 - o py-argparse-manpage-4.5 o py-astroid-3.0.0 o py-barman-3.0.1 o py-cairo-1.25.0 --_----------=_1696621371128210--