Sun May 7 11:57:40 2023 UTC ()
py-mercurial: update to 6.4.3.

Mercurial 6.4.3

    chg: declare environ (issue6812)
    chg: set CHGHG before connecting to command server
    delta-find: never do anything fancy when general delta is off
    delta-find: add a simple safeguard to prevent bad non-general-delta
    debug-delta: add minimal documentation for devel.bundle-delta option
    fix: highlight the required configuration and behavior of the fixer tools
    rhg: don't print copy source when --no-status is passed
    rhg: correctly relativize copy source path
    repo-upgrade: write new requirement before upgrading the dirstate
    backup: fix issue when the backup end up in a different directory


(wiz)
diff -r1.82 -r1.83 pkgsrc/devel/py-mercurial/Makefile
diff -r1.130 -r1.131 pkgsrc/devel/py-mercurial/distinfo
diff -r1.47 -r1.48 pkgsrc/devel/py-mercurial/version.mk

cvs diff -r1.82 -r1.83 pkgsrc/devel/py-mercurial/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-mercurial/Makefile 2023/04/23 08:39:15 1.82
+++ pkgsrc/devel/py-mercurial/Makefile 2023/05/07 11:57:39 1.83
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.82 2023/04/23 08:39:15 wiz Exp $ 1# $NetBSD: Makefile,v 1.83 2023/05/07 11:57:39 wiz Exp $
2# 2#
3# Changelog sometimes at: https://www.mercurial-scm.org/wiki/WhatsNew 3# Changelog sometimes at: https://www.mercurial-scm.org/wiki/WhatsNew
4 4
5DISTNAME= mercurial-${VERSION} 5DISTNAME= mercurial-${VERSION}
6PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 6PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
7CATEGORIES= devel scm 7CATEGORIES= devel scm
8MASTER_SITES= https://www.mercurial-scm.org/release/ 8MASTER_SITES= https://www.mercurial-scm.org/release/
9 9
10MAINTAINER= wiz@NetBSD.org 10MAINTAINER= wiz@NetBSD.org
11HOMEPAGE= https://www.mercurial-scm.org/ 11HOMEPAGE= https://www.mercurial-scm.org/
12COMMENT= Fast, lightweight source control management system 12COMMENT= Fast, lightweight source control management system
13LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer 13LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer
14 14
@@ -19,39 +19,39 @@ DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:.. @@ -19,39 +19,39 @@ DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:..
19TEST_DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 19TEST_DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
20 20
21USE_TOOLS+= gmake msgfmt 21USE_TOOLS+= gmake msgfmt
22 22
23INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 23INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
24INSTALLATION_DIRS+= share/doc/mercurial 24INSTALLATION_DIRS+= share/doc/mercurial
25 25
26PYTHON_VERSIONS_INCOMPATIBLE= 27 26PYTHON_VERSIONS_INCOMPATIBLE= 27
27PYTHON_SELF_CONFLICT= yes 27PYTHON_SELF_CONFLICT= yes
28 28
29.include "version.mk" 29.include "version.mk"
30 30
31USE_TOOLS+= bash:test 31USE_TOOLS+= bash:test
32# Known test failures as of 6.4.2 32# Known test failures as of 6.4.3
33# test-remotefilelog-gc.t 33# test-remotefilelog-gc.t
34# https://bz.mercurial-scm.org/show_bug.cgi?id=6783 34# https://bz.mercurial-scm.org/show_bug.cgi?id=6783
35# test-push-cgi.t, test-oldcgi.t, test-newcgi.t, test-newercgi.t, test-clone-cgi.t 35# test-push-cgi.t, test-oldcgi.t, test-newcgi.t, test-newercgi.t, test-clone-cgi.t
36# https://bz.mercurial-scm.org/show_bug.cgi?id=6784 36# https://bz.mercurial-scm.org/show_bug.cgi?id=6784
37# test-patchbomb-tls.t: 37# test-patchbomb-tls.t:
38# https://bz.mercurial-scm.org/show_bug.cgi?id=6727 38# https://bz.mercurial-scm.org/show_bug.cgi?id=6727
39# test-demandimport.py 39# test-demandimport.py
40# https://bz.mercurial-scm.org/show_bug.cgi?id=6786 40# https://bz.mercurial-scm.org/show_bug.cgi?id=6786
41# test-revlog-delta-find.t 41# test-revlog-delta-find.t
42# https://bz.mercurial-scm.org/show_bug.cgi?id=6808 42# https://bz.mercurial-scm.org/show_bug.cgi?id=6808
43# (fixed in pkgsrc) 43# (fixed in pkgsrc)
44# 44#
45# Ran 920 tests, 82 skipped, 8 failed. 45# Ran 921 tests, 82 skipped, 8 failed.
46 46
47TEST_TARGET= tests 47TEST_TARGET= tests
48TEST_MAKE_FLAGS+= PYTHON=${PYTHONBIN} TESTFLAGS=${_MAKE_JOBS:Q} 48TEST_MAKE_FLAGS+= PYTHON=${PYTHONBIN} TESTFLAGS=${_MAKE_JOBS:Q}
49 49
50post-install: 50post-install:
51 ${INSTALL_DATA} ${WRKSRC}/doc/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 51 ${INSTALL_DATA} ${WRKSRC}/doc/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
52 ${INSTALL_DATA} ${WRKSRC}/doc/*.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5 52 ${INSTALL_DATA} ${WRKSRC}/doc/*.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
53 ${INSTALL_DATA} ${WRKSRC}/README.rst \ 53 ${INSTALL_DATA} ${WRKSRC}/README.rst \
54 ${DESTDIR}${PREFIX}/share/doc/mercurial 54 ${DESTDIR}${PREFIX}/share/doc/mercurial
55 55
56.include "../../lang/python/egg.mk" 56.include "../../lang/python/egg.mk"
57.include "../../mk/bsd.pkg.mk" 57.include "../../mk/bsd.pkg.mk"

cvs diff -r1.130 -r1.131 pkgsrc/devel/py-mercurial/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-mercurial/distinfo 2023/04/23 08:39:15 1.130
+++ pkgsrc/devel/py-mercurial/distinfo 2023/05/07 11:57:39 1.131
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.130 2023/04/23 08:39:15 wiz Exp $ 1$NetBSD: distinfo,v 1.131 2023/05/07 11:57:39 wiz Exp $
2 2
3BLAKE2s (mercurial-6.4.2.tar.gz) = dc49f52a42a7b3068daedee652a332ef233382e065f72b1635cd63d2117283ff 3BLAKE2s (mercurial-6.4.3.tar.gz) = 0dd06d30bbaeebbd96c61e577ab3a35e4fbbfb8a356709e56b4ebe434aef4aab
4SHA512 (mercurial-6.4.2.tar.gz) = 6a64ec31ecf60d1fe8ffeee40293302a69583d29969b7344b9b4c186c8086078b13b2983db1cf12711fefb150aac80c95b5f35898d3d767fd81a3cd7791c0882 4SHA512 (mercurial-6.4.3.tar.gz) = f212558ef3f60f32d8da05dbe47c64d59cfc7cd69718237452567b2c92cc2d0778bc49b9096e9613b8cc7f99da409f95360d07a57818e7626cb633ee03e1c749
5Size (mercurial-6.4.2.tar.gz) = 8172574 bytes 5Size (mercurial-6.4.3.tar.gz) = 8177396 bytes
6SHA1 (patch-tests_test-revlog-delta-find.t) = 4af19d6ece17d0aa12ce504fcdd1662812d993cb 6SHA1 (patch-tests_test-revlog-delta-find.t) = 4af19d6ece17d0aa12ce504fcdd1662812d993cb

cvs diff -r1.47 -r1.48 pkgsrc/devel/py-mercurial/version.mk (expand / switch to unified diff)

--- pkgsrc/devel/py-mercurial/version.mk 2023/04/23 08:39:15 1.47
+++ pkgsrc/devel/py-mercurial/version.mk 2023/05/07 11:57:40 1.48
@@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
1# $NetBSD: version.mk,v 1.47 2023/04/23 08:39:15 wiz Exp $ 1# $NetBSD: version.mk,v 1.48 2023/05/07 11:57:40 wiz Exp $
2 2
3VERSION= 6.4.2 3VERSION= 6.4.3