Received: by mail.netbsd.org (Postfix, from userid 605) id 8554A84E5B; Mon, 2 Jan 2023 08:47:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B32F884D31 for ; Mon, 2 Jan 2023 08:47:12 +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 rSgicAVq3vSR for ; Mon, 2 Jan 2023 08:47:12 +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 11F0284D17 for ; Mon, 2 Jan 2023 08:47:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0F36AFA90; Mon, 2 Jan 2023 08:47:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1672649232169840" MIME-Version: 1.0 Date: Mon, 2 Jan 2023 08:47:12 +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: <20230102084712.0F36AFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1672649232169840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jan 2 08:47:12 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Log Message: Updated databases/py-multidict, devel/py-bitarray, textproc/py-xlsxwriter, graphics/py-Pillow To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1672649232169840 Content-Disposition: inline Content-Length: 876 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.30 pkgsrc/doc/CHANGES-2023:1.31 --- pkgsrc/doc/CHANGES-2023:1.30 Mon Jan 2 00:00:00 2023 +++ pkgsrc/doc/CHANGES-2023 Mon Jan 2 08:47:11 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.30 2023/01/02 00:00:00 wiz Exp $ +$NetBSD: CHANGES-2023,v 1.31 2023/01/02 08:47:11 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -36,3 +36,7 @@ Changes to the packages collection and i Updated editors/xournalpp to 1.1.3 [wiz 2023-01-01] Added net/libsoup3 version 3.2.2 [wiz 2023-01-01] Updated net/libsoup to 2.74.3 [wiz 2023-01-01] + Updated databases/py-multidict to 6.0.4 [adam 2023-01-02] + Updated devel/py-bitarray to 2.6.2 [adam 2023-01-02] + Updated textproc/py-xlsxwriter to 3.0.5 [adam 2023-01-02] + Updated graphics/py-Pillow to 9.4.0 [adam 2023-01-02] --_----------=_1672649232169840--