pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-mercurial py-mercurial: update to 6.0.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/d6f235ca83aa
branches: trunk
changeset: 371967:d6f235ca83aa
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jan 16 23:51:14 2022 +0000
description:
py-mercurial: update to 6.0.1.
Changes not found.
diffstat:
devel/py-mercurial/Makefile | 9 +++------
devel/py-mercurial/PLIST | 3 ++-
devel/py-mercurial/distinfo | 8 ++++----
devel/py-mercurial/version.mk | 4 ++--
4 files changed, 11 insertions(+), 13 deletions(-)
diffs (70 lines):
diff -r 8b081af1e5dd -r d6f235ca83aa devel/py-mercurial/Makefile
--- a/devel/py-mercurial/Makefile Sun Jan 16 23:11:12 2022 +0000
+++ b/devel/py-mercurial/Makefile Sun Jan 16 23:51:14 2022 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.64 2022/01/04 20:53:17 wiz Exp $
+# $NetBSD: Makefile,v 1.65 2022/01/16 23:51:14 wiz Exp $
#
# Changelog sometimes at: https://www.mercurial-scm.org/wiki/WhatsNew
DISTNAME= mercurial-${VERSION}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= devel scm
MASTER_SITES= https://www.mercurial-scm.org/release/
@@ -28,13 +27,11 @@
.include "options.mk"
USE_TOOLS+= bash:test
-# Known test failures as of 6.0
+# Known test failures as of 6.0.1
# test-removeemptydirs.t
# https://bz.mercurial-scm.org/show_bug.cgi?id=6587
-# test-fix.t
-# https://phab.mercurial-scm.org/D11816
#
-# Ran 898 tests, 81 skipped, 2 failed.
+# Ran 899 tests, 81 skipped, 1 failed.
TEST_TARGET= tests
TEST_MAKE_FLAGS+= PYTHON=${PYTHONBIN} TESTFLAGS=${_MAKE_JOBS:Q}
diff -r 8b081af1e5dd -r d6f235ca83aa devel/py-mercurial/PLIST
--- a/devel/py-mercurial/PLIST Sun Jan 16 23:11:12 2022 +0000
+++ b/devel/py-mercurial/PLIST Sun Jan 16 23:51:14 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.38 2022/01/01 17:33:02 wiz Exp $
+@comment $NetBSD: PLIST,v 1.39 2022/01/16 23:51:14 wiz Exp $
bin/hg
${PYSITELIB}/hgdemandimport/__init__.py
${PYSITELIB}/hgdemandimport/__init__.pyc
@@ -711,6 +711,7 @@
${PYSITELIB}/mercurial/helptext/pager.txt
${PYSITELIB}/mercurial/helptext/patterns.txt
${PYSITELIB}/mercurial/helptext/phases.txt
+${PYSITELIB}/mercurial/helptext/rust.txt
${PYSITELIB}/mercurial/helptext/revisions.txt
${PYSITELIB}/mercurial/helptext/scripting.txt
${PYSITELIB}/mercurial/helptext/subrepos.txt
diff -r 8b081af1e5dd -r d6f235ca83aa devel/py-mercurial/distinfo
--- a/devel/py-mercurial/distinfo Sun Jan 16 23:11:12 2022 +0000
+++ b/devel/py-mercurial/distinfo Sun Jan 16 23:51:14 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.111 2021/11/28 10:36:14 wiz Exp $
+$NetBSD: distinfo,v 1.112 2022/01/16 23:51:14 wiz Exp $
-BLAKE2s (mercurial-6.0.tar.gz) = 0f607d864974a17c9ad672d74c90d27767dc09b114b2e9e261c2a390ecae739b
-SHA512 (mercurial-6.0.tar.gz) = 342440af75b8e48b75ca604ee4f81298b652413a07f84cb475d9ed3c875a8b69bc22289c2a22d6f07c7bc54fdb1bc25a51a179eb9dcdc299b85fdd0fa4827dad
-Size (mercurial-6.0.tar.gz) = 8137797 bytes
+BLAKE2s (mercurial-6.0.1.tar.gz) = 369fbf489af1aea5e6bda1ebf83dadb7b92c854c9b4a7d528ebf257e5f212a78
+SHA512 (mercurial-6.0.1.tar.gz) = dae18c38e7df001177867ed9cb1c9cea6f25fff6c23fd307c56c89bba0e4641d6cf993aabefe1fcb6ab99bd32732b858411f722bea839690fbc04c0a91c1dc53
+Size (mercurial-6.0.1.tar.gz) = 8072365 bytes
diff -r 8b081af1e5dd -r d6f235ca83aa devel/py-mercurial/version.mk
--- a/devel/py-mercurial/version.mk Sun Jan 16 23:11:12 2022 +0000
+++ b/devel/py-mercurial/version.mk Sun Jan 16 23:51:14 2022 +0000
@@ -1,3 +1,3 @@
-# $NetBSD: version.mk,v 1.29 2021/11/28 10:36:14 wiz Exp $
+# $NetBSD: version.mk,v 1.30 2022/01/16 23:51:14 wiz Exp $
-VERSION= 6.0
+VERSION= 6.0.1
Home |
Main Index |
Thread Index |
Old Index