Skip to content

Commit

Permalink
Update 2.7, 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpieters committed May 24, 2015
1 parent 0b26b58 commit 2c576e5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/CHANGES.txt
@@ -1,6 +1,15 @@
Changes
=======

2015-05-24
----------

- Upgraded Python 2.7 to 2.7.10
[mj]

- Upgraded Python 3.5 to 3.5.0a4
[mj]

2015-03-12
----------

Expand Down
2 changes: 1 addition & 1 deletion src/python27.cfg
Expand Up @@ -11,7 +11,7 @@ python27-parts =
recipe = collective.recipe.cmmi
dependencies = ${dependencies:dummy-dependencies}
executable = ${opt:location}/bin/python2.7
url = https://www.python.org/ftp/python/2.7.9/Python-2.7.9.tgz
url = https://www.python.org/ftp/python/2.7.10/Python-2.7.10.tgz
extra_options =
--disable-tk
--prefix=${opt:location}
Expand Down
2 changes: 1 addition & 1 deletion src/python35.cfg
Expand Up @@ -11,7 +11,7 @@ python35-parts =
recipe = collective.recipe.cmmi
dependencies = ${dependencies:dummy-dependencies}
executable = ${opt:location}/bin/python3.5
url = https://www.python.org/ftp/python/3.5.0/Python-3.5.0a1.tgz
url = https://www.python.org/ftp/python/3.5.0/Python-3.5.0a3.tgz
extra_options =
--prefix=${opt:location}

Expand Down

0 comments on commit 2c576e5

Please sign in to comment.