Skip to content

Commit

Permalink
Bump Python to 2.7.16 (#3229)
Browse files Browse the repository at this point in the history
* Bump python version to 2.7.16
* Add sha256 hash for python for windows
* Add release note entry.
  • Loading branch information
remeh authored Mar 29, 2019
1 parent 200fc84 commit 4a1a379
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions omnibus/config/software/python.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
name "python"

if ohai["platform"] != "windows"
default_version "2.7.15"
default_version "2.7.16"

dependency "ncurses"
dependency "zlib"
Expand All @@ -31,7 +31,7 @@
dependency "libsqlite3"

source :url => "http://python.org/ftp/python/#{version}/Python-#{version}.tgz",
:sha256 => "18617d1f15a380a919d517630a9cd85ce17ea602f9bbdc58ddc672df4b0239db"
:sha256 => "01da813a3600876f03f46db11cc5c408175e99f03af2ba942ef324389a83bad5"

relative_path "Python-#{version}"

Expand Down Expand Up @@ -77,11 +77,11 @@
end

else
default_version "2.7.15"
default_version "2.7.16"

dependency "vc_redist"
source :url => "https://s3.amazonaws.com/dd-agent-omnibus/python-windows-#{version}-amd64.zip",
:sha256 => "e3b099206e61b1b4bf70b89c5fe5a698ba2ac465133c6b00ed998227a19c4b83",
:sha256 => "6b9fdc51dde1ba6ae4cb698451900e1f8f1900ff1d56d9166dbeab06b10a4dce",
:extract => :seven_zip

build do
Expand Down
3 changes: 3 additions & 0 deletions releasenotes/notes/python-2-7-16-ad658e375b138e92.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
other:
- |
Bump embedded Python to 2.7.16

0 comments on commit 4a1a379

Please sign in to comment.