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 1A3C57A300 for ; Fri, 2 Dec 2016 23:18:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BC458855B0; Fri, 2 Dec 2016 23:18:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4DCA28557F for ; Fri, 2 Dec 2016 23:18:50 +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 Ddze4Vea8Trx for ; Fri, 2 Dec 2016 23:18:49 +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 D51E584CFD for ; Fri, 2 Dec 2016 23:18:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D000AFBA6; Fri, 2 Dec 2016 23:18:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148072072911290" MIME-Version: 1.0 Date: Fri, 2 Dec 2016 23:18:49 +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: <20161202231849.D000AFBA6@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. --_----------=_148072072911290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Dec 2 23:18:49 UTC 2016 Modified Files: pkgsrc/devel/py-mercurial: Makefile.version distinfo Log Message: Updated py-mercurial to 4.0.1. 4.0.1 This is a regularly-scheduled bugfix release. hgweb: cache fctx.parents() in annotate command (issue5414) vfs, scmutil: ignore EPERM at os.utime, which avoids ambiguity (issue5418) To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/py-mercurial/Makefile.version cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/py-mercurial/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148072072911290 Content-Disposition: inline Content-Length: 1746 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.41 pkgsrc/devel/py-mercurial/Makefile.version:1.42 --- pkgsrc/devel/py-mercurial/Makefile.version:1.41 Thu Nov 3 11:13:36 2016 +++ pkgsrc/devel/py-mercurial/Makefile.version Fri Dec 2 23:18:49 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.version,v 1.41 2016/11/03 11:13:36 wiz Exp $ +# $NetBSD: Makefile.version,v 1.42 2016/12/02 23:18:49 wiz Exp $ -VERSION= 4.0 +VERSION= 4.0.1 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.42 pkgsrc/devel/py-mercurial/distinfo:1.43 --- pkgsrc/devel/py-mercurial/distinfo:1.42 Thu Nov 3 11:13:36 2016 +++ pkgsrc/devel/py-mercurial/distinfo Fri Dec 2 23:18:49 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.42 2016/11/03 11:13:36 wiz Exp $ +$NetBSD: distinfo,v 1.43 2016/12/02 23:18:49 wiz Exp $ -SHA1 (mercurial-4.0.tar.gz) = 6d213973e4ea136391818dba0f1f8a88da1a8c24 -RMD160 (mercurial-4.0.tar.gz) = a087ce4a2372aca0e7fbda3336d8d50a9388db33 -SHA512 (mercurial-4.0.tar.gz) = 8c1974a00efc4d0bcdaca1ce86a172528de58857ac0a78d8cac5c1182dcdd340c7f0f680c8dba82d384ffd3557abbfbdc2e473b5b0b8f05160bd6dbb915e76e4 -Size (mercurial-4.0.tar.gz) = 4850316 bytes +SHA1 (mercurial-4.0.1.tar.gz) = 95c32626bd8f02d2803f915ef639723e830c6ee0 +RMD160 (mercurial-4.0.1.tar.gz) = ca2245318011c70b609427b640c50032ed86a38b +SHA512 (mercurial-4.0.1.tar.gz) = 145bb80d5dbefb5b770a8d74ce31929fafbd235bb3f641bcaa54b1f5278b2abef4298025152aaba212f639c307741d3aaf75be83e3fc52eaf440c86e4a804459 +Size (mercurial-4.0.1.tar.gz) = 4851421 bytes --_----------=_148072072911290--