pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-mercurial



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Sep  9 17:24:41 UTC 2022

Modified Files:
        pkgsrc/devel/py-mercurial: Makefile distinfo version.mk

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/devel/py-mercurial/Makefile
cvs rdiff -u -r1.121 -r1.122 pkgsrc/devel/py-mercurial/distinfo
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/py-mercurial/version.mk

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-mercurial/Makefile
diff -u pkgsrc/devel/py-mercurial/Makefile:1.73 pkgsrc/devel/py-mercurial/Makefile:1.74
--- pkgsrc/devel/py-mercurial/Makefile:1.73     Sun Jul 17 09:51:33 2022
+++ pkgsrc/devel/py-mercurial/Makefile  Fri Sep  9 17:24:40 2022
@@ -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 @@ PYTHON_SELF_CONFLICT=               yes
 .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}

Index: pkgsrc/devel/py-mercurial/distinfo
diff -u pkgsrc/devel/py-mercurial/distinfo:1.121 pkgsrc/devel/py-mercurial/distinfo:1.122
--- pkgsrc/devel/py-mercurial/distinfo:1.121    Sun Jul 31 10:50:11 2022
+++ pkgsrc/devel/py-mercurial/distinfo  Fri Sep  9 17:24:40 2022
@@ -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

Index: pkgsrc/devel/py-mercurial/version.mk
diff -u pkgsrc/devel/py-mercurial/version.mk:1.39 pkgsrc/devel/py-mercurial/version.mk:1.40
--- pkgsrc/devel/py-mercurial/version.mk:1.39   Sun Jul 31 10:50:11 2022
+++ pkgsrc/devel/py-mercurial/version.mk        Fri Sep  9 17:24:40 2022
@@ -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