Skip to content

Commit

Permalink
Update python version from 2.7.14 to 2.7.18
Browse files Browse the repository at this point in the history
Signed-off-by: swati keshari <swatikeshari4@gmail.com>

Resolve revision master error

Signed-off-by: swati keshari <swatikeshari4@gmail.com>

Resolve revision master error

Signed-off-by: swati keshari <swatikeshari4@gmail.com>
  • Loading branch information
Swatu15 committed Sep 3, 2021
1 parent b774203 commit a89a242
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"
gemspec

group :development, :test do
gem "omnibus", git: "https://github.com/chef/omnibus"
gem "omnibus", git: "https://github.com/chef/omnibus", branch: "main"
gem "highline"
gem "rake"
gem "chefstyle"
Expand Down
3 changes: 2 additions & 1 deletion config/software/python.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

name "python"
default_version "2.7.14"
default_version "2.7.18"

license "Python-2.0"
license_file "LICENSE"
Expand All @@ -28,6 +28,7 @@

# version_list: url=https://www.python.org/ftp/python/#{version}/ filter=*.tgz

version("2.7.18") { source sha256: "da3080e3b488f648a3d7a4560ddee895284c3380b11d6de75edb986526b9a814" }
version("2.7.14") { source sha256: "304c9b202ea6fbd0a4a8e0ad3733715fbd4749f2204a9173a58ec53c32ea73e8" }
version("2.7.9") { source sha256: "c8bba33e66ac3201dabdc556f0ea7cfe6ac11946ec32d357c4c6f9b018c12c5b" }
version("2.7.5") { source sha256: "8e1b5fa87b91835afb376a9c0d319d41feca07ffebc0288d97ab08d64f48afbf" }
Expand Down

0 comments on commit a89a242

Please sign in to comment.