Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5B24684E99 for ; Wed, 13 Sep 2023 07:26:18 +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 7tC-_XZAwLEr for ; Wed, 13 Sep 2023 07:26:17 +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 AD8DF84D0C for ; Wed, 13 Sep 2023 07:26:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A4EA3FBDB; Wed, 13 Sep 2023 07:26:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1694589977263790" MIME-Version: 1.0 Date: Wed, 13 Sep 2023 07:26:17 +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: <20230913072617.A4EA3FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1694589977263790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Sep 13 07:26:17 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Log Message: Updated www/py-httpcore, www/py-httpx To generate a diff of this commit: cvs rdiff -u -r1.5488 -r1.5489 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1694589977263790 Content-Disposition: inline Content-Length: 785 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.5488 pkgsrc/doc/CHANGES-2023:1.5489 --- pkgsrc/doc/CHANGES-2023:1.5488 Tue Sep 12 19:28:47 2023 +++ pkgsrc/doc/CHANGES-2023 Wed Sep 13 07:26:17 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.5488 2023/09/12 19:28:47 adam Exp $ +$NetBSD: CHANGES-2023,v 1.5489 2023/09/13 07:26:17 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -7963,3 +7963,5 @@ Changes to the packages collection and i Updated databases/sqlite3-docs to 3.43.1 [adam 2023-09-12] Updated databases/sqlite3-tcl to 3.43.1 [adam 2023-09-12] Updated devel/lemon to 1.0.3.43.1 [adam 2023-09-12] + Updated www/py-httpcore to 0.18.0 [adam 2023-09-13] + Updated www/py-httpx to 0.25.0 [adam 2023-09-13] --_----------=_1694589977263790--