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 Jan 14 10:11:28 UTC 2024

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

Log Message:
py-mercurial: update to 6.6.2.

Mercurial 6.6.2

    histedit: remove superfluous echo() and endwin() calls (issue6859)
    persistent-nodemap: avoid writing nodemap for empty revlog
    persistent-nodemap: respect the mmap setting when refreshing data
    bundle: do not detect --base argument that match nothing as lack of argument
    narrow: prevent removal of ACL-defined excludes
    pycompat: fix bytestr(bytes) in Python 3.11


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/devel/py-mercurial/Makefile
cvs rdiff -u -r1.141 -r1.142 pkgsrc/devel/py-mercurial/distinfo
cvs rdiff -u -r1.56 -r1.57 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.92 pkgsrc/devel/py-mercurial/Makefile:1.93
--- pkgsrc/devel/py-mercurial/Makefile:1.92     Sun Dec 10 14:30:11 2023
+++ pkgsrc/devel/py-mercurial/Makefile  Sun Jan 14 10:11:28 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2023/12/10 14:30:11 wiz Exp $
+# $NetBSD: Makefile,v 1.93 2024/01/14 10:11:28 wiz Exp $
 #
 # Changelog sometimes at: https://www.mercurial-scm.org/wiki/WhatsNew
 
@@ -26,8 +26,8 @@ PYTHON_SELF_CONFLICT=         yes
 .include "version.mk"
 
 USE_TOOLS+=            bash:test
-# Test status as of 6.6.1
-# Ran 931 tests, 83 skipped, 2 failed.
+# Test status as of 6.6.2
+# Ran 932 tests, 83 skipped, 2 failed.
 # test-censor.t#revlogv1.err
 # test-censor.t#revlogv2.err
 # https://bz.mercurial-scm.org/show_bug.cgi?id=6858

Index: pkgsrc/devel/py-mercurial/distinfo
diff -u pkgsrc/devel/py-mercurial/distinfo:1.141 pkgsrc/devel/py-mercurial/distinfo:1.142
--- pkgsrc/devel/py-mercurial/distinfo:1.141    Sun Dec 10 14:30:11 2023
+++ pkgsrc/devel/py-mercurial/distinfo  Sun Jan 14 10:11:28 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.141 2023/12/10 14:30:11 wiz Exp $
+$NetBSD: distinfo,v 1.142 2024/01/14 10:11:28 wiz Exp $
 
-BLAKE2s (mercurial-6.6.1.tar.gz) = 12ed8896db0f38ff9a8774a55de2c305591a6db21ee36834778072aba5687365
-SHA512 (mercurial-6.6.1.tar.gz) = f16240f06a98a088e0229aa6584daa540eee92476a0a7934617c065c9f1012288cf3d6fb2d20fc7b247122bc360201f2e2c1c139c261a834f483bd09bef74d0c
-Size (mercurial-6.6.1.tar.gz) = 8250933 bytes
+BLAKE2s (mercurial-6.6.2.tar.gz) = 95043350eee0eae33d8c1c6bbca445fa7d9393a72210a9ba8245d29ca592e3f7
+SHA512 (mercurial-6.6.2.tar.gz) = cf45c7c43555bd64d95ec6de2af7952bb50c2fba9ec59ce1afd9437b1fb53e399bd1e6f1b6e17cc5699f598cca4e087f82b3097d2d772219dd0337bbbde2d16b
+Size (mercurial-6.6.2.tar.gz) = 8252567 bytes
 SHA1 (patch-setup.py) = 2f5e1f619af50cc0976ce6b229e4ce9cc3492c29

Index: pkgsrc/devel/py-mercurial/version.mk
diff -u pkgsrc/devel/py-mercurial/version.mk:1.56 pkgsrc/devel/py-mercurial/version.mk:1.57
--- pkgsrc/devel/py-mercurial/version.mk:1.56   Sun Dec 10 14:30:11 2023
+++ pkgsrc/devel/py-mercurial/version.mk        Sun Jan 14 10:11:28 2024
@@ -1,3 +1,3 @@
-# $NetBSD: version.mk,v 1.56 2023/12/10 14:30:11 wiz Exp $
+# $NetBSD: version.mk,v 1.57 2024/01/14 10:11:28 wiz Exp $
 
-VERSION=       6.6.1
+VERSION=       6.6.2



Home | Main Index | Thread Index | Old Index