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 "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 973507A2B4 for ; Sun, 2 Oct 2016 22:17:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 445D485E92; Sun, 2 Oct 2016 22:17:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C980185E80 for ; Sun, 2 Oct 2016 22:17:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id sJOOCDcXFyIB for ; Sun, 2 Oct 2016 22:17:07 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5960285E25 for ; Sun, 2 Oct 2016 22:17:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 542ADFBD2; Sun, 2 Oct 2016 22:17:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1475446627243470" MIME-Version: 1.0 Date: Sun, 2 Oct 2016 22:17:07 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-mercurial To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20161002221707.542ADFBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1475446627243470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Oct 2 22:17:07 UTC 2016 Modified Files: pkgsrc/devel/py-mercurial: Makefile.version distinfo Log Message: Updated py-mercurial to 3.9.2. This is a regularly-scheduled bugfix release. annotate: correct output in some merge cases (issue5360) crecord: properly handle files with No newline at eof (issue5268) grep: rewrite help to better document current (confusing) behavior To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/py-mercurial/Makefile.version cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/py-mercurial/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1475446627243470 Content-Disposition: inline Content-Length: 1756 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-mercurial/Makefile.version diff -u pkgsrc/devel/py-mercurial/Makefile.version:1.39 pkgsrc/devel/py-mercurial/Makefile.version:1.40 --- pkgsrc/devel/py-mercurial/Makefile.version:1.39 Fri Sep 2 14:42:32 2016 +++ pkgsrc/devel/py-mercurial/Makefile.version Sun Oct 2 22:17:07 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.version,v 1.39 2016/09/02 14:42:32 wiz Exp $ +# $NetBSD: Makefile.version,v 1.40 2016/10/02 22:17:07 wiz Exp $ -VERSION= 3.9.1 +VERSION= 3.9.2 PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 3.9 # see also https://www.mercurial-scm.org/wiki/SupportedPythonVersions Index: pkgsrc/devel/py-mercurial/distinfo diff -u pkgsrc/devel/py-mercurial/distinfo:1.40 pkgsrc/devel/py-mercurial/distinfo:1.41 --- pkgsrc/devel/py-mercurial/distinfo:1.40 Fri Sep 2 14:42:32 2016 +++ pkgsrc/devel/py-mercurial/distinfo Sun Oct 2 22:17:07 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.40 2016/09/02 14:42:32 wiz Exp $ +$NetBSD: distinfo,v 1.41 2016/10/02 22:17:07 wiz Exp $ -SHA1 (mercurial-3.9.1.tar.gz) = 6927932e144ad3dbf7677d1d0e12e1cd980a92f9 -RMD160 (mercurial-3.9.1.tar.gz) = 9cf9c240258bd1e81afdba7b7001494457a5a01d -SHA512 (mercurial-3.9.1.tar.gz) = d96e45cafd36be692d6ce5259e18140641c24f73d4731ff767df0f39af425b0630c687436fc0f53d5882495ceacacaadd5e19f8f7c701b4b94c48631123b4666 -Size (mercurial-3.9.1.tar.gz) = 4797967 bytes +SHA1 (mercurial-3.9.2.tar.gz) = 2463499c7c8e416c5044cc168a421fcbbdd2da09 +RMD160 (mercurial-3.9.2.tar.gz) = 9d36ac2caa701c79648e841f301e8e3f35530a7d +SHA512 (mercurial-3.9.2.tar.gz) = 2217b492216bc640366bf4bfa65bb50d2b7f384d70c59fd1fb138482cbee4768c83a444233958a7ad95e9cd0dcbe3e676d7ff4a8a4019b9773205f8f2500235e +Size (mercurial-3.9.2.tar.gz) = 4798958 bytes --_----------=_1475446627243470--