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.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1b4dd77c302
branches:  trunk
changeset: 375180:e1b4dd77c302
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Mar 08 11:06:36 2022 +0000

description:
py-hg-evolve: update to 10.5.0.

This is a feature release. The most notable changes are: a new
command:  fixup, which is used to add changes from the working
directory to an arbitrary revision. An issue with histedit not
preserving topics in certain situations was also fixed, see
https://bz.mercurial-scm.org/show_bug.cgi?id=6550. Evolve is now
compatible with the upcoming Mercurial 6.1, which includes head
computation code that is obsolescence-aware (adapted from the evolve
extension). With an up-to-date client and server you should expect
hg push to take much less time. Also compatibility with Mercurial
4.7 was dropped in this release.

diffstat:

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

diffs (31 lines):

diff -r c181aa3d5886 -r e1b4dd77c302 devel/py-hg-evolve/Makefile
--- a/devel/py-hg-evolve/Makefile       Tue Mar 08 11:05:19 2022 +0000
+++ b/devel/py-hg-evolve/Makefile       Tue Mar 08 11:06:36 2022 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.28 2022/01/09 11:58:14 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2022/03/08 11:06:36 wiz Exp $
 #
 # Release notes:
 # https://www.mercurial-scm.org/pipermail/evolve-testers/
 
-DISTNAME=      hg-evolve-10.4.1
+DISTNAME=      hg-evolve-10.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/post//}
-PKGREVISION=   2
 CATEGORIES=    devel scm
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hg-evolve/}
 
diff -r c181aa3d5886 -r e1b4dd77c302 devel/py-hg-evolve/distinfo
--- a/devel/py-hg-evolve/distinfo       Tue Mar 08 11:05:19 2022 +0000
+++ b/devel/py-hg-evolve/distinfo       Tue Mar 08 11:06:36 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2021/11/28 10:37:19 wiz Exp $
+$NetBSD: distinfo,v 1.19 2022/03/08 11:06:36 wiz Exp $
 
-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
+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
 SHA1 (patch-hgext3rd_evolve_obsexchange.py) = 12058a8f27c63b259dcc0ffaf77febafcdeeba46



Home | Main Index | Thread Index | Old Index