Skip to content

Commit aec1f7d

Browse files
authored
Merge pull request #8 from gforcada/gforcada-patch-1
Bump python 2.7 and 3.5 versions
2 parents 86cb66f + 260fc34 commit aec1f7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

defaults/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@ py26_install: "{{ base_install_folder }}/python{{ py26_version }}"
3838
py26_symlink_target: "{{ py26_install }}"
3939
py26_bin: "{{ py26_install }}/bin/python2.6"
4040

41-
py27_version: "2.7.11"
41+
py27_version: "2.7.12"
4242
py27_major_version: "{{ py27_version|truncate(3, killwords=true, end='') }}"
4343
py27_url: "https://www.python.org/ftp/python/{{ py27_version }}/Python-{{ py27_version }}.tar.xz"
44-
py27_md5: "1dbcc848b4cd8399a8199d000f9f823c"
44+
py27_md5: "57dffcee9cee8bb2ab5f82af1d8e9a69"
4545
py27_tar_file: "/tmp/py{{ py27_version }}.tar.xz"
4646
py27_sources: "/tmp/Python-{{ py27_version }}"
4747
py27_install: "{{ base_install_folder }}/python{{ py27_version }}"
4848
py27_symlink_target: "{{ py27_install }}"
4949
py27_bin: "{{ py27_install }}/bin/python2.7"
5050

51-
py35_version: "3.5.1"
51+
py35_version: "3.5.2"
5252
py35_major_version: "{{ py35_version|truncate(3, killwords=true, end='') }}"
5353
py35_url: "https://www.python.org/ftp/python/{{ py35_version }}/Python-{{ py35_version }}.tar.xz"
54-
py35_md5: "e9ea6f2623fffcdd871b7b19113fde80"
54+
py35_md5: "8906efbacfcdc7c3c9198aeefafd159e"
5555
py35_tar_file: "/tmp/py{{ py35_version }}.tar.xz"
5656
py35_sources: "/tmp/Python-{{ py35_version }}"
5757
py35_install: "{{ base_install_folder }}/python{{ py35_version }}"

0 commit comments

Comments
 (0)