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 Mar  8 11:06:36 UTC 2022

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-hg-evolve/Makefile
cvs rdiff -u -r1.18 -r1.19 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.28 pkgsrc/devel/py-hg-evolve/Makefile:1.29
--- pkgsrc/devel/py-hg-evolve/Makefile:1.28     Sun Jan  9 11:58:14 2022
+++ pkgsrc/devel/py-hg-evolve/Makefile  Tue Mar  8 11:06:36 2022
@@ -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/}
 

Index: pkgsrc/devel/py-hg-evolve/distinfo
diff -u pkgsrc/devel/py-hg-evolve/distinfo:1.18 pkgsrc/devel/py-hg-evolve/distinfo:1.19
--- pkgsrc/devel/py-hg-evolve/distinfo:1.18     Sun Nov 28 10:37:19 2021
+++ pkgsrc/devel/py-hg-evolve/distinfo  Tue Mar  8 11:06:36 2022
@@ -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