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:           Tue May 10 07:07:29 UTC 2022

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

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

This is a bugfix release. The most notable changes are: more work on
fixup command that was introduced in the previous release, and a couple
of bug fixes. Evolve is no longer confused when trying to select the
latest successor in cases where a changeset was split and its child was
pruned, see https://bz.mercurial-scm.org/show_bug.cgi?id=6648. Evolve
with --dry-run flag used to update working directory in certain cases,
see https://bz.mercurial-scm.org/show_bug.cgi?id=6669, this was fixed.
There are also changes that should help Debian package maintainers; e.g.
it's now possible to use system cbor instead of the one we vendor.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/py-hg-evolve/Makefile
cvs rdiff -u -r1.19 -r1.20 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.29 pkgsrc/devel/py-hg-evolve/Makefile:1.30
--- pkgsrc/devel/py-hg-evolve/Makefile:1.29     Tue Mar  8 11:06:36 2022
+++ pkgsrc/devel/py-hg-evolve/Makefile  Tue May 10 07:07:28 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.29 2022/03/08 11:06:36 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2022/05/10 07:07:28 wiz Exp $
 #
 # Release notes:
 # https://www.mercurial-scm.org/pipermail/evolve-testers/
 
-DISTNAME=      hg-evolve-10.5.0
+DISTNAME=      hg-evolve-10.5.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.19 pkgsrc/devel/py-hg-evolve/distinfo:1.20
--- pkgsrc/devel/py-hg-evolve/distinfo:1.19     Tue Mar  8 11:06:36 2022
+++ pkgsrc/devel/py-hg-evolve/distinfo  Tue May 10 07:07:28 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2022/03/08 11:06:36 wiz Exp $
+$NetBSD: distinfo,v 1.20 2022/05/10 07:07:28 wiz Exp $
 
-BLAKE2s (hg-evolve-10.5.0.tar.gz) = c667d2f6e872112904626154baa30c4548aad3eeffe3987d5aa5d8f78f8f8be1
-SHA512 (hg-evolve-10.5.0.tar.gz) = 6353b1922d6e545f92760828d5e7a521b5cd1bc24fbbe7357b45586dafc510229882681941d4492ebc4db1f54eee68ba7c64d3ddc33c9908f21afc0b40adc508
-Size (hg-evolve-10.5.0.tar.gz) = 845049 bytes
+BLAKE2s (hg-evolve-10.5.1.tar.gz) = 39b5400a93123d2ebcd7c4aaab06655bf16b2149e3a2b8b72466783d9f8589ba
+SHA512 (hg-evolve-10.5.1.tar.gz) = 441f3e7f8f8be84b476e5a44a617e4318ba444d172cfa91b91c75fbdf231a79c6049a6215709da952a253341bee4c8526cbf724d13ce856ba5d221ff0880a63f
+Size (hg-evolve-10.5.1.tar.gz) = 845734 bytes
 SHA1 (patch-hgext3rd_evolve_obsexchange.py) = 12058a8f27c63b259dcc0ffaf77febafcdeeba46



Home | Main Index | Thread Index | Old Index