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.2.2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/459d92e8e29f
branches: trunk
changeset: 385019:459d92e8e29f
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Sep 09 17:24:40 2022 +0000
description:
py-mercurial: update to 6.2.2.
Mercurial 6.2.2
fsmonitor: restore functionality by moving to new dirstate APIs
dirstate-v2: fix data file transaction handling (issue6730)
rust: fix behavior when matching files with multiple includes
rust: widen range of compatible crates to help with packaging
rust-status: ignored directories are now correctly only listed if opted into
automation: improve Windows packaging tooling
contrib: update Mercurial install in bootstrap environment
Remove flakiness in some tests
Improve portability of certain tar uses in tests
diffstat:
devel/py-mercurial/Makefile | 13 ++++++++-----
devel/py-mercurial/distinfo | 8 ++++----
devel/py-mercurial/version.mk | 4 ++--
3 files changed, 14 insertions(+), 11 deletions(-)
diffs (64 lines):
diff -r ed2944a62843 -r 459d92e8e29f devel/py-mercurial/Makefile
--- a/devel/py-mercurial/Makefile Fri Sep 09 16:21:27 2022 +0000
+++ b/devel/py-mercurial/Makefile Fri Sep 09 17:24:40 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2022/07/17 09:51:33 wiz Exp $
+# $NetBSD: Makefile,v 1.74 2022/09/09 17:24:40 wiz Exp $
#
# Changelog sometimes at: https://www.mercurial-scm.org/wiki/WhatsNew
@@ -30,25 +30,28 @@
.include "options.mk"
USE_TOOLS+= bash:test
-# Known test failures as of 6.2
+# Known test failures as of 6.2.2
# test-run-tests.t
# https://bz.mercurial-scm.org/show_bug.cgi?id=6661
# test-http-bad-server.t
# https://bz.mercurial-scm.org/show_bug.cgi?id=6643
# test-https.t
# https://bz.mercurial-scm.org/show_bug.cgi?id=6726
+# test-issue6528.t
+# test-revlog.t
+# https://bz.mercurial-scm.org/show_bug.cgi?id=6740
+# test-hgrc.t
+# https://bz.mercurial-scm.org/show_bug.cgi?id=6741
# test-removeemptydirs.t
# https://bz.mercurial-scm.org/show_bug.cgi?id=6587
# test-status-tracked-key.t
# https://bz.mercurial-scm.org/show_bug.cgi?id=6662
-# test-revlog.t
-# https://bz.mercurial-scm.org/show_bug.cgi?id=6716
# test-patchbomb-tls.t:
# https://bz.mercurial-scm.org/show_bug.cgi?id=6727
# test-demandimport.py:
# https://bz.mercurial-scm.org/show_bug.cgi?id=6680
#
-# Ran 889 tests, 83 skipped, 8 failed.
+# Ran 890 tests, 83 skipped, 10 failed.
TEST_TARGET= tests
TEST_MAKE_FLAGS+= PYTHON=${PYTHONBIN} TESTFLAGS=${_MAKE_JOBS:Q}
diff -r ed2944a62843 -r 459d92e8e29f devel/py-mercurial/distinfo
--- a/devel/py-mercurial/distinfo Fri Sep 09 16:21:27 2022 +0000
+++ b/devel/py-mercurial/distinfo Fri Sep 09 17:24:40 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.121 2022/07/31 10:50:11 wiz Exp $
+$NetBSD: distinfo,v 1.122 2022/09/09 17:24:40 wiz Exp $
-BLAKE2s (mercurial-6.2.1.tar.gz) = fd0eed715a16d8dc2f13568136c410b930d97f313e5817a7cbf55dffa6d75222
-SHA512 (mercurial-6.2.1.tar.gz) = 4fd383870e5e5e684d4a74eef461c5b5fbf3c2fb1b62696edeadd3870ca5de1f7dfc9d2fc86a5022c36486640520ab0c8c23e099e08a38497b8345149b2aff37
-Size (mercurial-6.2.1.tar.gz) = 8055451 bytes
+BLAKE2s (mercurial-6.2.2.tar.gz) = a9f19be96cf0cc332fbb3722c404e70efe7f94f1a8fbbd5279dc3fa91915f727
+SHA512 (mercurial-6.2.2.tar.gz) = b5a89588146b58c8552c20f24a472098c6fbb9863c59571d0e70b1d4cc5ea6d4a29e9660a26dfc87aa5124df9b65182a7c65b8558a21acf0164d0d90358addbd
+Size (mercurial-6.2.2.tar.gz) = 8057375 bytes
diff -r ed2944a62843 -r 459d92e8e29f devel/py-mercurial/version.mk
--- a/devel/py-mercurial/version.mk Fri Sep 09 16:21:27 2022 +0000
+++ b/devel/py-mercurial/version.mk Fri Sep 09 17:24:40 2022 +0000
@@ -1,3 +1,3 @@
-# $NetBSD: version.mk,v 1.39 2022/07/31 10:50:11 wiz Exp $
+# $NetBSD: version.mk,v 1.40 2022/09/09 17:24:40 wiz Exp $
-VERSION= 6.2.1
+VERSION= 6.2.2
Home |
Main Index |
Thread Index |
Old Index