Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 91CF91A923A for ; Tue, 6 Oct 2020 17:50:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 35FC284D98; Tue, 6 Oct 2020 17:50:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B081184D88 for ; Tue, 6 Oct 2020 17:50:58 +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 sP3_zsb0wsVU for ; Tue, 6 Oct 2020 17:50:58 +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 0D92784D28 for ; Tue, 6 Oct 2020 17:50:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0384CFB28; Tue, 6 Oct 2020 17:50:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1602006657292510" MIME-Version: 1.0 Date: Tue, 6 Oct 2020 17:50:57 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20201006175058.0384CFB28@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. --_----------=_1602006657292510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Oct 6 17:50:57 UTC 2020 Modified Files: pkgsrc/doc: CHANGES-2020 TODO Log Message: doc: Updated devel/py-mercurial to 5.5.2 To generate a diff of this commit: cvs rdiff -u -r1.5665 -r1.5666 pkgsrc/doc/CHANGES-2020 cvs rdiff -u -r1.20121 -r1.20122 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1602006657292510 Content-Disposition: inline Content-Length: 1323 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2020 diff -u pkgsrc/doc/CHANGES-2020:1.5665 pkgsrc/doc/CHANGES-2020:1.5666 --- pkgsrc/doc/CHANGES-2020:1.5665 Tue Oct 6 12:06:15 2020 +++ pkgsrc/doc/CHANGES-2020 Tue Oct 6 17:50:57 2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2020,v 1.5665 2020/10/06 12:06:15 nils Exp $ +$NetBSD: CHANGES-2020,v 1.5666 2020/10/06 17:50:57 wiz Exp $ Changes to the packages collection and infrastructure in 2020: @@ -8430,3 +8430,4 @@ Changes to the packages collection and i Updated devel/py-hypothesis to 5.37.0 [wiz 2020-10-06] Updated www/nginx-devel to 1.19.3nb1 [nils 2020-10-06] Updated www/nginx to 1.18.0nb3 [nils 2020-10-06] + Updated devel/py-mercurial to 5.5.2 [wiz 2020-10-06] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.20121 pkgsrc/doc/TODO:1.20122 --- pkgsrc/doc/TODO:1.20121 Tue Oct 6 10:52:40 2020 +++ pkgsrc/doc/TODO Tue Oct 6 17:50:57 2020 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.20121 2020/10/06 10:52:40 wiz Exp $ +$NetBSD: TODO,v 1.20122 2020/10/06 17:50:57 wiz Exp $ Suggested new packages ====================== @@ -963,7 +963,6 @@ For possible Perl packages updates, see o py-input-pad-1.4.2 o py-keybinder-0.3.1 o py-markdown-3.2.2 [drops python-2.x support] - o py-mercurial-5.5.2 o py-musicbrainz-0.7.4 o py-newt-0.52.20 o py-omniORBpy-3.7 --_----------=_1602006657292510--