Skip to content

Commit

Permalink
AU: 3 updated - python python3 vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 12, 2020
1 parent 13b91ff commit f8bacec
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion automatic/python/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"3.6": "3.6.8.20200110",
"3.7": "3.7.8",
"3.8": "3.8.5.20200721",
"3.9": "3.9.0-b5"
"3.9": "3.9.0-rc1"
}
4 changes: 2 additions & 2 deletions automatic/python/python.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>python</id>
<version>3.8.5.20200721</version>
<version>3.9.0-rc1</version>
<title>Python</title>
<owners>chocolatey</owners>
<authors>Python Software Foundation</authors>
Expand All @@ -22,7 +22,7 @@
<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.5.20200721]" />
<dependency id="python3" version="[3.9.0-rc1]" />
</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
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

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
x32: https://www.python.org/ftp/python/3.9.0/python-3.9.0rc1.exe
x64: https://www.python.org/ftp/python/3.9.0/python-3.9.0rc1-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: F5FE57AEAA90FF4C5AFED629B51880B53E4CABD0EBCADB33F56CA56FA1654DE8
checksum64: CD427C7B17337D7C13761CA20877D2D8BE661BD30415DDC17072A31A65A91B64
checksum32: 2139E84185F31025C536EF426B8AF9AEB513280D56F593637730CE53D246274C
checksum64: DC99FD2663240C302692B9E27B65F05B0D998D673E9037187EE4865C615C75B4

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
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"3.6": "3.6.8-rc1",
"3.7": "3.7.8",
"3.8": "3.8.5.20200721",
"3.9": "3.9.0-b5"
"3.9": "3.9.0-rc1"
}
2 changes: 1 addition & 1 deletion automatic/python3/python3.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>python3</id>
<version>3.8.5.20200721</version>
<version>3.9.0-rc1</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/helpers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ function Install-Python {
$packageArgs = @{
packageName = 'python3'
fileType = 'exe'
file = "$toolsPath\python-3.8.5.exe"
file = "$toolsPath\python-3.9.0rc1.exe"
silentArgs = '/quiet InstallAllUsers=1 PrependPath={0} TargetDir="{1}"' -f $prependPath, $installDir
validExitCodes = @(0)
softwareName = 'Python 3*'
}

if (!$only32Bit) {
$packageArgs['file64'] = "$toolsPath\python-3.8.5-amd64.exe"
$packageArgs['file64'] = "$toolsPath\python-3.9.0rc1-amd64.exe"
}
else {
$packageArgs['packageName'] = '32-bit python3'
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1419/gvim_8.2.1419_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1419/gvim_8.2.1419_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1424/gvim_8.2.1424_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1424/gvim_8.2.1424_x64.zip>
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: 48EC587303B2EE090E331416DFBFD60F4ED45BAFCF3B131C196C5AA4D57B9E84
checksum64: A443BC552E4C37A857CA727320C6DAA62FE1AC425258A33C93033FBB80693126
checksum32: 904E2BACD12D7702487C1E08A96D91587C9E9E097C21D1DB7E5C893CCCCB3262
checksum64: C1837DFD2A072666CB2BED7B9F7C89885B921B884B9B30EED178242A6DCD2459
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.1419_x86.zip"
file64 = "$toolsDir\gvim_8.2.1419_x64.zip"
file = "$toolsDir\gvim_8.2.1424_x86.zip"
file64 = "$toolsDir\gvim_8.2.1424_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.1419</version>
<version>8.2.1424</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit f8bacec

Please sign in to comment.