Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_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 1F1AA1A9239 for ; Sun, 28 Nov 2021 10:37:22 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 55C7784ED8; Sun, 28 Nov 2021 10:37:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 906D184ED7 for ; Sun, 28 Nov 2021 10:37:20 +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 dFJkA2zS7I3d for ; Sun, 28 Nov 2021 10:37:20 +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 0E34284ED4 for ; Sun, 28 Nov 2021 10:37:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0BA31FAEC; Sun, 28 Nov 2021 10:37:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1638095840287820" MIME-Version: 1.0 Date: Sun, 28 Nov 2021 10:37:20 +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: <20211128103720.0BA31FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1638095840287820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Nov 28 10:37:19 UTC 2021 Modified Files: pkgsrc/devel/py-hg-evolve: Makefile distinfo Log Message: py-hg-evolve: update to 10.4.1. This is a maintenance release. It introduces compatibility with the upcoming Mercurial 6.0 and a couple of documentation improvements. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-hg-evolve/Makefile cvs rdiff -u -r1.17 -r1.18 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. --_----------=_1638095840287820 Content-Disposition: inline Content-Length: 1779 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.22 pkgsrc/devel/py-hg-evolve/Makefile:1.23 --- pkgsrc/devel/py-hg-evolve/Makefile:1.22 Thu Oct 28 11:47:55 2021 +++ pkgsrc/devel/py-hg-evolve/Makefile Sun Nov 28 10:37:19 2021 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.22 2021/10/28 11:47:55 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2021/11/28 10:37:19 wiz Exp $ # # Release notes: # https://www.mercurial-scm.org/pipermail/evolve-testers/ -DISTNAME= hg-evolve-10.4.0 +DISTNAME= hg-evolve-10.4.1 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.17 pkgsrc/devel/py-hg-evolve/distinfo:1.18 --- pkgsrc/devel/py-hg-evolve/distinfo:1.17 Thu Oct 28 11:47:55 2021 +++ pkgsrc/devel/py-hg-evolve/distinfo Sun Nov 28 10:37:19 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2021/10/28 11:47:55 wiz Exp $ +$NetBSD: distinfo,v 1.18 2021/11/28 10:37:19 wiz Exp $ -BLAKE2s (hg-evolve-10.4.0.tar.gz) = 4e8b21de1d73cada3606b847a31b8cb42503633cdd8fbcc5e2fc77df63da0ac1 -SHA512 (hg-evolve-10.4.0.tar.gz) = 955e6f6c58cc29e00f6e3262d3dd7096290aa61826f4c4d70a181e24a3cbfc1ee7801b28000b168e4fe36208f46f826b07800270c73c650cf16fcffd48b19355 -Size (hg-evolve-10.4.0.tar.gz) = 853676 bytes +BLAKE2s (hg-evolve-10.4.1.tar.gz) = f893696adbac7903c18ff80999626f128e3c5603e0b58b12d60f82dad80e09da +SHA512 (hg-evolve-10.4.1.tar.gz) = f58a79fca81cd4c42442604071a24e6c84ca0225754cfe6a941412cb78ef600e54ff0f78b545b167c7122b17d6f8dcca2c19e7f39e46ab9ab6cba36a007f92f8 +Size (hg-evolve-10.4.1.tar.gz) = 838444 bytes SHA1 (patch-hgext3rd_evolve_obsexchange.py) = 12058a8f27c63b259dcc0ffaf77febafcdeeba46 --_----------=_1638095840287820--