Received: by mail.netbsd.org (Postfix, from userid 605) id 6B65D84D68; Mon, 17 Jun 2019 05:33:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E96A184D3F for ; Mon, 17 Jun 2019 05:33:10 +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 sUmZJ9Zzta5e for ; Mon, 17 Jun 2019 05:33:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6973F84CF1 for ; Mon, 17 Jun 2019 05:33:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 679FBFBF4; Mon, 17 Jun 2019 05:33:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156074959029530" MIME-Version: 1.0 Date: Mon, 17 Jun 2019 05:33:10 +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: <20190617053310.679FBFBF4@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. --_----------=_156074959029530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jun 17 05:33:10 UTC 2019 Modified Files: pkgsrc/devel/py-mercurial: Makefile distinfo version.mk Log Message: py-mercurial: update to 5.0.1. Changes not documented. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/py-mercurial/Makefile cvs rdiff -u -r1.75 -r1.76 pkgsrc/devel/py-mercurial/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-mercurial/version.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156074959029530 Content-Disposition: inline Content-Length: 2584 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-mercurial/Makefile diff -u pkgsrc/devel/py-mercurial/Makefile:1.29 pkgsrc/devel/py-mercurial/Makefile:1.30 --- pkgsrc/devel/py-mercurial/Makefile:1.29 Tue May 21 20:55:02 2019 +++ pkgsrc/devel/py-mercurial/Makefile Mon Jun 17 05:33:10 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2019/05/21 20:55:02 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2019/06/17 05:33:10 wiz Exp $ DISTNAME= mercurial-${VERSION} PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -24,9 +24,9 @@ INSTALLATION_DIRS+= share/doc/mercurial .include "version.mk" # Known test failures: -# test-logtoprocess -# https://bz.mercurial-scm.org/show_bug.cgi?id=6143 -# 21 timeouts: +# test-narrow-shallow: +# https://bz.mercurial-scm.org/show_bug.cgi?id=6150 +# 12 timeouts: # https://bz.mercurial-scm.org/show_bug.cgi?id=6144 do-test: cd ${WRKSRC} && make tests PYTHON=${PYTHONBIN} TESTFLAGS=${_MAKE_JOBS:Q} Index: pkgsrc/devel/py-mercurial/distinfo diff -u pkgsrc/devel/py-mercurial/distinfo:1.75 pkgsrc/devel/py-mercurial/distinfo:1.76 --- pkgsrc/devel/py-mercurial/distinfo:1.75 Tue May 21 20:55:02 2019 +++ pkgsrc/devel/py-mercurial/distinfo Mon Jun 17 05:33:10 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.75 2019/05/21 20:55:02 wiz Exp $ +$NetBSD: distinfo,v 1.76 2019/06/17 05:33:10 wiz Exp $ -SHA1 (mercurial-5.0.tar.gz) = 5591b1323167c4b25f992e727370379ae9a73f9a -RMD160 (mercurial-5.0.tar.gz) = afc314b7db88e392b10a032fcae53a7a6f5209c9 -SHA512 (mercurial-5.0.tar.gz) = fa193bdf3957bbd6625c41aa210292bf1fca7125e05977467b3dc85420cea1e952b89cd861613564ec05f9e93ff51bad652f5b875beb2e3b0d28e524c8b64bad -Size (mercurial-5.0.tar.gz) = 7197243 bytes +SHA1 (mercurial-5.0.1.tar.gz) = f1e315dc5ce18b26c2f1d1515335117d6c1aa6d9 +RMD160 (mercurial-5.0.1.tar.gz) = fd06e01d0ea6104c00844fcd27b8d980f3b4cb76 +SHA512 (mercurial-5.0.1.tar.gz) = c4ed45c42f15a6dec02f62d76d56304b06687204755a9ab86b102c22df266962d02a069876a93f73a3fdc1aa4b0992314487877da2e6cbd876b65ff5e4feaf5a +Size (mercurial-5.0.1.tar.gz) = 7201562 bytes Index: pkgsrc/devel/py-mercurial/version.mk diff -u pkgsrc/devel/py-mercurial/version.mk:1.1 pkgsrc/devel/py-mercurial/version.mk:1.2 --- pkgsrc/devel/py-mercurial/version.mk:1.1 Tue May 21 20:55:02 2019 +++ pkgsrc/devel/py-mercurial/version.mk Mon Jun 17 05:33:10 2019 @@ -1,6 +1,6 @@ -# $NetBSD: version.mk,v 1.1 2019/05/21 20:55:02 wiz Exp $ +# $NetBSD: version.mk,v 1.2 2019/06/17 05:33:10 wiz Exp $ -VERSION= 5.0 +VERSION= 5.0.1 PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # 5.0 has "beta" support for python 3 # see https://www.mercurial-scm.org/wiki/Python3 --_----------=_156074959029530--