[PATCH] setup: bump maximum version of Mercurial to 7.0.x
Manuel Jacob
me at manueljacob.de
Fri Mar 21 21:49:03 UTC 2025
# HG changeset patch
# User Manuel Jacob <me at manueljacob.de>
# Date 1742593736 -3600
# Fri Mar 21 22:48:56 2025 +0100
# Node ID f9f9a1aced84d9b507f5fd9e4c89f13467dc2ffd
# Parent 976a1e77932ea7de09558989eb82182c9429ed8f
setup: bump maximum version of Mercurial to 7.0.x
The freeze for the Mercurial 7.0 release was done on February 28th. The release of 7.0.0 was scheduled for March 1st, but was delayed. It is likely that the release will happen soon without changes that would break Kallithea.
The tests pass and some quick manual testing of the web UI found no issues.
diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -63,7 +63,7 @@
"URLObject >= 2.3.4, < 2.5",
"Routes >= 2.0, < 2.6",
"dulwich >= 0.19.0, < 0.22",
- "mercurial >= 5.2, < 6.9",
+ "mercurial >= 5.2, < 7.1",
"decorator >= 4.2.1, < 5.2",
"Paste >= 2.0.3, < 3.11",
"bleach >= 3.2, < 5",
More information about the kallithea-general
mailing list