Skip to content

Commit

Permalink
Merge pull request #8 from gforcada/gforcada-patch-1
Browse files Browse the repository at this point in the history
Bump python 2.7 and 3.5 versions
  • Loading branch information
gforcada authored Nov 18, 2016
2 parents 86cb66f + 260fc34 commit aec1f7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@ py26_install: "{{ base_install_folder }}/python{{ py26_version }}"
py26_symlink_target: "{{ py26_install }}"
py26_bin: "{{ py26_install }}/bin/python2.6"

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

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

0 comments on commit aec1f7d

Please sign in to comment.