Mercurial > hg
changeset 36143:5e947367606c
buildrpm: bump bundled python version to 2.7.14 when building for centos{5,6}
when building rpm packages for centos 5 and 6, we bundle a mercurial-specific
version of python 2.7 in /opt/python-hg
Let's bump the embedded python version from 2.7.10 (released in 2015) to
2.7.14 (latest as of today)
author | Antonio Muci <a.mux@inwind.it> |
---|---|
date | Mon, 12 Feb 2018 23:59:36 +0100 |
parents | 60dd840a7fdb |
children | e84438846c27 |
files | contrib/Makefile.python contrib/buildrpm |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/Makefile.python Sun Feb 11 13:25:56 2018 -0500 +++ b/contrib/Makefile.python Mon Feb 12 23:59:36 2018 +0100 @@ -1,4 +1,4 @@ -PYTHONVER=2.7.10 +PYTHONVER=2.7.14 PYTHONNAME=python- PREFIX=$(HOME)/bin/prefix-$(PYTHONNAME)$(PYTHONVER) SYMLINKDIR=$(HOME)/bin
--- a/contrib/buildrpm Sun Feb 11 13:25:56 2018 -0500 +++ b/contrib/buildrpm Mon Feb 12 23:59:36 2018 +0100 @@ -20,8 +20,8 @@ ;; --withpython | --with-python) shift - PYTHONVER=2.7.10 - PYTHONMD5=d7547558fd673bd9d38e2108c6b42521 + PYTHONVER=2.7.14 + PYTHONMD5=cee2e4b33ad3750da77b2e85f2f8b724 ;; --rpmbuilddir ) shift