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: Sun Jun 9 18:08:42 UTC 2024
Modified Files:
pkgsrc/devel/py-mercurial: Makefile distinfo version.mk
Log Message:
py-mercurial: update to 6.7.3.
= Mercurial 6.7.3 =
* setup: display return code information about failed `hg` call
* bundle-spec: properly identify changegroup-less bundle
* bundle-spec: properly parse boolean configuration as boolean
* matchers: fix the bug in rust PatternMatcher that made it cut off early
* match: fix the "visitdir" method on "rootfilesin" matchers
* match: fix the rust-side bug in visit_children_set for rootfilesin matchers
* match: strengthen visit_children_set invariant, Recursive means "all files"
* wireprotoserver: ensure that output stream gets flushed on exception
* re2: make errors quiet
* dirstate-v2: add check of parent/child nodes being related when writing
* dirstate-v2: check that root nodes are at the root before writing
* rust-cpython: don't swallow the dirstate error message
* rust: blanket implementation of Graph for Graph references
* Various fixes to `admin::verify`
To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/devel/py-mercurial/Makefile
cvs rdiff -u -r1.145 -r1.146 pkgsrc/devel/py-mercurial/distinfo
cvs rdiff -u -r1.60 -r1.61 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.94 pkgsrc/devel/py-mercurial/Makefile:1.95
--- pkgsrc/devel/py-mercurial/Makefile:1.94 Mon Feb 19 12:33:17 2024
+++ pkgsrc/devel/py-mercurial/Makefile Sun Jun 9 18:08:41 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.94 2024/02/19 12:33:17 wiz Exp $
+# $NetBSD: Makefile,v 1.95 2024/06/09 18:08:41 wiz Exp $
#
# Changelog sometimes at: https://www.mercurial-scm.org/wiki/WhatsNew
@@ -26,8 +26,10 @@ PYTHON_SELF_CONFLICT= yes
.include "version.mk"
USE_TOOLS+= bash:test
-# Test status as of 6.6.3
-# Ran 932 tests, 83 skipped, 0 failed.
+# Test status as of 6.7.3
+# Ran 934 tests, 83 skipped, 1 failed.
+# test-profile.t
+# https://bz.mercurial-scm.org/show_bug.cgi?id=6846
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.145 pkgsrc/devel/py-mercurial/distinfo:1.146
--- pkgsrc/devel/py-mercurial/distinfo:1.145 Fri Apr 5 12:08:03 2024
+++ pkgsrc/devel/py-mercurial/distinfo Sun Jun 9 18:08:41 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.145 2024/04/05 12:08:03 wiz Exp $
+$NetBSD: distinfo,v 1.146 2024/06/09 18:08:41 wiz Exp $
-BLAKE2s (mercurial-6.7.2.tar.gz) = 1115ccef99bc05d769f920f13d8e755d30bd8e6524b96bbe2d9b0be8c0a0f190
-SHA512 (mercurial-6.7.2.tar.gz) = cb64daf885451d606ad34c408fbefc900be0fab7c0e0c2fc63dda32676de1c77a9d194c8c4974a608020a0f09e326682443537769eaa97acaf89ad7e385e0ce5
-Size (mercurial-6.7.2.tar.gz) = 8302143 bytes
+BLAKE2s (mercurial-6.7.3.tar.gz) = ad21177cac4ce77e726b1d647b2e8e400e2f8322a36b0e9913b8ac7760256f7a
+SHA512 (mercurial-6.7.3.tar.gz) = 40a8f085904d4974160a875ab30f3cec6ebee514ca11fbc821df258196e304c173393b1ed6f2724ddcfc775f8be89dda9a1297879d0e4b5804ddf958f79fe19c
+Size (mercurial-6.7.3.tar.gz) = 8306045 bytes
SHA1 (patch-setup.py) = 2f5e1f619af50cc0976ce6b229e4ce9cc3492c29
Index: pkgsrc/devel/py-mercurial/version.mk
diff -u pkgsrc/devel/py-mercurial/version.mk:1.60 pkgsrc/devel/py-mercurial/version.mk:1.61
--- pkgsrc/devel/py-mercurial/version.mk:1.60 Fri Apr 5 12:08:03 2024
+++ pkgsrc/devel/py-mercurial/version.mk Sun Jun 9 18:08:41 2024
@@ -1,3 +1,3 @@
-# $NetBSD: version.mk,v 1.60 2024/04/05 12:08:03 wiz Exp $
+# $NetBSD: version.mk,v 1.61 2024/06/09 18:08:41 wiz Exp $
-VERSION= 6.7.2
+VERSION= 6.7.3
Home |
Main Index |
Thread Index |
Old Index