Skip to content

Commit

Permalink
AU: 2 updated - python python3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 20, 2020
1 parent 3d3a0a9 commit b807f87
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/python/python.json
Expand Up @@ -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"
}
4 changes: 2 additions & 2 deletions automatic/python/python.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>python</id>
<version>3.8.4</version>
<version>3.8.5</version>
<title>Python</title>
<owners>chocolatey</owners>
<authors>Python Software Foundation</authors>
Expand All @@ -24,7 +24,7 @@ Python is a programming language that lets you work more quickly and integrate y
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/python</packageSourceUrl>
<projectSourceUrl>https://www.python.org/downloads/source</projectSourceUrl>
<dependencies>
<dependency id="python3" version="[3.8.4]" />
<dependency id="python3" version="[3.8.5]" />
</dependencies>
<licenseUrl>https://www.python.org/download/releases/3.4.0/license</licenseUrl>
</metadata>
Expand Down
8 changes: 4 additions & 4 deletions automatic/python3/legal/VERIFICATION.txt
Expand Up @@ -7,17 +7,17 @@ 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.

2. You can use one of the following methods to obtain the SHA256 checksum:
- 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/
2 changes: 1 addition & 1 deletion automatic/python3/python3.json
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion automatic/python3/python3.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>python3</id>
<version>3.9.0-b4</version>
<version>3.8.5</version>
<title>Python 3.x</title>
<owners>chocolatey</owners>
<authors>Python Software Foundation</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/python3/tools/chocolateyInstall.ps1
Expand Up @@ -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*'
Expand Down

0 comments on commit b807f87

Please sign in to comment.