Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 07CCB85360 for ; Sun, 29 Oct 2023 17:11:56 +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 OOOLJgt2-yjW for ; Sun, 29 Oct 2023 17:11:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 505A484ECF for ; Sun, 29 Oct 2023 17:11:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 47D49FADC; Sun, 29 Oct 2023 17:11:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698599515198280" MIME-Version: 1.0 Date: Sun, 29 Oct 2023 17:11:55 +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: <20231029171155.47D49FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698599515198280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Oct 29 17:11:54 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 TODO Log Message: Updated devel/py-anytree, databases/py-apsw To generate a diff of this commit: cvs rdiff -u -r1.6282 -r1.6283 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.23508 -r1.23509 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698599515198280 Content-Disposition: inline Content-Length: 1362 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.6282 pkgsrc/doc/CHANGES-2023:1.6283 --- pkgsrc/doc/CHANGES-2023:1.6282 Sun Oct 29 17:00:31 2023 +++ pkgsrc/doc/CHANGES-2023 Sun Oct 29 17:11:54 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.6282 2023/10/29 17:00:31 adam Exp $ +$NetBSD: CHANGES-2023,v 1.6283 2023/10/29 17:11:54 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -9186,3 +9186,5 @@ Changes to the packages collection and i Updated devel/py-jupyter_core to 5.4.0 [adam 2023-10-29] Updated devel/py-jupyter_client to 8.5.0 [adam 2023-10-29] Updated devel/py-jupyter_events to 0.8.0 [adam 2023-10-29] + Updated devel/py-anytree to 2.12.0 [adam 2023-10-29] + Updated databases/py-apsw to 3.43.2.0 [adam 2023-10-29] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.23508 pkgsrc/doc/TODO:1.23509 --- pkgsrc/doc/TODO:1.23508 Sun Oct 29 16:56:52 2023 +++ pkgsrc/doc/TODO Sun Oct 29 17:11:54 2023 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.23508 2023/10/29 16:56:52 wiz Exp $ +$NetBSD: TODO,v 1.23509 2023/10/29 17:11:54 adam Exp $ Suggested new packages ====================== @@ -1196,7 +1196,6 @@ For possible Perl packages updates, see o py-MyHDL-0.11 o py-OTXv2-1.5.2 o py-Routes-2.5.1 - o py-anytree-2.12.0 o py-barman-3.0.1 o py-blinker-1.6.3 o py-bumpver-2023.1129 --_----------=_1698599515198280--