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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d64b92d13a0
branches:  trunk
changeset: 377481:4d64b92d13a0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Apr 20 22:14:01 2022 +0000

description:
py-mercurial: update to 6.1.1.

= Mercurial 6.1.1 =

 * Fix Rust compilation on `aarcch64`
 * Fix Rust compilation on architectures where `char` is unsigned
 * When the merge tool uses `$output`, don't leave markers in `$local`
 * Improve test suite support on big-endian platforms
 * Cap the number of concurrent threads to 16 in Rust `hg status` to prevent huge speed regression at higher thread counts
 * Fix `amend` with copies in extras
 * Abort if commit we're trying to `unamend` was not created by `hg [un]amend`
 * Fix file name in the pullbundle help text
 * Fix an issue with data not being correctly reset in the C implementation of dirstate-v2
 * Fix issue6673 where some tags were missing from cache after a merge
 * Fix stream-cloning a repo with empty requirements
 * Fix a false warning about content-divergence creation
 * Fix silly blackbox entries when hg is interrupted
 * Fix unsoundness (no known exploits) in Rust extensions (see cfd270d83169 and dd6b67d5c256)
 * Fix Rust dirstate counters not being updated correctly leading to some potential bugs (none known)
 * Stop relying on a compiler implementation detail in Rust HgPath

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 (52 lines):

diff -r 992ae4a30ff0 -r 4d64b92d13a0 devel/py-mercurial/Makefile
--- a/devel/py-mercurial/Makefile       Wed Apr 20 21:53:21 2022 +0000
+++ b/devel/py-mercurial/Makefile       Wed Apr 20 22:14:01 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2022/03/08 11:05:09 wiz Exp $
+# $NetBSD: Makefile,v 1.70 2022/04/20 22:14:01 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
+# Known test failures as of 6.1.1
 # test-run-tests.t
 # https://bz.mercurial-scm.org/show_bug.cgi?id=6661
 # test-http-bad-server.t
@@ -46,8 +46,10 @@
 # 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-demandimport.py:
+# https://bz.mercurial-scm.org/show_bug.cgi?id=6680
 #
-# Ran 883 tests, 82 skipped, 9 failed.
+# Ran 883 tests, 82 skipped, 10 failed.
 
 TEST_TARGET=           tests
 TEST_MAKE_FLAGS+=      PYTHON=${PYTHONBIN} TESTFLAGS=${_MAKE_JOBS:Q}
diff -r 992ae4a30ff0 -r 4d64b92d13a0 devel/py-mercurial/distinfo
--- a/devel/py-mercurial/distinfo       Wed Apr 20 21:53:21 2022 +0000
+++ b/devel/py-mercurial/distinfo       Wed Apr 20 22:14:01 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.115 2022/03/08 11:05:09 wiz Exp $
+$NetBSD: distinfo,v 1.116 2022/04/20 22:14:01 wiz Exp $
 
-BLAKE2s (mercurial-6.1.tar.gz) = 17e4f3b712b46f989a01bb58f9699bd30610328d91e8ee0bc6e9aea7c431994a
-SHA512 (mercurial-6.1.tar.gz) = 489b2c893bcfd243d9825cd78f1d8b6e0eddccdf92d16cbdbdb2ade40150b599a6d5df213e06d50c31489ee6c5203e35f21892b6439d9190757d5a36c6422338
-Size (mercurial-6.1.tar.gz) = 8061104 bytes
+BLAKE2s (mercurial-6.1.1.tar.gz) = 24ea22c9b1db688abd5e4200d391dbec740ee0f62de5c372d0ab9bca6461c822
+SHA512 (mercurial-6.1.1.tar.gz) = 644c65b2eadf3d4ea4b7c52188f548d86a584d0aa85615d872b05bf0eeee6f65d014934dda0e04c6820d0cf347f491386385e67c98839ada7b2b4038a1190d16
+Size (mercurial-6.1.1.tar.gz) = 8063346 bytes
diff -r 992ae4a30ff0 -r 4d64b92d13a0 devel/py-mercurial/version.mk
--- a/devel/py-mercurial/version.mk     Wed Apr 20 21:53:21 2022 +0000
+++ b/devel/py-mercurial/version.mk     Wed Apr 20 22:14:01 2022 +0000
@@ -1,3 +1,3 @@
-# $NetBSD: version.mk,v 1.33 2022/03/08 11:05:09 wiz Exp $
+# $NetBSD: version.mk,v 1.34 2022/04/20 22:14:01 wiz Exp $
 
-VERSION=       6.1
+VERSION=       6.1.1



Home | Main Index | Thread Index | Old Index