File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,20 +38,20 @@ py26_install: "{{ base_install_folder }}/python{{ py26_version }}"
38
38
py26_symlink_target : " {{ py26_install }}"
39
39
py26_bin : " {{ py26_install }}/bin/python2.6"
40
40
41
- py27_version : " 2.7.11 "
41
+ py27_version : " 2.7.12 "
42
42
py27_major_version : " {{ py27_version|truncate(3, killwords=true, end='') }}"
43
43
py27_url : " https://www.python.org/ftp/python/{{ py27_version }}/Python-{{ py27_version }}.tar.xz"
44
- py27_md5 : " 1dbcc848b4cd8399a8199d000f9f823c "
44
+ py27_md5 : " 57dffcee9cee8bb2ab5f82af1d8e9a69 "
45
45
py27_tar_file : " /tmp/py{{ py27_version }}.tar.xz"
46
46
py27_sources : " /tmp/Python-{{ py27_version }}"
47
47
py27_install : " {{ base_install_folder }}/python{{ py27_version }}"
48
48
py27_symlink_target : " {{ py27_install }}"
49
49
py27_bin : " {{ py27_install }}/bin/python2.7"
50
50
51
- py35_version : " 3.5.1 "
51
+ py35_version : " 3.5.2 "
52
52
py35_major_version : " {{ py35_version|truncate(3, killwords=true, end='') }}"
53
53
py35_url : " https://www.python.org/ftp/python/{{ py35_version }}/Python-{{ py35_version }}.tar.xz"
54
- py35_md5 : " e9ea6f2623fffcdd871b7b19113fde80 "
54
+ py35_md5 : " 8906efbacfcdc7c3c9198aeefafd159e "
55
55
py35_tar_file : " /tmp/py{{ py35_version }}.tar.xz"
56
56
py35_sources : " /tmp/Python-{{ py35_version }}"
57
57
py35_install : " {{ base_install_folder }}/python{{ py35_version }}"
You can’t perform that action at this time.
0 commit comments