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:   joerg
Date:           Fri Jun 21 19:04:50 UTC 2024

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

Log Message:
Update Mercurial to 6.7.4:
    inline-changelog: fix a critical bug in write_pending that delete data (3cf9e52f5e27)
    inline-changelog: fix pending transaction visibility when splitting (1721d983dd6d)

    exchange: fix locking to actually be scoped
    chistedit: change action for the correct item
    rust-status: sort the failed matches when printing them
    hooks: add a prewlock and a prelock hooks
    bookmark: fix remote bookmark deletion when the push is raced


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/devel/py-mercurial/Makefile
cvs rdiff -u -r1.147 -r1.148 pkgsrc/devel/py-mercurial/distinfo
cvs rdiff -u -r1.61 -r1.62 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.96 pkgsrc/devel/py-mercurial/Makefile:1.97
--- pkgsrc/devel/py-mercurial/Makefile:1.96     Thu Jun 20 23:55:54 2024
+++ pkgsrc/devel/py-mercurial/Makefile  Fri Jun 21 19:04:50 2024
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.96 2024/06/20 23:55:54 joerg Exp $
+# $NetBSD: Makefile,v 1.97 2024/06/21 19:04:50 joerg Exp $
 #
 # Changelog sometimes at: https://www.mercurial-scm.org/wiki/WhatsNew
 
 DISTNAME=      mercurial-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel scm
 MASTER_SITES=  https://www.mercurial-scm.org/release/
 

Index: pkgsrc/devel/py-mercurial/distinfo
diff -u pkgsrc/devel/py-mercurial/distinfo:1.147 pkgsrc/devel/py-mercurial/distinfo:1.148
--- pkgsrc/devel/py-mercurial/distinfo:1.147    Thu Jun 20 23:55:54 2024
+++ pkgsrc/devel/py-mercurial/distinfo  Fri Jun 21 19:04:50 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.147 2024/06/20 23:55:54 joerg Exp $
+$NetBSD: distinfo,v 1.148 2024/06/21 19:04:50 joerg Exp $
 
-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
+BLAKE2s (mercurial-6.7.4.tar.gz) = d368991bc499e21093278fb462a80af5e69707639029ef05ea370a74364298d0
+SHA512 (mercurial-6.7.4.tar.gz) = d2668750b4b86bf31323f103095a47cc963820f37769384f00b763b0cb2810ca660bce985a2d0b35b2617b57d6ecb61c97e7698198e89bb69c183bc91eeab96f
+Size (mercurial-6.7.4.tar.gz) = 8310726 bytes
 SHA1 (patch-mercurial_bundle2.py) = f4612a08effe11fb4b345ea213a148f6fba7118d
 SHA1 (patch-mercurial_exchange.py) = af7ac4719d74d1de731250fe8f5443931e7a15a9
 SHA1 (patch-mercurial_obsolete.py) = c55272b1ff013c8685fe8a57a43d1d486265f767

Index: pkgsrc/devel/py-mercurial/version.mk
diff -u pkgsrc/devel/py-mercurial/version.mk:1.61 pkgsrc/devel/py-mercurial/version.mk:1.62
--- pkgsrc/devel/py-mercurial/version.mk:1.61   Sun Jun  9 18:08:41 2024
+++ pkgsrc/devel/py-mercurial/version.mk        Fri Jun 21 19:04:50 2024
@@ -1,3 +1,3 @@
-# $NetBSD: version.mk,v 1.61 2024/06/09 18:08:41 wiz Exp $
+# $NetBSD: version.mk,v 1.62 2024/06/21 19:04:50 joerg Exp $
 
-VERSION=       6.7.3
+VERSION=       6.7.4



Home | Main Index | Thread Index | Old Index