Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4B5D984F4A for ; Mon, 12 Jun 2023 09:31:16 +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 wRf8bNc874fm for ; Mon, 12 Jun 2023 09:31:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9564284CCF for ; Mon, 12 Jun 2023 09:31:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 91946FA89; Mon, 12 Jun 2023 09:31:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1686562275274630" MIME-Version: 1.0 Date: Mon, 12 Jun 2023 09:31:15 +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: <20230612093115.91946FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1686562275274630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jun 12 09:31:15 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 TODO Log Message: Updated devel/py-test, devel/py-test-console-scripts To generate a diff of this commit: cvs rdiff -u -r1.3788 -r1.3789 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.23059 -r1.23060 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1686562275274630 Content-Disposition: inline Content-Length: 1377 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.3788 pkgsrc/doc/CHANGES-2023:1.3789 --- pkgsrc/doc/CHANGES-2023:1.3788 Mon Jun 12 08:05:30 2023 +++ pkgsrc/doc/CHANGES-2023 Mon Jun 12 09:31:14 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.3788 2023/06/12 08:05:30 pin Exp $ +$NetBSD: CHANGES-2023,v 1.3789 2023/06/12 09:31:14 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -5264,3 +5264,5 @@ Changes to the packages collection and i Updated fonts/nerd-fonts-iA-Writer to 3.0.2 [wiz 2023-06-12] Added fonts/nerd-fonts-JetBrainsMono version 3.0.2 [wiz 2023-06-12] Updated misc/tui-journal to 0.1.4 [pin 2023-06-12] + Updated devel/py-test to 7.3.2 [adam 2023-06-12] + Updated devel/py-test-console-scripts to 1.4.1 [adam 2023-06-12] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.23059 pkgsrc/doc/TODO:1.23060 --- pkgsrc/doc/TODO:1.23059 Mon Jun 12 07:58:18 2023 +++ pkgsrc/doc/TODO Mon Jun 12 09:31:15 2023 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.23059 2023/06/12 07:58:18 wiz Exp $ +$NetBSD: TODO,v 1.23060 2023/06/12 09:31:15 adam Exp $ Suggested new packages ====================== @@ -1241,7 +1241,6 @@ For possible Perl packages updates, see o py-sybase-0.37 o py-syslog-ng-3.31.2 o py-terminator-2.1.1 - o py-test-7.3.2 o py-test-django-4.5.2 o py-tokyocabinet-0.6 o py-tox-4.6.0 --_----------=_1686562275274630--