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:           Sun Jun  9 21:10:55 UTC 2024

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

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

11.1.3 -- 2024-04-12
--------------------

topic (1.1.3)

  * topic namespaces: add hg debug-default-topic-namespace command that can
    list changesets with problematic topic namespaces (i.e. "none" and
    "default") and rewrite them

  * topic namespaces: new experimental.tns-reject-push config to make servers
    reject pushes that contain changesets with any topic namespace in commit
    extras

  * topic namespaces: slightly change .hg/topic-namespace cleanup code to be
    executed on acquiring a wlock instead of on reading .hg/topic-namespace


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/py-hg-evolve/Makefile
cvs rdiff -u -r1.29 -r1.30 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.42 pkgsrc/devel/py-hg-evolve/Makefile:1.43
--- pkgsrc/devel/py-hg-evolve/Makefile:1.42     Sun Mar 17 15:13:00 2024
+++ pkgsrc/devel/py-hg-evolve/Makefile  Sun Jun  9 21:10:55 2024
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.42 2024/03/17 15:13:00 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2024/06/09 21:10:55 wiz Exp $
 #
 # Release notes:
 # https://lists.mercurial-scm.org/pipermail/mercurial/
 
-DISTNAME=      hg-evolve-11.1.2
+DISTNAME=      hg-evolve-11.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel scm
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hg-evolve/}
@@ -26,13 +26,13 @@ post-install:
        rm -f ${DESTDIR}${PREFIX}/${PYSITELIB}/hgext3rd/__init__.py*
        rm -f ${DESTDIR}${PREFIX}/${PYSITELIB}/hgext3rd/__pycache__/__init__.*
 
-# Test status as of 11.1.0
+# Test status as of 11.1.3
 # Failed test-amend.t: output changed
 # Failed test-check-compat-strings.t: output changed
 # Failed test-check-sdist.t: output changed
 # Failed test-evolve-content-divergent-case-A2.t: output changed
 # Failed test-version-install.t: output changed
-# Ran 230 tests, 6 skipped, 5 failed.
+# Ran 233 tests, 6 skipped, 5 failed.
 
 .if 0
 HG_WRKSRC=     cd ../py-mercurial && ${MAKE} show-var VARNAME=WRKSRC

Index: pkgsrc/devel/py-hg-evolve/distinfo
diff -u pkgsrc/devel/py-hg-evolve/distinfo:1.29 pkgsrc/devel/py-hg-evolve/distinfo:1.30
--- pkgsrc/devel/py-hg-evolve/distinfo:1.29     Sun Mar 17 15:13:00 2024
+++ pkgsrc/devel/py-hg-evolve/distinfo  Sun Jun  9 21:10:55 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2024/03/17 15:13:00 wiz Exp $
+$NetBSD: distinfo,v 1.30 2024/06/09 21:10:55 wiz Exp $
 
-BLAKE2s (hg-evolve-11.1.2.tar.gz) = 7b65cfd1722bffa22cfb1683454f3d6cc8a6c7a27277a5f193dc06e0f0dfcbf6
-SHA512 (hg-evolve-11.1.2.tar.gz) = 6074f261157690610e834440c58f92f08ed78c7f55c0d3c2523aaa6ab83772a19ba2c171568527f09e1221d418cb3d294b31960bb52ead0d9d1398eef5e9d079
-Size (hg-evolve-11.1.2.tar.gz) = 860623 bytes
+BLAKE2s (hg-evolve-11.1.3.tar.gz) = 67748be857d049f2249c6ab43877378296b596b55914273ce2720c5e57f5a4e0
+SHA512 (hg-evolve-11.1.3.tar.gz) = 6ea17c633df60b138203f1d3bfebe9f1c0eea914591bc779efda61010604dd98a8d7b39995b6160fe40d651d2236badf13b1e4c5001561f50309886dfa1afddb
+Size (hg-evolve-11.1.3.tar.gz) = 860995 bytes



Home | Main Index | Thread Index | Old Index