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 Community committed Dec 8, 2020
1 parent 83a83fb commit 4711c64
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions automatic/python/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"3.6": "3.6.8.20200110",
"3.7": "3.7.9",
"3.8": "3.8.6",
"3.9": "3.9.0",
"3.10": "3.10.0-a2"
"3.9": "3.9.1",
"3.10": "3.10.0-a3"
}
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.10.0-a2</version>
<version>3.9.1</version>
<title>Python</title>
<owners>chocolatey-community</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.10.0-a2]" />
<dependency id="python3" version="[3.9.1]" />
</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.10.0/python-3.10.0a2.exe
x64: https://www.python.org/ftp/python/3.10.0/python-3.10.0a2-amd64.exe
x32: https://www.python.org/ftp/python/3.9.1/python-3.9.1.exe
x64: https://www.python.org/ftp/python/3.9.1/python-3.9.1-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: CAE820D6EC3F6104015832675852A0A7FD87C3BE6FDC86E9B8BC138981A86D81
checksum64: B4A686A88855F777A01F2917526BBF177587A93996A5B38BCAD278D5A45BF3DF
checksum32: CE469E937B1293BAE7FBF81D0A3D43623C06C8C38DFC9F4A68C6B237CFD50A9F
checksum64: 9DB77E7282945D3409ABC2A43142AE0F0B829F1656BED07BC18526E765F05F86

File 'license.txt' is obtained from:
https://www.python.org/download/releases/3.4.0/license/
4 changes: 2 additions & 2 deletions automatic/python3/python3.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"3.6": "3.6.8-rc1",
"3.7": "3.7.9",
"3.8": "3.8.6",
"3.9": "3.9.0",
"3.10": "3.10.0-a2"
"3.9": "3.9.1",
"3.10": "3.10.0-a3"
}
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.10.0-a2</version>
<version>3.9.1</version>
<title>Python 3.x</title>
<owners>chocolatey-community</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.10.0a2.exe"
file = "$toolsPath\python-3.9.1.exe"
silentArgs = '/quiet InstallAllUsers=1 PrependPath={0} TargetDir="{1}"' -f $prependPath, $installDir
validExitCodes = @(0)
softwareName = 'Python 3*'
}

if (!$only32Bit) {
$packageArgs['file64'] = "$toolsPath\python-3.10.0a2-amd64.exe"
$packageArgs['file64'] = "$toolsPath\python-3.9.1-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.2105/gvim_8.2.2105_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2105/gvim_8.2.2105_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2107/gvim_8.2.2107_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2107/gvim_8.2.2107_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: ED11705CE9017F7D9D0FE2CCCC56CE8EECBB9F16D6D67C3C8FD73BB1D8034788
checksum64: 8C305847B1C1682ED38F1BB4EC3FEE55A65D8748819CEA1D0F155A03BEF30643
checksum32: 8E3478F815AFA52D2D818A74CBF4C05F2BB299A5F693C8DF3A7B61EEDCB5FF44
checksum64: 1EB976B44BB119A90FD5951E60984647179E538D49964B80776D867FA86C8736
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.2105_x86.zip"
file64 = "$toolsDir\gvim_8.2.2105_x64.zip"
file = "$toolsDir\gvim_8.2.2107_x86.zip"
file64 = "$toolsDir\gvim_8.2.2107_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.2105</version>
<version>8.2.2107</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, 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 4711c64

Please sign in to comment.