mercurial: update to 6.7.1.

This commit is contained in:
dataCobra 2024-03-24 18:47:24 +01:00 committed by cinerea0
parent 2bb095d80f
commit a397ddc408
2 changed files with 2 additions and 13 deletions

View File

@ -1,11 +0,0 @@
--- ./tests/hghave.py 2023-10-11 02:51:10.038038013 +0200
+++ ./tests/hghave.py 2023-10-11 02:50:44.353035951 +0200
@@ -868,7 +868,7 @@
# Add "py36", "py37", ... as possible feature checks. Note that there's no
# punctuation here.
-@checkvers("py", "Python >= %s", (3.6, 3.7, 3.8, 3.9, 3.10, 3.11))
+@checkvers("py", "Python >= %s", (3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12))
def has_python_range(v):
major, minor = v.split('.')[0:2]
py_major, py_minor = sys.version_info.major, sys.version_info.minor

View File

@ -1,6 +1,6 @@
# Template file for 'mercurial'
pkgname=mercurial
version=6.6.3
version=6.7.1
revision=1
build_style=python3-module
hostmakedepends="python3 python3-setuptools python3-devel gettext git"
@ -14,7 +14,7 @@ maintainer="dataCobra <datacobra@thinkbot.de>"
license="GPL-2.0-or-later"
homepage="https://www.mercurial-scm.org/"
distfiles="https://www.mercurial-scm.org/release/mercurial-${version}.tar.gz"
checksum=f75d6a4a75823a1b7d713a4967eca2f596f466e58fc6bc06d72642932fd7e307
checksum=9b0eda5d0d0ddb8b31e9c76aa06fc55fd2ffb02bc3614de0b1437336b2fc1254
pre_check() {
if [ "$XBPS_TARGET_LIBC" = musl ]; then