pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-hg-evolve py-hg-evolve: update to 10.5.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4def20de6bf
branches:  trunk
changeset: 378981:b4def20de6bf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue May 10 07:07:28 2022 +0000

description:
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.

diffstat:

 devel/py-hg-evolve/Makefile |  4 ++--
 devel/py-hg-evolve/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r 12cf6948ba08 -r b4def20de6bf devel/py-hg-evolve/Makefile
--- a/devel/py-hg-evolve/Makefile       Tue May 10 07:06:19 2022 +0000
+++ b/devel/py-hg-evolve/Makefile       Tue May 10 07:07:28 2022 +0000
@@ -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/}
diff -r 12cf6948ba08 -r b4def20de6bf devel/py-hg-evolve/distinfo
--- a/devel/py-hg-evolve/distinfo       Tue May 10 07:06:19 2022 +0000
+++ b/devel/py-hg-evolve/distinfo       Tue May 10 07:07:28 2022 +0000
@@ -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