Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E8B8984D21 for ; Thu, 7 Sep 2023 12:09:40 +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 0CPv-mt3yipr for ; Thu, 7 Sep 2023 12:09:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 652FF84CCC for ; Thu, 7 Sep 2023 12:09:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 629C0FBDB; Thu, 7 Sep 2023 12:09:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1694088580267370" MIME-Version: 1.0 Date: Thu, 7 Sep 2023 12:09:40 +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: <20230907120940.629C0FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1694088580267370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Sep 7 12:09:40 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 TODO Log Message: Updated devel/py-build, textproc/py-pdf To generate a diff of this commit: cvs rdiff -u -r1.5376 -r1.5377 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.23351 -r1.23352 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1694088580267370 Content-Disposition: inline Content-Length: 1660 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.5376 pkgsrc/doc/CHANGES-2023:1.5377 --- pkgsrc/doc/CHANGES-2023:1.5376 Thu Sep 7 01:53:13 2023 +++ pkgsrc/doc/CHANGES-2023 Thu Sep 7 12:09:39 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.5376 2023/09/07 01:53:13 gutteridge Exp $ +$NetBSD: CHANGES-2023,v 1.5377 2023/09/07 12:09:39 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -7832,3 +7832,5 @@ Changes to the packages collection and i Updated www/py-test-django to 4.5.2 [adam 2023-09-06] Updated www/gitea to 1.18.5 [khorben 2023-09-06] Updated wm/obconf-qt to 0.16.3 [gutteridge 2023-09-07] + Updated devel/py-build to 1.0.3 [adam 2023-09-07] + Updated textproc/py-pdf to 3.15.5 [adam 2023-09-07] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.23351 pkgsrc/doc/TODO:1.23352 --- pkgsrc/doc/TODO:1.23351 Thu Sep 7 01:51:19 2023 +++ pkgsrc/doc/TODO Thu Sep 7 12:09:39 2023 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.23351 2023/09/07 01:51:19 gutteridge Exp $ +$NetBSD: TODO,v 1.23352 2023/09/07 12:09:39 adam Exp $ Suggested new packages ====================== @@ -1187,7 +1187,6 @@ For possible Perl packages updates, see o py-Routes-2.5.1 o py-autopep8-2.0.4 o py-barman-3.0.1 - o py-build-1.0.0 o py-cassa-1.11.0 o py-configparser-5.0.0 [drops python-2.x support; pkgsrc only needs this package for python 2.x] o py-cyclonedx-python-lib-4.1.0 @@ -1217,7 +1216,6 @@ For possible Perl packages updates, see o py-musicbrainz-ngs-0.7.1 o py-newt-0.52.21 o py-omniORBpy-3.7 - o py-pdf-3.15.4 o py-pdf-parser-0.7.4 o py-pluggy-1.3.0 o py-postgresql-5.1.2 --_----------=_1694088580267370--