Received: by mail.netbsd.org (Postfix, from userid 605) id 7A6A484EC5; Wed, 17 Aug 2022 17:44:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B269684D38 for ; Wed, 17 Aug 2022 17:44:23 +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 x2U5XeGioJhw for ; Wed, 17 Aug 2022 17:44:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 03BD084D10 for ; Wed, 17 Aug 2022 17:44:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 00E7FFB1A; Wed, 17 Aug 2022 17:44:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1660758262141710" MIME-Version: 1.0 Date: Wed, 17 Aug 2022 17:44:22 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220817174423.00E7FFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1660758262141710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Aug 17 17:44:22 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 TODO Log Message: doc: Updated textproc/py-tomlkit to 0.11.4 To generate a diff of this commit: cvs rdiff -u -r1.3831 -r1.3832 pkgsrc/doc/CHANGES-2022 cvs rdiff -u -r1.22096 -r1.22097 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1660758262141710 Content-Disposition: inline Content-Length: 1327 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2022 diff -u pkgsrc/doc/CHANGES-2022:1.3831 pkgsrc/doc/CHANGES-2022:1.3832 --- pkgsrc/doc/CHANGES-2022:1.3831 Wed Aug 17 17:40:13 2022 +++ pkgsrc/doc/CHANGES-2022 Wed Aug 17 17:44:22 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.3831 2022/08/17 17:40:13 wiz Exp $ +$NetBSD: CHANGES-2022,v 1.3832 2022/08/17 17:44:22 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -5670,3 +5670,4 @@ Changes to the packages collection and i Updated mail/roundcube-plugin-zipdownload to 1.6.0 [taca 2022-08-17] Added security/vaultwarden version 1.25.2 [hauke 2022-08-17] Updated sysutils/xentools413 to 4.13.4nb6 [wiz 2022-08-17] + Updated textproc/py-tomlkit to 0.11.4 [wiz 2022-08-17] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.22096 pkgsrc/doc/TODO:1.22097 --- pkgsrc/doc/TODO:1.22096 Tue Aug 16 14:02:08 2022 +++ pkgsrc/doc/TODO Wed Aug 17 17:44:22 2022 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.22096 2022/08/16 14:02:08 adam Exp $ +$NetBSD: TODO,v 1.22097 2022/08/17 17:44:22 wiz Exp $ Suggested new packages ====================== @@ -1369,7 +1369,6 @@ For possible Perl packages updates, see o py-terminator-2.1.1 o py-test-django-4.5.2 o py-tokyocabinet-0.6 - o py-tomlkit-0.11.4 o py-uliweb-0.6 o py-webpy-0.38 o py-wxWidgets-4.0.0 --_----------=_1660758262141710--