diff --git a/automatic/python/python.json b/automatic/python/python.json index fac6023cb41..85109c41c9f 100644 --- a/automatic/python/python.json +++ b/automatic/python/python.json @@ -6,7 +6,7 @@ "3.4": "3.4.4.20180111", "3.5": "3.5.4.20200110", "3.6": "3.6.8.20200110", - "3.7": "3.7.6", + "3.7": "3.7.6.20200110", "3.8": "3.8.1.20200110", "3.9": "3.9.0-a2" } diff --git a/automatic/python/python.nuspec b/automatic/python/python.nuspec index f7fa3225826..ba2c45cba45 100644 --- a/automatic/python/python.nuspec +++ b/automatic/python/python.nuspec @@ -3,7 +3,7 @@ python - 3.6.8.20200110 + 3.7.6.20200110 Python chocolatey Python Software Foundation @@ -24,7 +24,7 @@ Python is a programming language that lets you work more quickly and integrate y https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/python https://www.python.org/downloads/source - + https://www.python.org/download/releases/3.4.0/license diff --git a/automatic/python3/legal/VERIFICATION.txt b/automatic/python3/legal/VERIFICATION.txt index d3ae1e18960..24eaf5234fb 100644 --- a/automatic/python3/legal/VERIFICATION.txt +++ b/automatic/python3/legal/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32: https://www.python.org/ftp/python/3.5.4/python-3.5.4.exe - x64: https://www.python.org/ftp/python/3.5.4/python-3.5.4-amd64.exe + x32: https://www.python.org/ftp/python/3.7.6/python-3.7.6.exe + x64: https://www.python.org/ftp/python/3.7.6/python-3.7.6-amd64.exe to download the installer. @@ -16,8 +16,8 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: F27C2D67FD9688E4970F3BFF799BB9D722A0D6C2C13B04848E1F7D620B524B0E - checksum64: 9B7741CC32357573A77D2EE64987717E527628C38FD7EAF3E2AACA853D45A1EE + checksum32: D6CBECF7CC2A06008C3B44E76708A7A3A12CB7513AA309B59EB89B6536BDBD4B + checksum64: A66B5B9CA035E343F55AB2A94E363C4F0D8AB07F036C40A1C464A97840D1538C File 'license.txt' is obtained from: https://www.python.org/download/releases/3.4.0/license/ diff --git a/automatic/python3/python3.json b/automatic/python3/python3.json index daaf56c415f..0a834d4a046 100644 --- a/automatic/python3/python3.json +++ b/automatic/python3/python3.json @@ -6,7 +6,7 @@ "3.4": "3.4.4.20180111", "3.5": "3.5.4.20200110", "3.6": "3.6.8-rc1", - "3.7": "3.7.6", + "3.7": "3.7.6.20200110", "3.8": "3.8.1.20200110", "3.9": "3.9.0-a2" } diff --git a/automatic/python3/python3.nuspec b/automatic/python3/python3.nuspec index 21d0b7d058f..693dde0bbe7 100644 --- a/automatic/python3/python3.nuspec +++ b/automatic/python3/python3.nuspec @@ -3,7 +3,7 @@ python3 - 3.5.4.20200110 + 3.7.6.20200110 Python 3.x chocolatey Python Software Foundation diff --git a/automatic/python3/tools/chocolateyInstall.ps1 b/automatic/python3/tools/chocolateyInstall.ps1 index 144c82acf7b..66cd3f75eb9 100644 --- a/automatic/python3/tools/chocolateyInstall.ps1 +++ b/automatic/python3/tools/chocolateyInstall.ps1 @@ -17,8 +17,8 @@ else { $packageArgs = @{ packageName = 'python3' fileType = 'exe' - file = "$toolsPath\python-3.5.4.exe" - file64 = "$toolsPath\python-3.5.4-amd64.exe" + file = "$toolsPath\python-3.7.6.exe" + file64 = "$toolsPath\python-3.7.6-amd64.exe" silentArgs = '/quiet InstallAllUsers=1 PrependPath=1 TargetDir="{0}"' -f $installDir validExitCodes = @(0) softwareName = 'Python*'