Received: by mail.netbsd.org (Postfix, from userid 605) id 4537D84D60; Thu, 24 Oct 2019 13:00:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BEAAB84D5D for ; Thu, 24 Oct 2019 13:00: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 u5MG9eDYTd1f for ; Thu, 24 Oct 2019 13:00:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1673284D3A for ; Thu, 24 Oct 2019 13:00:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 10506FA84; Thu, 24 Oct 2019 13:00:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1571922008272240" MIME-Version: 1.0 Date: Thu, 24 Oct 2019 13:00:08 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20191024130008.10506FA84@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1571922008272240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Oct 24 13:00:07 UTC 2019 Modified Files: pkgsrc/doc: CHANGES-2019 TODO Log Message: Updated devel/py-test-forked, devel/py-test-mock To generate a diff of this commit: cvs rdiff -u -r1.4511 -r1.4512 pkgsrc/doc/CHANGES-2019 cvs rdiff -u -r1.19361 -r1.19362 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1571922008272240 Content-Disposition: inline Content-Length: 1355 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2019 diff -u pkgsrc/doc/CHANGES-2019:1.4511 pkgsrc/doc/CHANGES-2019:1.4512 --- pkgsrc/doc/CHANGES-2019:1.4511 Thu Oct 24 12:52:24 2019 +++ pkgsrc/doc/CHANGES-2019 Thu Oct 24 13:00:07 2019 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2019,v 1.4511 2019/10/24 12:52:24 leot Exp $ +$NetBSD: CHANGES-2019,v 1.4512 2019/10/24 13:00:07 adam Exp $ Changes to the packages collection and infrastructure in 2019: @@ -7244,3 +7244,5 @@ Changes to the packages collection and i Updated emulators/cannonball to 0.3.20191023 [fox 2019-10-24] Updated games/nethack to 3.6.2 [pho 2019-10-24] Updated textproc/json2tsv to 0.3 [leot 2019-10-24] + Updated devel/py-test-forked to 1.1.3 [adam 2019-10-24] + Updated devel/py-test-mock to 1.11.2 [adam 2019-10-24] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.19361 pkgsrc/doc/TODO:1.19362 --- pkgsrc/doc/TODO:1.19361 Thu Oct 24 11:58:13 2019 +++ pkgsrc/doc/TODO Thu Oct 24 13:00:07 2019 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.19361 2019/10/24 11:58:13 pho Exp $ +$NetBSD: TODO,v 1.19362 2019/10/24 13:00:07 adam Exp $ Suggested new packages ====================== @@ -1151,7 +1151,6 @@ For possible Perl packages updates, see o py-simpletal-5.1 o py-spf-2.0.12t o py-sybase-0.37 - o py-test-forked-1.1.1 o py-wxWidgets-4.0.0 o py-yubiauth-0.3.10 o pythontidy-1.23 --_----------=_1571922008272240--