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: adam
Date: Fri Dec 5 14:30:26 UTC 2025
Modified Files:
pkgsrc/devel/py-mercurial: Makefile distinfo version.mk
Log Message:
py-mercurial: updated to 7.1.2
Mercurial 7.1.2
A scheduled minor release, with few user-facing changes. It is the last release of the 7.1 cycle, baring any critical release.
dispatch: reference the Heptapod bug tracker in stacktrace output
dirstate: read the dirstate data file once instead of doing it 6 times
rust-revlog: fix adjustment of the LRU size to take the factor in account
doc: support docutils >= 0.22
Use old license format in pyproject.toml to help with packaging compatibility
Improved macOS CI
Improved test harness robustness
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/devel/py-mercurial/Makefile
cvs rdiff -u -r1.154 -r1.155 pkgsrc/devel/py-mercurial/distinfo
cvs rdiff -u -r1.66 -r1.67 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.109 pkgsrc/devel/py-mercurial/Makefile:1.110
--- pkgsrc/devel/py-mercurial/Makefile:1.109 Tue Sep 30 16:07:36 2025
+++ pkgsrc/devel/py-mercurial/Makefile Fri Dec 5 14:30:26 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2025/09/30 16:07:36 wiz Exp $
+# $NetBSD: Makefile,v 1.110 2025/12/05 14:30:26 adam Exp $
#
# Changelog sometimes at: https://www.mercurial-scm.org/wiki/WhatsNew
@@ -13,7 +13,7 @@ COMMENT= Fast, lightweight source contro
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=8.1.0:../../devel/py-setuptools_scm
TEST_DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip
TEST_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
@@ -29,8 +29,7 @@ PYTHON_SELF_CONFLICT= yes
.include "version.mk"
-
-USE_TOOLS+= bash:test
+USE_TOOLS+= bash:test
# Test status as of 7.1 as !root
# tests/test-revlog-mmapindex.t (race condition / buffer)
Index: pkgsrc/devel/py-mercurial/distinfo
diff -u pkgsrc/devel/py-mercurial/distinfo:1.154 pkgsrc/devel/py-mercurial/distinfo:1.155
--- pkgsrc/devel/py-mercurial/distinfo:1.154 Tue Sep 23 00:24:57 2025
+++ pkgsrc/devel/py-mercurial/distinfo Fri Dec 5 14:30:26 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.154 2025/09/23 00:24:57 joerg Exp $
+$NetBSD: distinfo,v 1.155 2025/12/05 14:30:26 adam Exp $
-BLAKE2s (mercurial-7.1.1.tar.gz) = b711f4a4b2fd4759fb3a988e6965f72eb549adea795343b6a9552f518dd3e02c
-SHA512 (mercurial-7.1.1.tar.gz) = 04ba564bbe664a825caa8740ab66ef973acb7795abea1786fdd0c502da7dfe14071b215c6384ac398d0f7b69d86d6da6f9a4dd7dfc9e7123b975ec1656c95092
-Size (mercurial-7.1.1.tar.gz) = 9029304 bytes
+BLAKE2s (mercurial-7.1.2.tar.gz) = 80ad583d88781d0e29fa0cc6de3686ae1a799cab199b95777b88e82083b806ba
+SHA512 (mercurial-7.1.2.tar.gz) = 9120efb00825d1a0b651322665dd5fbc174d54c658b9db3c66e4c011085251ccfa9e9c46bfb72ccd8f8e3b0914d0db4f1f8a61d1c9bb17a23d8347150f059439
+Size (mercurial-7.1.2.tar.gz) = 9059642 bytes
SHA1 (patch-setup.py) = 112e63c39af177bc3051eff17a826f0ecf02659e
Index: pkgsrc/devel/py-mercurial/version.mk
diff -u pkgsrc/devel/py-mercurial/version.mk:1.66 pkgsrc/devel/py-mercurial/version.mk:1.67
--- pkgsrc/devel/py-mercurial/version.mk:1.66 Tue Sep 23 00:24:57 2025
+++ pkgsrc/devel/py-mercurial/version.mk Fri Dec 5 14:30:26 2025
@@ -1,3 +1,3 @@
-# $NetBSD: version.mk,v 1.66 2025/09/23 00:24:57 joerg Exp $
+# $NetBSD: version.mk,v 1.67 2025/12/05 14:30:26 adam Exp $
-VERSION= 7.1.1
+VERSION= 7.1.2
Home |
Main Index |
Thread Index |
Old Index