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:           Mon Oct 10 11:04:11 UTC 2022

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

Log Message:
py-mercurial: update to 6.2.3.

Mercurial 6.2.3

    tests: improve portability, debugging and flakiness
    packaging: update dulwich to drop the certifi dependency on Windows
    rhg: fix bugs around [use-dirstate-tracked-hint] and repo auto-upgrade


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/devel/py-mercurial/Makefile
cvs rdiff -u -r1.122 -r1.123 pkgsrc/devel/py-mercurial/distinfo
cvs rdiff -u -r1.40 -r1.41 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.74 pkgsrc/devel/py-mercurial/Makefile:1.75
--- pkgsrc/devel/py-mercurial/Makefile:1.74     Fri Sep  9 17:24:40 2022
+++ pkgsrc/devel/py-mercurial/Makefile  Mon Oct 10 11:04:11 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2022/09/09 17:24:40 wiz Exp $
+# $NetBSD: Makefile,v 1.75 2022/10/10 11:04:11 wiz Exp $
 #
 # Changelog sometimes at: https://www.mercurial-scm.org/wiki/WhatsNew
 
@@ -30,18 +30,13 @@ PYTHON_SELF_CONFLICT=               yes
 .include "options.mk"
 
 USE_TOOLS+=            bash:test
-# Known test failures as of 6.2.2
+# Known test failures as of 6.2.3
 # 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
@@ -51,7 +46,7 @@ USE_TOOLS+=           bash:test
 # test-demandimport.py:
 # https://bz.mercurial-scm.org/show_bug.cgi?id=6680
 #
-# Ran 890 tests, 83 skipped, 10 failed.
+# Ran 890 tests, 82 skipped, 7 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.122 pkgsrc/devel/py-mercurial/distinfo:1.123
--- pkgsrc/devel/py-mercurial/distinfo:1.122    Fri Sep  9 17:24:40 2022
+++ pkgsrc/devel/py-mercurial/distinfo  Mon Oct 10 11:04:11 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.122 2022/09/09 17:24:40 wiz Exp $
+$NetBSD: distinfo,v 1.123 2022/10/10 11:04:11 wiz Exp $
 
-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
+BLAKE2s (mercurial-6.2.3.tar.gz) = e4fbaca02fab3c00d9b79c304ea7668de5b37fadd75b959145c6747a3f88d0a7
+SHA512 (mercurial-6.2.3.tar.gz) = 0d82582e6d40ceabcc32419bf0423dd9f49b72b72c91a0f575181f92b355699a88f0426a192c46ca47f3105e47cb45dc3ac1a6499f4c83e01fa31e31c1ffdfbb
+Size (mercurial-6.2.3.tar.gz) = 8058864 bytes

Index: pkgsrc/devel/py-mercurial/version.mk
diff -u pkgsrc/devel/py-mercurial/version.mk:1.40 pkgsrc/devel/py-mercurial/version.mk:1.41
--- pkgsrc/devel/py-mercurial/version.mk:1.40   Fri Sep  9 17:24:40 2022
+++ pkgsrc/devel/py-mercurial/version.mk        Mon Oct 10 11:04:11 2022
@@ -1,3 +1,3 @@
-# $NetBSD: version.mk,v 1.40 2022/09/09 17:24:40 wiz Exp $
+# $NetBSD: version.mk,v 1.41 2022/10/10 11:04:11 wiz Exp $
 
-VERSION=       6.2.2
+VERSION=       6.2.3



Home | Main Index | Thread Index | Old Index