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:           Tue Feb 15 10:21:30 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/devel/py-mercurial/Makefile
cvs rdiff -u -r1.112 -r1.113 pkgsrc/devel/py-mercurial/distinfo
cvs rdiff -u -r1.30 -r1.31 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.66 pkgsrc/devel/py-mercurial/Makefile:1.67
--- pkgsrc/devel/py-mercurial/Makefile:1.66     Sat Jan 29 07:23:59 2022
+++ pkgsrc/devel/py-mercurial/Makefile  Tue Feb 15 10:21:30 2022
@@ -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 @@ PYTHON_SELF_CONFLICT=       yes
 .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}

Index: pkgsrc/devel/py-mercurial/distinfo
diff -u pkgsrc/devel/py-mercurial/distinfo:1.112 pkgsrc/devel/py-mercurial/distinfo:1.113
--- pkgsrc/devel/py-mercurial/distinfo:1.112    Sun Jan 16 23:51:14 2022
+++ pkgsrc/devel/py-mercurial/distinfo  Tue Feb 15 10:21:30 2022
@@ -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

Index: pkgsrc/devel/py-mercurial/version.mk
diff -u pkgsrc/devel/py-mercurial/version.mk:1.30 pkgsrc/devel/py-mercurial/version.mk:1.31
--- pkgsrc/devel/py-mercurial/version.mk:1.30   Sun Jan 16 23:51:14 2022
+++ pkgsrc/devel/py-mercurial/version.mk        Tue Feb 15 10:21:30 2022
@@ -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