From d5f4423c31866432b0a001645448ef2e8a02ec91 Mon Sep 17 00:00:00 2001 From: Christian Lange Date: Thu, 11 Dec 2014 01:21:59 +0100 Subject: [PATCH] Update python27 to 2.7.9 --- python27.json | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/python27.json b/python27.json index 2b50e37767..eec8b7c7bc 100644 --- a/python27.json +++ b/python27.json @@ -1,15 +1,15 @@ { "homepage": "http://www.python.org", "license": "http://docs.python.org/2/license.html", - "version": "2.7.8", + "version": "2.7.9", "architecture": { "64bit": { - "url": "https://www.python.org/ftp/python/2.7.8/python-2.7.8.amd64.msi", - "hash": "md5:38cadfcac6dd56ecf772f2f3f14ee846" + "url": "https://www.python.org/ftp/python/2.7.9/python-2.7.9.amd64.msi", + "hash": "md5:21ee51a9f44b7160cb6fc68e29a1ddd0" }, "32bit": { - "url": "https://www.python.org/ftp/python/2.7.8/python-2.7.8.msi", - "hash": "md5:ef95d83ace85d1577b915dbd481977d4" + "url": "https://www.python.org/ftp/python/2.7.9/python-2.7.9.msi", + "hash": "md5:3ed20d8b06dcd339f814b38861f88fc9" } }, "bin": [ @@ -18,10 +18,6 @@ [ "python.exe", "python2" ] ], "env_add_path": [ "scripts" ], - "post_install": "pushd $env:temp - $s = 'https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py' - echo \"running $s...\";(new-object net.webclient).downloadstring($s) | python 2>&1 > $null - popd", - "notes": "To use PIP to manage Python packages, run 'easy_install pip'", + "post_install": "python2 -m ensurepip", "checkver": "

Latest: .* - Python ([0-9\\.]+)

" }