Received: by mail.netbsd.org (Postfix, from userid 605) id 0569284ECD; Mon, 1 Jan 2024 11:59:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 349F184ECB for ; Mon, 1 Jan 2024 11:59: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 YpfhI9yP2kMn for ; Mon, 1 Jan 2024 11:59: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 87CEC84EAA for ; Mon, 1 Jan 2024 11:59:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7CFF4FA42; Mon, 1 Jan 2024 11:59:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170411037243110" MIME-Version: 1.0 Date: Mon, 1 Jan 2024 11:59:32 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240101115932.7CFF4FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170411037243110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jan 1 11:59:32 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated textproc/cJSON, devel/py-rpds-py, textproc/py-regex, graphics/py-seaborn To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170411037243110 Content-Disposition: inline Content-Length: 878 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.15 pkgsrc/doc/CHANGES-2024:1.16 --- pkgsrc/doc/CHANGES-2024:1.15 Mon Jan 1 11:54:12 2024 +++ pkgsrc/doc/CHANGES-2024 Mon Jan 1 11:59:32 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.15 2024/01/01 11:54:12 ryoon Exp $ +$NetBSD: CHANGES-2024,v 1.16 2024/01/01 11:59:32 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -20,3 +20,7 @@ Changes to the packages collection and i Updated net/py-netaddr to 0.10.0 [adam 2024-01-01] Updated www/py-httpx to 0.26.0 [adam 2024-01-01] Updated www/py-test-httpx to 0.28.0 [adam 2024-01-01] + Updated textproc/cJSON to 1.7.17 [adam 2024-01-01] + Updated devel/py-rpds-py to 0.16.2 [adam 2024-01-01] + Updated textproc/py-regex to 2023.12.25 [adam 2024-01-01] + Updated graphics/py-seaborn to 0.13.1 [adam 2024-01-01] --_----------=_170411037243110--