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:           Fri Apr  5 12:08:03 UTC 2024

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

Log Message:
py-mercurial: update to 6.7.2.

Mercurial 6.7.2

Exceptional release following a large performance regression when
cloning.

We are setting up automated benchmarks to reduce the likelihood of
regressions of the sort from happening in the future.

    phases: avoid a potentially costly dictionary interation in some case
    phases: update the phase set as we go during retract boundary
    bundle2: make the "hgtagsfnodes" part advisory

Mercurial 6.7.1

Exceptional release following a crash found in delta code that can
be triggered with complex repository shapes.

    delta-search: fix crash caused by unbound variable
    sshpeer: fix path when handling invalid url exception
    subrepo: fix normalizing paths with scheme


To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 pkgsrc/devel/py-mercurial/distinfo
cvs rdiff -u -r1.59 -r1.60 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/distinfo
diff -u pkgsrc/devel/py-mercurial/distinfo:1.144 pkgsrc/devel/py-mercurial/distinfo:1.145
--- pkgsrc/devel/py-mercurial/distinfo:1.144    Sun Mar 17 15:12:16 2024
+++ pkgsrc/devel/py-mercurial/distinfo  Fri Apr  5 12:08:03 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.144 2024/03/17 15:12:16 wiz Exp $
+$NetBSD: distinfo,v 1.145 2024/04/05 12:08:03 wiz Exp $
 
-BLAKE2s (mercurial-6.7.tar.gz) = eb22b6fab4d67ca6b8bb39dfb401ca41046510261c2ab437c39d0c37344d09f5
-SHA512 (mercurial-6.7.tar.gz) = c25fccb334702f2d3d228c16e1842cc6d0f258ca7f278f8e9cd270220073b3d851bb9c8eedfa837255d99f3159fd8b0f9f5373e20b779ee625ea946869c80165
-Size (mercurial-6.7.tar.gz) = 8300870 bytes
+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
 SHA1 (patch-setup.py) = 2f5e1f619af50cc0976ce6b229e4ce9cc3492c29

Index: pkgsrc/devel/py-mercurial/version.mk
diff -u pkgsrc/devel/py-mercurial/version.mk:1.59 pkgsrc/devel/py-mercurial/version.mk:1.60
--- pkgsrc/devel/py-mercurial/version.mk:1.59   Sun Mar 17 15:12:16 2024
+++ pkgsrc/devel/py-mercurial/version.mk        Fri Apr  5 12:08:03 2024
@@ -1,3 +1,3 @@
-# $NetBSD: version.mk,v 1.59 2024/03/17 15:12:16 wiz Exp $
+# $NetBSD: version.mk,v 1.60 2024/04/05 12:08:03 wiz Exp $
 
-VERSION=       6.7
+VERSION=       6.7.2



Home | Main Index | Thread Index | Old Index