Received: by mail.netbsd.org (Postfix, from userid 605) id 249E584EE4; Mon, 30 Aug 2021 20:05:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5B5E384CDA for ; Mon, 30 Aug 2021 20:04:59 +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 fWtHE7dm5gMb for ; Mon, 30 Aug 2021 20:04:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C386984CEF for ; Mon, 30 Aug 2021 20:04:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BBEDAFA97; Mon, 30 Aug 2021 20:04:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1630353898157730" MIME-Version: 1.0 Date: Mon, 30 Aug 2021 20:04:58 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-hg-evolve To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210830200458.BBEDAFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1630353898157730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Aug 30 20:04:58 UTC 2021 Modified Files: pkgsrc/devel/py-hg-evolve: Makefile distinfo Log Message: py-hg-evolve: update to 10.3.3. This is a bugfix release. The most notable changes are: compatibility with Mercurial 5.9, and a bug that could lead to data loss when using evolve commands on a merge commit was fixed. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-hg-evolve/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-hg-evolve/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1630353898157730 Content-Disposition: inline Content-Length: 1879 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-hg-evolve/Makefile diff -u pkgsrc/devel/py-hg-evolve/Makefile:1.20 pkgsrc/devel/py-hg-evolve/Makefile:1.21 --- pkgsrc/devel/py-hg-evolve/Makefile:1.20 Thu Jul 15 12:40:38 2021 +++ pkgsrc/devel/py-hg-evolve/Makefile Mon Aug 30 20:04:57 2021 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2021/07/15 12:40:38 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2021/08/30 20:04:57 wiz Exp $ # # Release notes: # https://www.mercurial-scm.org/pipermail/evolve-testers/ -DISTNAME= hg-evolve-10.3.2 +DISTNAME= hg-evolve-10.3.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/post//} CATEGORIES= devel scm MASTER_SITES= ${MASTER_SITE_PYPI:=h/hg-evolve/} Index: pkgsrc/devel/py-hg-evolve/distinfo diff -u pkgsrc/devel/py-hg-evolve/distinfo:1.13 pkgsrc/devel/py-hg-evolve/distinfo:1.14 --- pkgsrc/devel/py-hg-evolve/distinfo:1.13 Thu Jul 15 12:40:38 2021 +++ pkgsrc/devel/py-hg-evolve/distinfo Mon Aug 30 20:04:57 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.13 2021/07/15 12:40:38 wiz Exp $ +$NetBSD: distinfo,v 1.14 2021/08/30 20:04:57 wiz Exp $ -SHA1 (hg-evolve-10.3.2.tar.gz) = e9fb13f380bff4874a916e1870e243ed0baf6396 -RMD160 (hg-evolve-10.3.2.tar.gz) = 9c9a2f28eec8c2a9acc08168c62ab201f0bc97f9 -SHA512 (hg-evolve-10.3.2.tar.gz) = 7bb24ae0b202a4009a7383dd4f2bc842ece218dd6d6f8f1ae2a19da37761a931e4ee0a476dbbf1fce1c2e8a2e6d4aae89c128f06d0ad004838423802b26cfb12 -Size (hg-evolve-10.3.2.tar.gz) = 849975 bytes +SHA1 (hg-evolve-10.3.3.tar.gz) = 12136d03f74015166b7670610cd24356c33a33d2 +RMD160 (hg-evolve-10.3.3.tar.gz) = fbb3141f6cbb919aa30ba5c5f69e4be3a9558cdb +SHA512 (hg-evolve-10.3.3.tar.gz) = f321bec25a876daf68058b1e3855457ff67c5cce58424b757e371e50f472ffd59c6d49c259b6ff7b7cffe3141ad91c0f9bc9d0030088deafa2cd38dd516d207b +Size (hg-evolve-10.3.3.tar.gz) = 850961 bytes SHA1 (patch-hgext3rd_evolve_obsexchange.py) = 12058a8f27c63b259dcc0ffaf77febafcdeeba46 --_----------=_1630353898157730--