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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0e7f28d6a17
branches:  trunk
changeset: 373935:f0e7f28d6a17
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Feb 15 10:21:30 2022 +0000

description:
py-mercurial: update to 6.0.2.

Mercurial 6.0.2

* Fix hg incoming and hg outgoing with remote subrepos on Windows
* Fix Rust build on MacOS
* Fix a (15 year old?) bug where some data loss could happen in
  a very tight race window
* Remove support for running hg unamend on merge changesets at
  it was never actually implemented
* Fix stream-clone requirements filtering which caused some
  stream-clones to be unusable from an older version of Mercurial
* Rename dirstate-v2 configuration name from exp-rc-dirstate-v2
  to use-dirstate-v2. This was overlooked in 6.0, the old name
  will be kept as an alias for compatibility.
* Fix a bug where the branchmap could point to uncommitted data

diffstat:

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

diffs (60 lines):

diff -r 7d809ebb82a3 -r f0e7f28d6a17 devel/py-mercurial/Makefile
--- a/devel/py-mercurial/Makefile       Tue Feb 15 10:20:16 2022 +0000
+++ b/devel/py-mercurial/Makefile       Tue Feb 15 10:21:30 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2022/01/29 07:23:59 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2022/02/15 10:21:30 wiz Exp $
 #
 # Changelog sometimes at: https://www.mercurial-scm.org/wiki/WhatsNew
 
@@ -29,11 +29,26 @@
 .include "options.mk"
 
 USE_TOOLS+=            bash:test
-# Known test failures as of 6.0.1
+# Known test failures as of 6.0.2
 # test-removeemptydirs.t
 # https://bz.mercurial-scm.org/show_bug.cgi?id=6587
+# test-http-bad-server.t
+# https://bz.mercurial-scm.org/show_bug.cgi?id=6643
+# test-wireproto-content-redirects.t
+# test-http-protocol.t
+# test-wireproto-command-capabilities.t
+# test-http-api-httpv2.t
+# https://bz.mercurial-scm.org/show_bug.cgi?id=6644
+# test-https.t
+# test-patchbomb-tls.t
+# https://bz.mercurial-scm.org/show_bug.cgi?id=6645
+# test-paths.t
+# test-hgrc.t
+# test-parseindex.t
+# test-patchbomb-tls.t
+# https://bz.mercurial-scm.org/show_bug.cgi?id=6646
 #
-# Ran 899 tests, 81 skipped, 1 failed.
+# Ran 899 tests, 81 skipped, 11 failed.
 
 TEST_TARGET=           tests
 TEST_MAKE_FLAGS+=      PYTHON=${PYTHONBIN} TESTFLAGS=${_MAKE_JOBS:Q}
diff -r 7d809ebb82a3 -r f0e7f28d6a17 devel/py-mercurial/distinfo
--- a/devel/py-mercurial/distinfo       Tue Feb 15 10:20:16 2022 +0000
+++ b/devel/py-mercurial/distinfo       Tue Feb 15 10:21:30 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.112 2022/01/16 23:51:14 wiz Exp $
+$NetBSD: distinfo,v 1.113 2022/02/15 10:21:30 wiz Exp $
 
-BLAKE2s (mercurial-6.0.1.tar.gz) = 369fbf489af1aea5e6bda1ebf83dadb7b92c854c9b4a7d528ebf257e5f212a78
-SHA512 (mercurial-6.0.1.tar.gz) = dae18c38e7df001177867ed9cb1c9cea6f25fff6c23fd307c56c89bba0e4641d6cf993aabefe1fcb6ab99bd32732b858411f722bea839690fbc04c0a91c1dc53
-Size (mercurial-6.0.1.tar.gz) = 8072365 bytes
+BLAKE2s (mercurial-6.0.2.tar.gz) = ad5729c2bdeb244212c40046bd2f4afced85668941db0b7edf64b0126c1781ff
+SHA512 (mercurial-6.0.2.tar.gz) = 1591618840a3e4b862f0eb9e560d511b59eb34815de2e6e6cc1179d32f88a1e9a6f14abf3e02d76e17dbab1ffe384e52d97721e39da252ac5ba98a2233853c9a
+Size (mercurial-6.0.2.tar.gz) = 8089180 bytes
diff -r 7d809ebb82a3 -r f0e7f28d6a17 devel/py-mercurial/version.mk
--- a/devel/py-mercurial/version.mk     Tue Feb 15 10:20:16 2022 +0000
+++ b/devel/py-mercurial/version.mk     Tue Feb 15 10:21:30 2022 +0000
@@ -1,3 +1,3 @@
-# $NetBSD: version.mk,v 1.30 2022/01/16 23:51:14 wiz Exp $
+# $NetBSD: version.mk,v 1.31 2022/02/15 10:21:30 wiz Exp $
 
-VERSION=       6.0.1
+VERSION=       6.0.2



Home | Main Index | Thread Index | Old Index