Skip to content

Commit

Permalink
Update to Python 2.7.12, 3.5.2 and 3.4.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
fschulze committed Jun 28, 2016
1 parent b1ac234 commit 7fa83cb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGES.rst
@@ -1,6 +1,13 @@
Changes
=======

2016-06-28
----------

- Update to Python 2.7.12, 3.5.2 and 3.4.5.
[fschulze]


2016-06-09
----------

Expand Down
4 changes: 2 additions & 2 deletions src/python27.cfg
Expand Up @@ -11,8 +11,8 @@ 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.11/Python-2.7.11.tgz
md5sum = 6b6076ec9e93f05dd63e47eb9c15728b
url = https://www.python.org/ftp/python/2.7.12/Python-2.7.12.tgz
md5sum = 88d61f82e3616a4be952828b3694109d
extra_options =
--disable-tk
--prefix=${opt:location}
Expand Down
4 changes: 2 additions & 2 deletions src/python34.cfg
Expand Up @@ -11,8 +11,8 @@ python34-parts =
recipe = collective.recipe.cmmi
dependencies = ${dependencies:dummy-dependencies}
executable = ${opt:location}/bin/python3.4
url = https://www.python.org/ftp/python/3.4.4/Python-3.4.4.tgz
md5sum = e80a0c1c71763ff6b5a81f8cc9bb3d50
url = https://www.python.org/ftp/python/3.4.5/Python-3.4.5.tgz
md5sum = 5f2ef90b1adef35a64df14d4bb7af733
extra_options =
--prefix=${opt:location}

Expand Down
4 changes: 2 additions & 2 deletions src/python35.cfg
Expand Up @@ -11,8 +11,8 @@ 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.1/Python-3.5.1.tgz
md5sum = be78e48cdfc1a7ad90efff146dce6cfe
url = https://www.python.org/ftp/python/3.5.2/Python-3.5.2.tgz
md5sum = 3fe8434643a78630c61c6464fe2e7e72
extra_options =
--prefix=${opt:location}

Expand Down

0 comments on commit 7fa83cb

Please sign in to comment.