From 72fd9210dbae006e1dea0b65619fef5e59bd85af Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Mon, 3 Mar 2014 22:32:25 +1000 Subject: [PATCH] python27 (add version check) --- python27.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python27.json b/python27.json index 58fa76ec10..06da46f995 100644 --- a/python27.json +++ b/python27.json @@ -18,5 +18,6 @@ $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'" + "notes": "To use PIP to manage Python packages, run 'easy_install pip'", + "checkver": "

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

" } \ No newline at end of file