Mercurial > public > mercurial-scm > hg-stable
changeset 52955:3cb9f9166a46
packaging: upstep python and docutils
author | Mathias De Mare <mathias.de_mare@nokia.com> |
---|---|
date | Mon, 03 Feb 2025 16:47:17 +0100 |
parents | 80f7ec132a65 |
children | 33497640af7c |
files | contrib/packaging/buildrpm contrib/packaging/mercurial.spec |
diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/packaging/buildrpm Tue Feb 18 01:26:22 2025 +0100 +++ b/contrib/packaging/buildrpm Mon Feb 03 16:47:17 2025 +0100 @@ -22,9 +22,9 @@ ;; --withpython | --with-python) shift - PYTHONVER=2.7.16 - PYTHONMD5=f1a2ace631068444831d01485466ece0 - PYTHONEXE=python + PYTHONVER=3.13.1 + PYTHONMD5=6820ac52d77af870f795dabc64583234 + PYTHONEXE=python3 ;; --docutilspackage) shift
--- a/contrib/packaging/mercurial.spec Tue Feb 18 01:26:22 2025 +0100 +++ b/contrib/packaging/mercurial.spec Mon Feb 03 16:47:17 2025 +0100 @@ -9,8 +9,8 @@ %global pythonver %{withpython} %global pythonname Python-%{withpython} -%global docutilsname docutils-0.14 -%global docutilsmd5 c53768d63db3873b7d452833553469de +%global docutilsname docutils-0.21.2 +%global docutilsmd5 c4064e1e0e3cd142951fd2b95b830874 %global pythonhg python-hg %global hgpyprefix /opt/%{pythonhg} # byte compilation will fail on some some Python /test/ files