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 Jul 31 10:50:11 UTC 2022

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

Log Message:
py-mercurial: update to 6.2.1.

Fix SSL support in Python 3.6
git: make sure to fsdecode bookmark names everywhere (issue6723)
git: add a missing reset_copy keyword argument to dirstate.set_tracked()
git: copy findmissingrevs() from revlog.py to gitlog.py (issue6472)
packaging: update keyring on Windows to avoid spurious stacktraces
packaging: bump dulwich to 0.20.45
Fix typos in documentation for debugdiscovery
Miscellaneous improvements of debugdiscovery


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 pkgsrc/devel/py-mercurial/distinfo
cvs rdiff -u -r1.38 -r1.39 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.120 pkgsrc/devel/py-mercurial/distinfo:1.121
--- pkgsrc/devel/py-mercurial/distinfo:1.120    Sun Jul 17 09:51:33 2022
+++ pkgsrc/devel/py-mercurial/distinfo  Sun Jul 31 10:50:11 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.120 2022/07/17 09:51:33 wiz Exp $
+$NetBSD: distinfo,v 1.121 2022/07/31 10:50:11 wiz Exp $
 
-BLAKE2s (mercurial-6.2.tar.gz) = f9350c968d2b73a46a2228bf1cb59f674c451c1d7018b0e5eb5217793cda0f83
-SHA512 (mercurial-6.2.tar.gz) = 0c988a558e60ba456196420dcf720558f6ce63fcc42bf43a8f6af16289b5f2a81738a4c038a620040394215e3e57ba254ee56fa072962f7bd0b3b191d8334fef
-Size (mercurial-6.2.tar.gz) = 8053713 bytes
+BLAKE2s (mercurial-6.2.1.tar.gz) = fd0eed715a16d8dc2f13568136c410b930d97f313e5817a7cbf55dffa6d75222
+SHA512 (mercurial-6.2.1.tar.gz) = 4fd383870e5e5e684d4a74eef461c5b5fbf3c2fb1b62696edeadd3870ca5de1f7dfc9d2fc86a5022c36486640520ab0c8c23e099e08a38497b8345149b2aff37
+Size (mercurial-6.2.1.tar.gz) = 8055451 bytes

Index: pkgsrc/devel/py-mercurial/version.mk
diff -u pkgsrc/devel/py-mercurial/version.mk:1.38 pkgsrc/devel/py-mercurial/version.mk:1.39
--- pkgsrc/devel/py-mercurial/version.mk:1.38   Sun Jul 17 09:51:33 2022
+++ pkgsrc/devel/py-mercurial/version.mk        Sun Jul 31 10:50:11 2022
@@ -1,3 +1,3 @@
-# $NetBSD: version.mk,v 1.38 2022/07/17 09:51:33 wiz Exp $
+# $NetBSD: version.mk,v 1.39 2022/07/31 10:50:11 wiz Exp $
 
-VERSION=       6.2
+VERSION=       6.2.1



Home | Main Index | Thread Index | Old Index