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: Mon Jun 13 10:47:21 UTC 2022
Modified Files:
pkgsrc/devel/py-mercurial: Makefile distinfo version.mk
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/devel/py-mercurial/Makefile
cvs rdiff -u -r1.117 -r1.118 pkgsrc/devel/py-mercurial/distinfo
cvs rdiff -u -r1.35 -r1.36 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.70 pkgsrc/devel/py-mercurial/Makefile:1.71
--- pkgsrc/devel/py-mercurial/Makefile:1.70 Wed Apr 20 22:14:01 2022
+++ pkgsrc/devel/py-mercurial/Makefile Mon Jun 13 10:47:21 2022
@@ -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 @@ PYTHON_SELF_CONFLICT= yes
.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 @@ USE_TOOLS+= bash:test
# 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}
Index: pkgsrc/devel/py-mercurial/distinfo
diff -u pkgsrc/devel/py-mercurial/distinfo:1.117 pkgsrc/devel/py-mercurial/distinfo:1.118
--- pkgsrc/devel/py-mercurial/distinfo:1.117 Tue May 10 07:06:10 2022
+++ pkgsrc/devel/py-mercurial/distinfo Mon Jun 13 10:47:21 2022
@@ -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
Index: pkgsrc/devel/py-mercurial/version.mk
diff -u pkgsrc/devel/py-mercurial/version.mk:1.35 pkgsrc/devel/py-mercurial/version.mk:1.36
--- pkgsrc/devel/py-mercurial/version.mk:1.35 Tue May 10 07:06:10 2022
+++ pkgsrc/devel/py-mercurial/version.mk Mon Jun 13 10:47:21 2022
@@ -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