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.1.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/733f12a47fa0
branches:  trunk
changeset: 380723:733f12a47fa0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jun 13 10:47:21 2022 +0000

description:
py-mercurial: update to 6.1.3.

Mercurial 6.1.3

security:

    narrow_widen_acl: enforce narrowacl in narrow_widen (SEC) 6b10151b9621

normal notes:

    censor: fix [hg update] away from a revision with censored files
    amend: stop losing copies when amending
    rhg: strengthen dirstate v2 writing in broken filesystems
    work around some broken DLL imports in Windows
    worker: adapt _blockingreader to work around a python3.8.[0-1] bug (issue6444)
    rhg: correctly handle the case where diffs are encoded relative to nullrev
    fix bugs and race-conditions in the Mercurial test runner
    chg: ignore already closed fds when cleaning up

diffstat:

 devel/py-mercurial/Makefile   |  8 +++++---
 devel/py-mercurial/distinfo   |  8 ++++----
 devel/py-mercurial/version.mk |  4 ++--
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs (56 lines):

diff -r 04817caf71dd -r 733f12a47fa0 devel/py-mercurial/Makefile
--- a/devel/py-mercurial/Makefile       Mon Jun 13 09:59:10 2022 +0000
+++ b/devel/py-mercurial/Makefile       Mon Jun 13 10:47:21 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2022/04/20 22:14:01 wiz Exp $
+# $NetBSD: Makefile,v 1.71 2022/06/13 10:47:21 wiz Exp $
 #
 # Changelog sometimes at: https://www.mercurial-scm.org/wiki/WhatsNew
 
@@ -29,7 +29,7 @@
 .include "options.mk"
 
 USE_TOOLS+=            bash:test
-# Known test failures as of 6.1.1
+# Known test failures as of 6.1.3
 # test-run-tests.t
 # https://bz.mercurial-scm.org/show_bug.cgi?id=6661
 # test-http-bad-server.t
@@ -44,12 +44,14 @@
 # https://bz.mercurial-scm.org/show_bug.cgi?id=6646
 # test-removeemptydirs.t
 # https://bz.mercurial-scm.org/show_bug.cgi?id=6587
+# test-revlog.t
+# https://bz.mercurial-scm.org/show_bug.cgi?id=6716
 # test-status-tracked-key.t
 # https://bz.mercurial-scm.org/show_bug.cgi?id=6662
 # test-demandimport.py:
 # https://bz.mercurial-scm.org/show_bug.cgi?id=6680
 #
-# Ran 883 tests, 82 skipped, 10 failed.
+# Ran 884 tests, 82 skipped, 11 failed.
 
 TEST_TARGET=           tests
 TEST_MAKE_FLAGS+=      PYTHON=${PYTHONBIN} TESTFLAGS=${_MAKE_JOBS:Q}
diff -r 04817caf71dd -r 733f12a47fa0 devel/py-mercurial/distinfo
--- a/devel/py-mercurial/distinfo       Mon Jun 13 09:59:10 2022 +0000
+++ b/devel/py-mercurial/distinfo       Mon Jun 13 10:47:21 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.117 2022/05/10 07:06:10 wiz Exp $
+$NetBSD: distinfo,v 1.118 2022/06/13 10:47:21 wiz Exp $
 
-BLAKE2s (mercurial-6.1.2.tar.gz) = 714c1f1363bf9fed23d484aab3941b852b356c6ba08edc4144ca12fc041ef4d4
-SHA512 (mercurial-6.1.2.tar.gz) = 4adb8299747601d4c38b5ee83105f83810348357e244b6380b063c5ab25ea2ea2756fb0caf7f980d7cc707c27dee709b206894417aab9e6aee0818ddfe3aaf2b
-Size (mercurial-6.1.2.tar.gz) = 8066147 bytes
+BLAKE2s (mercurial-6.1.3.tar.gz) = 8e142c470701929ecae165445a987f3a4db0b4b975cfe7812fa37dc148a189b6
+SHA512 (mercurial-6.1.3.tar.gz) = dfa4754bc561a0c037d1682c30b0555ebde5a008ffa0622c5b13130df233811c80b094c558d522911b29cf5e4a735ef95a5527d6f676d6e99aa86dd36b2b6f12
+Size (mercurial-6.1.3.tar.gz) = 8070082 bytes
diff -r 04817caf71dd -r 733f12a47fa0 devel/py-mercurial/version.mk
--- a/devel/py-mercurial/version.mk     Mon Jun 13 09:59:10 2022 +0000
+++ b/devel/py-mercurial/version.mk     Mon Jun 13 10:47:21 2022 +0000
@@ -1,3 +1,3 @@
-# $NetBSD: version.mk,v 1.35 2022/05/10 07:06:10 wiz Exp $
+# $NetBSD: version.mk,v 1.36 2022/06/13 10:47:21 wiz Exp $
 
-VERSION=       6.1.2
+VERSION=       6.1.3



Home | Main Index | Thread Index | Old Index