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 Jul 15 12:40:38 UTC 2021

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

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

This is a bugfix release. The most notable changes are: previously
changing topic of a merge commit could lose some file changes, this has
been now fixed, and `experimental.topic.publish-bare-branch` and
`experimental.auto-publish` config options should now interact with
each other correctly. To see more information about these experimental
config options, try `hg help -e evolve` and `hg help -e topic`.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-hg-evolve/Makefile
cvs rdiff -u -r1.12 -r1.13 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.19 pkgsrc/devel/py-hg-evolve/Makefile:1.20
--- pkgsrc/devel/py-hg-evolve/Makefile:1.19     Thu May 20 09:34:46 2021
+++ pkgsrc/devel/py-hg-evolve/Makefile  Thu Jul 15 12:40:38 2021
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2021/05/20 09:34:46 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2021/07/15 12:40:38 wiz Exp $
 #
 # Release notes:
 # https://www.mercurial-scm.org/pipermail/evolve-testers/
 
-DISTNAME=      hg-evolve-10.3.1
+DISTNAME=      hg-evolve-10.3.2
 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.12 pkgsrc/devel/py-hg-evolve/distinfo:1.13
--- pkgsrc/devel/py-hg-evolve/distinfo:1.12     Thu May 20 09:33:51 2021
+++ pkgsrc/devel/py-hg-evolve/distinfo  Thu Jul 15 12:40:38 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.12 2021/05/20 09:33:51 wiz Exp $
+$NetBSD: distinfo,v 1.13 2021/07/15 12:40:38 wiz Exp $
 
-SHA1 (hg-evolve-10.3.1.tar.gz) = 6460918716d0c7d3ef02260830964a6d43af1881
-RMD160 (hg-evolve-10.3.1.tar.gz) = d3b0f7a9092d4081b9ab7fb1583ed18e4ea6f5b5
-SHA512 (hg-evolve-10.3.1.tar.gz) = 832b5f051ec0be94df406ec9899f6fb122a1799b0da4647d720889849373471f5541de45895b77e61f9e7d3888e22db31ecc9b79bbb43651e94863c88c1c4fed
-Size (hg-evolve-10.3.1.tar.gz) = 848245 bytes
+SHA1 (hg-evolve-10.3.2.tar.gz) = e9fb13f380bff4874a916e1870e243ed0baf6396
+RMD160 (hg-evolve-10.3.2.tar.gz) = 9c9a2f28eec8c2a9acc08168c62ab201f0bc97f9
+SHA512 (hg-evolve-10.3.2.tar.gz) = 7bb24ae0b202a4009a7383dd4f2bc842ece218dd6d6f8f1ae2a19da37761a931e4ee0a476dbbf1fce1c2e8a2e6d4aae89c128f06d0ad004838423802b26cfb12
+Size (hg-evolve-10.3.2.tar.gz) = 849975 bytes
 SHA1 (patch-hgext3rd_evolve_obsexchange.py) = 12058a8f27c63b259dcc0ffaf77febafcdeeba46



Home | Main Index | Thread Index | Old Index