Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update to Python 3.4.6 and 3.5.3.
  • Loading branch information
fschulze committed Jan 17, 2017
1 parent 4e5036a commit fe68138
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGES.rst
@@ -1,6 +1,13 @@
Changes
=======

2017-01-17
----------

- Update to 3.4.6 and 3.5.3.
[fschulze]


2017-01-05
----------

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.6/Python-3.4.6rc1.tgz
md5sum = 175e4a8c2733cb42c9e45846acf45cf9
url = https://www.python.org/ftp/python/3.4.6/Python-3.4.6.tgz
md5sum = 74a7cbe1bd9652013ae6087ef346b9da
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.3/Python-3.5.3rc1.tgz
md5sum = ddf165b3156e6e3deea71a3e3ee293d1
url = https://www.python.org/ftp/python/3.5.3/Python-3.5.3.tgz
md5sum = 6192f0e45f02575590760e68c621a488
extra_options =
--enable-optimizations
--prefix=${opt:location}
Expand Down

0 comments on commit fe68138

Please sign in to comment.