Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D2DF084D01 for ; Mon, 27 Nov 2023 06:59:22 +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 gSlm-s3WA3Xh for ; Mon, 27 Nov 2023 06:59:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 35CF884C86 for ; Mon, 27 Nov 2023 06:59:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 32F55FA40; Mon, 27 Nov 2023 06:59:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1701068362196070" MIME-Version: 1.0 Date: Mon, 27 Nov 2023 06:59:22 +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: <20231127065922.32F55FA40@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1701068362196070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Nov 27 06:59:22 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Log Message: Updated misc/py-autocommand, devel/py-wheel, www/py-aiohttp To generate a diff of this commit: cvs rdiff -u -r1.7269 -r1.7270 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1701068362196070 Content-Disposition: inline Content-Length: 848 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.7269 pkgsrc/doc/CHANGES-2023:1.7270 --- pkgsrc/doc/CHANGES-2023:1.7269 Mon Nov 27 03:23:50 2023 +++ pkgsrc/doc/CHANGES-2023 Mon Nov 27 06:59:21 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.7269 2023/11/27 03:23:50 thorpej Exp $ +$NetBSD: CHANGES-2023,v 1.7270 2023/11/27 06:59:21 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -10408,3 +10408,6 @@ Changes to the packages collection and i Added archivers/lzsa version 1.4.1 [thorpej 2023-11-26] Updated emulators/x16-rom to 46 [thorpej 2023-11-27] Updated emulators/x16-emulator to 46 [thorpej 2023-11-27] + Updated misc/py-autocommand to 2.2.2nb1 [adam 2023-11-27] + Updated devel/py-wheel to 0.42.0 [adam 2023-11-27] + Updated www/py-aiohttp to 3.9.1 [adam 2023-11-27] --_----------=_1701068362196070--