Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D555684EBD for ; Mon, 17 Jul 2023 19:18:08 +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 FnE25l6qcKJF for ; Mon, 17 Jul 2023 19:18:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2B0CD84D31 for ; Mon, 17 Jul 2023 19:18:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 28FD6FBDB; Mon, 17 Jul 2023 19:18:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1689621488162110" MIME-Version: 1.0 Date: Mon, 17 Jul 2023 19:18:08 +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: <20230717191808.28FD6FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1689621488162110 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:18:07 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 TODO Log Message: Updated devel/py-aenum, devel/py-project-api To generate a diff of this commit: cvs rdiff -u -r1.4455 -r1.4456 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.23202 -r1.23203 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1689621488162110 Content-Disposition: inline Content-Length: 1365 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.4455 pkgsrc/doc/CHANGES-2023:1.4456 --- pkgsrc/doc/CHANGES-2023:1.4455 Mon Jul 17 19:11:19 2023 +++ pkgsrc/doc/CHANGES-2023 Mon Jul 17 19:18:07 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.4455 2023/07/17 19:11:19 adam Exp $ +$NetBSD: CHANGES-2023,v 1.4456 2023/07/17 19:18:07 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -6201,3 +6201,5 @@ Changes to the packages collection and i 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] + Updated devel/py-aenum to 3.1.15 [adam 2023-07-17] + Updated devel/py-project-api to 1.5.3 [adam 2023-07-17] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.23202 pkgsrc/doc/TODO:1.23203 --- pkgsrc/doc/TODO:1.23202 Mon Jul 17 19:11:19 2023 +++ pkgsrc/doc/TODO Mon Jul 17 19:18:07 2023 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.23202 2023/07/17 19:11:19 adam Exp $ +$NetBSD: TODO,v 1.23203 2023/07/17 19:18:07 adam Exp $ Suggested new packages ====================== @@ -1221,7 +1221,6 @@ For possible Perl packages updates, see o py-pip-audit-2.6.0 o py-platformdirs-3.9.1 o py-postgresql-5.1.2 - o py-project-api-1.5.3 o py-protobuf-4.23.4 o py-pspdfutils-3.0.6 o py-ptt-1.10.2 --_----------=_1689621488162110--