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:           Tue May 10 07:06:10 UTC 2022

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

Log Message:
py-mercurial: update to 6.1.2.

= Mercurial 6.1.2 =

 * Improve Windows test suite
 * Fix `debuglock` not ignoring a missing lockfile when forcing a lock
 * Improve help of `ui.large-file-limit`
 * Set the large-file-limit to 10MB (from 10MiB) for clarity
 * While rewriting desc hashes, ignore ambiguous prefix "hashes"
 * Fix a crash in partial amend with copies
 * Fix a py3 compatiblity bug
 * Fix incorrect metadata causing dirstate-v2 data loss in edge case
 * Fix cleanup of old dirstate-v2 data files when using `rhg`
 * Make reference to `.hg/last_message.txt` relative in commit
 * Fix an infinite hang when `rhg` is used in the background
 * Fix Python DLL loading bug in Windows
 * Add `--docket` flag to `debugstate` to check out dirstate-v2 metadata
 * Remove `debugdirstateignorepatternhash` in favor of `debugstate --docket`
 * Fix incorrect metadata causing systematic complete dirstate-v2 rewrite


To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 pkgsrc/devel/py-mercurial/distinfo
cvs rdiff -u -r1.34 -r1.35 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.116 pkgsrc/devel/py-mercurial/distinfo:1.117
--- pkgsrc/devel/py-mercurial/distinfo:1.116    Wed Apr 20 22:14:01 2022
+++ pkgsrc/devel/py-mercurial/distinfo  Tue May 10 07:06:10 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.116 2022/04/20 22:14:01 wiz Exp $
+$NetBSD: distinfo,v 1.117 2022/05/10 07:06:10 wiz Exp $
 
-BLAKE2s (mercurial-6.1.1.tar.gz) = 24ea22c9b1db688abd5e4200d391dbec740ee0f62de5c372d0ab9bca6461c822
-SHA512 (mercurial-6.1.1.tar.gz) = 644c65b2eadf3d4ea4b7c52188f548d86a584d0aa85615d872b05bf0eeee6f65d014934dda0e04c6820d0cf347f491386385e67c98839ada7b2b4038a1190d16
-Size (mercurial-6.1.1.tar.gz) = 8063346 bytes
+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

Index: pkgsrc/devel/py-mercurial/version.mk
diff -u pkgsrc/devel/py-mercurial/version.mk:1.34 pkgsrc/devel/py-mercurial/version.mk:1.35
--- pkgsrc/devel/py-mercurial/version.mk:1.34   Wed Apr 20 22:14:01 2022
+++ pkgsrc/devel/py-mercurial/version.mk        Tue May 10 07:06:10 2022
@@ -1,3 +1,3 @@
-# $NetBSD: version.mk,v 1.34 2022/04/20 22:14:01 wiz Exp $
+# $NetBSD: version.mk,v 1.35 2022/05/10 07:06:10 wiz Exp $
 
-VERSION=       6.1.1
+VERSION=       6.1.2



Home | Main Index | Thread Index | Old Index