Sat May 22 23:11:31 2021 UTC ()
py-mercurial: remove obsolete feature patch

Ok joerg@

Bump PKGREVISION.


(wiz)
diff -r1.54 -r1.55 pkgsrc/devel/py-mercurial/Makefile
diff -r1.102 -r1.103 pkgsrc/devel/py-mercurial/distinfo
diff -r1.1 -r0 pkgsrc/devel/py-mercurial/patches/patch-D8574

cvs diff -r1.54 -r1.55 pkgsrc/devel/py-mercurial/Makefile (expand / switch to context diff)
--- pkgsrc/devel/py-mercurial/Makefile 2021/05/20 09:08:27 1.54
+++ pkgsrc/devel/py-mercurial/Makefile 2021/05/22 23:11:31 1.55
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.54 2021/05/20 09:08:27 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2021/05/22 23:11:31 wiz Exp $
 #
 # Changelog sometimes at: https://www.mercurial-scm.org/wiki/WhatsNew
 
 DISTNAME=	mercurial-${VERSION}
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=	1
 CATEGORIES=	devel scm
 MASTER_SITES=	https://www.mercurial-scm.org/release/
 
@@ -34,10 +35,8 @@
 # Known test failures as of 5.8
 # test-persistent-nodemap.t
 # https://bz.mercurial-scm.org/show_bug.cgi?id=6523
-# test-reject_new_heads.t
-# https://bz.mercurial-scm.org/show_bug.cgi?id=6524
 #
-# Ran 878 tests, 81 skipped, 2 failed.
+# Ran 878 tests, 81 skipped, 1 failed.
 
 TEST_TARGET=		tests
 TEST_MAKE_FLAGS+=	PYTHON=${PYTHONBIN} TESTFLAGS=${_MAKE_JOBS:Q}

cvs diff -r1.102 -r1.103 pkgsrc/devel/py-mercurial/distinfo (expand / switch to context diff)
--- pkgsrc/devel/py-mercurial/distinfo 2021/05/20 09:08:27 1.102
+++ pkgsrc/devel/py-mercurial/distinfo 2021/05/22 23:11:31 1.103
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.102 2021/05/20 09:08:27 wiz Exp $
+$NetBSD: distinfo,v 1.103 2021/05/22 23:11:31 wiz Exp $
 
 SHA1 (mercurial-5.8.tar.gz) = 7ce13257550f9d22d483b42420ecf84b1b9ac3f4
 RMD160 (mercurial-5.8.tar.gz) = fb6b7aaab30c4d82b0a04df51e5899d4acb3e4fe
 SHA512 (mercurial-5.8.tar.gz) = 79eec3a468a1826d4910d140797f26f281ff5e5fb9a0e09656d458577e05cf11ac6032c0d282aeec2996edbd7af954652c97097ea4485b211dad7424c4d20979
 Size (mercurial-5.8.tar.gz) = 7985326 bytes
-SHA1 (patch-D8574) = 56cecc1c83558803186e84d90ef67b4dce68f8e9

File Deleted: pkgsrc/devel/py-mercurial/patches/Attic/patch-D8574