From b807f8799c167e0a804c7f48398441d475fef873 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Mon, 20 Jul 2020 18:13:10 +0000 Subject: [PATCH] AU: 2 updated - python python3 [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/e2f41da40cc032b5bde4bdaf7e7f619a1601829b --- automatic/python/python.json | 2 +- automatic/python/python.nuspec | 4 ++-- automatic/python3/legal/VERIFICATION.txt | 8 ++++---- automatic/python3/python3.json | 2 +- automatic/python3/python3.nuspec | 2 +- automatic/python3/tools/chocolateyInstall.ps1 | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/automatic/python/python.json b/automatic/python/python.json index cc021035b12..cc77b681b1e 100644 --- a/automatic/python/python.json +++ b/automatic/python/python.json @@ -7,6 +7,6 @@ "3.5": "3.5.4.20200110", "3.6": "3.6.8.20200110", "3.7": "3.7.8", - "3.8": "3.8.4", + "3.8": "3.8.5", "3.9": "3.9.0-b4" } diff --git a/automatic/python/python.nuspec b/automatic/python/python.nuspec index e5f6d5dc529..024f63bd3a0 100644 --- a/automatic/python/python.nuspec +++ b/automatic/python/python.nuspec @@ -3,7 +3,7 @@ python - 3.8.4 + 3.8.5 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 23f9a4d5664..bb91c469ed9 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.9.0/python-3.9.0b4.exe - x64: https://www.python.org/ftp/python/3.9.0/python-3.9.0b4-amd64.exe + x32: https://www.python.org/ftp/python/3.8.5/python-3.8.5.exe + x64: https://www.python.org/ftp/python/3.8.5/python-3.8.5-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: E7081066F6429CF3EAD0A9B394A3DAA5023EA6BFA5BC85BE87572FF8CC4236AC - checksum64: BF9B94CECDAB1AAFD040BDFB90D048D2D7CCB50359FE36E1FFFA43ABEA253A0D + checksum32: F5FE57AEAA90FF4C5AFED629B51880B53E4CABD0EBCADB33F56CA56FA1654DE8 + checksum64: CD427C7B17337D7C13761CA20877D2D8BE661BD30415DDC17072A31A65A91B64 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 0ee37a1ebf0..23077571f69 100644 --- a/automatic/python3/python3.json +++ b/automatic/python3/python3.json @@ -7,6 +7,6 @@ "3.5": "3.5.4.20200110", "3.6": "3.6.8-rc1", "3.7": "3.7.8", - "3.8": "3.8.4-rc1", + "3.8": "3.8.5", "3.9": "3.9.0-b4" } diff --git a/automatic/python3/python3.nuspec b/automatic/python3/python3.nuspec index 675fcba12dc..212c6f7bd96 100644 --- a/automatic/python3/python3.nuspec +++ b/automatic/python3/python3.nuspec @@ -3,7 +3,7 @@ python3 - 3.9.0-b4 + 3.8.5 Python 3.x chocolatey Python Software Foundation diff --git a/automatic/python3/tools/chocolateyInstall.ps1 b/automatic/python3/tools/chocolateyInstall.ps1 index c14a441f3ad..5af48cf34fa 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.9.0b4.exe" - file64 = "$toolsPath\python-3.9.0b4-amd64.exe" + file = "$toolsPath\python-3.8.5.exe" + file64 = "$toolsPath\python-3.8.5-amd64.exe" silentArgs = '/quiet InstallAllUsers=1 PrependPath=1 TargetDir="{0}"' -f $installDir validExitCodes = @(0) softwareName = 'Python*'