From a1cc13a3cd42755ee5852d25e9c22f5f8eadecd8 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Mon, 27 Jun 2016 10:57:10 +0200 Subject: [PATCH] version up : Python 2.7.12. --- component/python-2.7/buildout.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/component/python-2.7/buildout.cfg b/component/python-2.7/buildout.cfg index ca64f21179..9a37a42169 100644 --- a/component/python-2.7/buildout.cfg +++ b/component/python-2.7/buildout.cfg @@ -28,9 +28,9 @@ python = python2.7 [python2.7] recipe = slapos.recipe.cmmi -package_version = 2.7.11 +package_version = 2.7.12 package_version_suffix = -md5sum = 1dbcc848b4cd8399a8199d000f9f823c +md5sum = 57dffcee9cee8bb2ab5f82af1d8e9a69 # This is actually the default setting for prefix, but we can't use it in # other settings in this part if we don't set it explicitly here. @@ -44,7 +44,7 @@ patches = ${:_profile_base_location_}/pytracemalloc_pep445.patch#46662cf0ccc7cb7cfb8289bbfd68b21a ${:_profile_base_location_}/disabled_module_list.patch#71ad30d32bcdbc50c19cf48675b1246e url = - http://python.org/ftp/python/${:package_version}/Python-${:package_version}${:package_version_suffix}.tar.xz + http://www.python.org/ftp/python/${:package_version}/Python-${:package_version}${:package_version_suffix}.tar.xz configure-options = --enable-ipv6 --enable-unicode=ucs4 -- 2.30.9