From d707578703f51ce336f1de5e26301a3d2f582487 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 9 May 2014 06:48:54 -0700 Subject: [PATCH 1/2] Add PyPy 2.3.0, and make it the default --- ci_environment/python/attributes/default.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci_environment/python/attributes/default.rb b/ci_environment/python/attributes/default.rb index 1e7186dbb..c5b9a5637 100644 --- a/ci_environment/python/attributes/default.rb +++ b/ci_environment/python/attributes/default.rb @@ -30,6 +30,7 @@ "3.3.5", "3.2.5", "pypy-2.2.1", + "pypy-2.3.0", ] default['python']['pyenv']['aliases'] = { @@ -38,7 +39,7 @@ "3.2.5" => ["3.2"], "3.3.5" => ["3.3"], "3.4.0" => ["3.4"], - "pypy-2.2.1" => ["pypy"], + "pypy-2.3.0" => ["pypy"], } default['python']['pip']['packages'] = { From 392d1ad392f5057d1c6e5a447c02d4aa7268128d Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 9 May 2014 07:02:04 -0700 Subject: [PATCH 2/2] Also upgrade the pyenv version to slurp in the needed PyPy --- ci_environment/python/attributes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_environment/python/attributes/default.rb b/ci_environment/python/attributes/default.rb index c5b9a5637..86d4f4cb3 100644 --- a/ci_environment/python/attributes/default.rb +++ b/ci_environment/python/attributes/default.rb @@ -17,7 +17,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -default['python']['pyenv']['revision'] = "cf89abaacff804b7b2047e3ee2ff6df5651b1ce5" +default['python']['pyenv']['revision'] = "72a480f2982fb6ae0c558eb103582c95d074762a" # Order matters for this list of Pythons. It will be used to construct the # $PATH so items earlier in the list will take precedence over items later in