[PATCH 2 of 3] rpm: make Python 2.7.9 the default Python to include in rpms for EL 5

Mads Kiilerich mads at kiilerich.com
Thu Jan 15 22:01:16 CST 2015


# HG changeset patch
# User Mads Kiilerich <madski at unity3d.com>
# Date 1421378800 -3600
#      Fri Jan 16 04:26:40 2015 +0100
# Node ID b60cd5c10c5053826f565cec73b2e5d7636549a5
# Parent  11108c8a7aaab973f11b2e2b49c02a4a3152b908
rpm: make Python 2.7.9 the default Python to include in rpms for EL 5

Use the new and more TLS support in Python 2.7.9.

diff --git a/contrib/buildrpm b/contrib/buildrpm
--- a/contrib/buildrpm
+++ b/contrib/buildrpm
@@ -17,8 +17,8 @@ while [ "$1" ]; do
         ;;
     --withpython | --with-python)
         shift
-        PYTHONVER=2.7.8
-        PYTHONMD5=d4bca0159acb0b44a781292b5231936f
+        PYTHONVER=2.7.9
+        PYTHONMD5=5eebcaa0030dc4061156d3429657fb83
         ;;
     --rpmbuilddir )
         shift


More information about the Mercurial-devel mailing list