Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8384A84EBD for ; Mon, 17 Jul 2023 19:11:20 +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 KG27R6vT0X69 for ; Mon, 17 Jul 2023 19:11:20 +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 CBA1B84D31 for ; Mon, 17 Jul 2023 19:11:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C976EFBDB; Mon, 17 Jul 2023 19:11:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168962107962940" MIME-Version: 1.0 Date: Mon, 17 Jul 2023 19:11:19 +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: <20230717191119.C976EFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168962107962940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jul 17 19:11:19 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 TODO Log Message: Updated devel/py-pybind11, net/py-unearth To generate a diff of this commit: cvs rdiff -u -r1.4454 -r1.4455 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.23201 -r1.23202 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168962107962940 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.4454 pkgsrc/doc/CHANGES-2023:1.4455 --- pkgsrc/doc/CHANGES-2023:1.4454 Mon Jul 17 16:10:29 2023 +++ pkgsrc/doc/CHANGES-2023 Mon Jul 17 19:11:19 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.4454 2023/07/17 16:10:29 adam Exp $ +$NetBSD: CHANGES-2023,v 1.4455 2023/07/17 19:11:19 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -6199,3 +6199,5 @@ Changes to the packages collection and i Updated devel/py-test-subtests to 0.11.0 [adam 2023-07-17] Added time/py-time-machine version 2.11.0 [adam 2023-07-17] Updated devel/py-virtualenv to 20.24.0 [adam 2023-07-17] + Updated devel/py-pybind11 to 2.11.1 [adam 2023-07-17] + Updated net/py-unearth to 0.9.3 [adam 2023-07-17] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.23201 pkgsrc/doc/TODO:1.23202 --- pkgsrc/doc/TODO:1.23201 Mon Jul 17 16:10:29 2023 +++ pkgsrc/doc/TODO Mon Jul 17 19:11:19 2023 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.23201 2023/07/17 16:10:29 adam Exp $ +$NetBSD: TODO,v 1.23202 2023/07/17 19:11:19 adam Exp $ Suggested new packages ====================== @@ -1225,7 +1225,6 @@ For possible Perl packages updates, see o py-protobuf-4.23.4 o py-pspdfutils-3.0.6 o py-ptt-1.10.2 - o py-pybind11-2.11.0 o py-pymc3-3.8 o py-qt6-6.4.2 o py-qtgraph-qt5-0.12.1 --_----------=_168962107962940--