pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-hg-evolve



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct 28 11:47:55 UTC 2021

Modified Files:
        pkgsrc/devel/py-hg-evolve: Makefile distinfo

Log Message:
py-hg-evolve: update to 10.4.0.

This is a feature release. The most notable changes are: evolve
will now produce the same result regardless of revision numbers
when resolving content-divergence; an annoying topic bug that
sometimes prevented various history-rewriting commands from completing
with a KeyError was fixed. See
https://bz.mercurial-scm.org/show_bug.cgi?id=6500 for details. Also
compatibility with Mercurial 4.6 was dropped in this release.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-hg-evolve/Makefile
cvs rdiff -u -r1.16 -r1.17 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.

Modified files:

Index: pkgsrc/devel/py-hg-evolve/Makefile
diff -u pkgsrc/devel/py-hg-evolve/Makefile:1.21 pkgsrc/devel/py-hg-evolve/Makefile:1.22
--- pkgsrc/devel/py-hg-evolve/Makefile:1.21     Mon Aug 30 20:04:57 2021
+++ pkgsrc/devel/py-hg-evolve/Makefile  Thu Oct 28 11:47:55 2021
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.21 2021/08/30 20:04:57 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2021/10/28 11:47:55 wiz Exp $
 #
 # Release notes:
 # https://www.mercurial-scm.org/pipermail/evolve-testers/
 
-DISTNAME=      hg-evolve-10.3.3
+DISTNAME=      hg-evolve-10.4.0
 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.16 pkgsrc/devel/py-hg-evolve/distinfo:1.17
--- pkgsrc/devel/py-hg-evolve/distinfo:1.16     Tue Oct 26 10:18:32 2021
+++ pkgsrc/devel/py-hg-evolve/distinfo  Thu Oct 28 11:47:55 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2021/10/26 10:18:32 nia Exp $
+$NetBSD: distinfo,v 1.17 2021/10/28 11:47:55 wiz Exp $
 
-BLAKE2s (hg-evolve-10.3.3.tar.gz) = 35fe9c551452de547130e33864d36d69da0b3a0078162788cab21bf3ffb8f814
-SHA512 (hg-evolve-10.3.3.tar.gz) = f321bec25a876daf68058b1e3855457ff67c5cce58424b757e371e50f472ffd59c6d49c259b6ff7b7cffe3141ad91c0f9bc9d0030088deafa2cd38dd516d207b
-Size (hg-evolve-10.3.3.tar.gz) = 850961 bytes
+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
 SHA1 (patch-hgext3rd_evolve_obsexchange.py) = 12058a8f27c63b259dcc0ffaf77febafcdeeba46



Home | Main Index | Thread Index | Old Index