Mercurial > hg
comparison contrib/packaging/buildrpm @ 42191:ae68418cc3a1 stable
buildrpm: bump bundled Python version to 2.7.16 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.
This change is analogous to 5e947367606c, and bumps the embedded Python version
from 2.7.14 (released in 2017) to 2.7.16 (latest as of today).
author | Antonio Muci <a.mux@inwind.it> |
---|---|
date | Fri, 19 Apr 2019 02:24:25 +0200 |
parents | 6af7765bdb7c |
children | e0812b032bcc |
comparison
equal
deleted
inserted
replaced
42175:cd1bede340b0 | 42191:ae68418cc3a1 |
---|---|
18 shift | 18 shift |
19 BUILD= | 19 BUILD= |
20 ;; | 20 ;; |
21 --withpython | --with-python) | 21 --withpython | --with-python) |
22 shift | 22 shift |
23 PYTHONVER=2.7.14 | 23 PYTHONVER=2.7.16 |
24 PYTHONMD5=cee2e4b33ad3750da77b2e85f2f8b724 | 24 PYTHONMD5=f1a2ace631068444831d01485466ece0 |
25 ;; | 25 ;; |
26 --rpmbuilddir ) | 26 --rpmbuilddir ) |
27 shift | 27 shift |
28 RPMBUILDDIR="$1" | 28 RPMBUILDDIR="$1" |
29 shift | 29 shift |