Skip to content

Commit

Permalink
AU: 6 updated - python python3 python312 skype vscode vscode.install
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Oct 2, 2023
1 parent 71edf63 commit bac7f7f
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions automatic/python/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"3.8": "3.8.10",
"3.9": "3.9.13",
"3.10": "3.10.11",
"3.11": "3.11.4",
"3.12": "3.12.0-rc3"
"3.11": "3.11.6",
"3.12": "3.12.0"
}
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.12.0-rc3</version>
<version>3.12.0</version>
<title>Python</title>
<owners>chocolatey-community</owners>
<authors>Python Software Foundation</authors>
Expand All @@ -27,7 +27,7 @@ Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.</cop
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/python</packageSourceUrl>
<projectSourceUrl>https://www.python.org/downloads/source</projectSourceUrl>
<dependencies>
<dependency id="python3" version="[3.12.0-rc3]" />
<dependency id="python3" version="[3.12.0]" />
</dependencies>
<licenseUrl>https://docs.python.org/3.12/license.html</licenseUrl>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/python3-streams/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ and can be verified by doing the following:

1. Go to

x32: https://www.python.org/ftp/python/3.12.0/python-3.12.0rc3.exe
x64: https://www.python.org/ftp/python/3.12.0/python-3.12.0rc3-amd64.exe
x32: https://www.python.org/ftp/python/3.12.0/python-3.12.0.exe
x64: https://www.python.org/ftp/python/3.12.0/python-3.12.0-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: 55E6CE2AAD9733A0107353C96508665A39FA5A79205ADAB51BE39FE5DA18D657
checksum64: 190D3B1B8A8CD79E87BDE7A5D31F32B346C3801E779EAD31F6A7B5157CBD56B6
checksum32: 78FE137B4B78274E455CE678BA2E296CA7C3C6A0E53806BF09E4F8986B64C632
checksum64: C6BDF93F4B2DE6DFA1A3A847E7C24AE10EDF7F6318653D452CD4381415700ADA

The file 'LICENSE.txt' has been obtained from Python 3.12 Documentation archive <https://www.python.org/ftp/python/doc/3.12.0rc3/python-3.12.0rc3-docs-text.zip>
The file 'LICENSE.txt' has been obtained from Python 3.12 Documentation archive <https://www.python.org/ftp/python/doc/3.12.0/python-3.12.0-docs-text.zip>
and can also be found at <https://docs.python.org/3.12/license.html>.
4 changes: 2 additions & 2 deletions automatic/python3-streams/python3-streams.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"3.11": "3.11.4",
"3.12": "3.12.0-rc3",
"3.11": "3.11.6",
"3.12": "3.12.0",
"3.10": "3.10.10",
"3.5": "3.5.4",
"3.6": "3.6.8",
Expand Down
2 changes: 1 addition & 1 deletion automatic/python3-streams/python3-streams.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>python312</id>
<version>3.12.0-rc3</version>
<version>3.12.0</version>
<title>Python 3.12</title>
<owners>chocolatey-community,jack1142</owners>
<authors>Python Software Foundation</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/python3-streams/tools/helpers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function Install-Python {
$packageArgs = @{
packageName = 'python312'
fileType = 'exe'
file = "$toolsPath\python-3.12.0rc3.exe"
file = "$toolsPath\python-3.12.0.exe"
silentArgs = '/quiet InstallAllUsers=1 PrependPath={0} TargetDir="{1}"' -f $prependPath, $installDir
validExitCodes = @(0)
}
Expand All @@ -48,7 +48,7 @@ function Install-Python {
$packageArgs['softwareName'] = "Python 3.$minor_version.*"

if (!$only32Bit) {
$packageArgs['file64'] = "$toolsPath\python-3.12.0rc3-amd64.exe"
$packageArgs['file64'] = "$toolsPath\python-3.12.0-amd64.exe"
}
else {
$packageArgs['packageName'] = "32-bit $($packageArgs['packageName'])"
Expand Down
4 changes: 2 additions & 2 deletions automatic/python3/python3.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"3.8": "3.8.10",
"3.9": "3.9.13",
"3.10": "3.10.11",
"3.11": "3.11.4",
"3.12": "3.12.0-rc3"
"3.11": "3.11.6",
"3.12": "3.12.0"
}
4 changes: 2 additions & 2 deletions 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.12.0-rc3</version>
<version>3.12.0</version>
<title>Python 3.x</title>
<owners>chocolatey-community</owners>
<authors>Python Software Foundation</authors>
Expand All @@ -29,7 +29,7 @@ Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.</cop
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/python3</packageSourceUrl>
<projectSourceUrl>https://www.python.org/downloads/source</projectSourceUrl>
<dependencies>
<dependency id="python312" version="[3.12.0-rc3]" />
<dependency id="python312" version="[3.12.0]" />
</dependencies>
</metadata>
<files></files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/skype/skype.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>skype</id>
<title>Skype</title>
<version>8.105.0.208</version>
<version>8.105.0.211</version>
<authors>Microsoft</authors>
<owners>chocolatey-community,Rob Reynolds</owners>
<summary>Skype - VOIP</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/skype/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Skype*'
fileType = 'msi'
url = 'https://download.skype.com/s4l/download/win/Skype-8.105.0.208.msi'
checksum = '238ca787687cf4d5eada370892dbca725165c16091bc4c6715dbeb7f1cd6b18b'
url = 'https://download.skype.com/s4l/download/win/Skype-8.105.0.211.msi'
checksum = '1cfd16d150aaaad3d7f605281670734503f0c2135ac0919c62bbcb42a61b04a9'
checksumType = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0)
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode.install/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$softwareName = 'Microsoft Visual Studio Code'
$version = '1.82.2'
$version = '1.82.3'
if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) {
Write-Host "VS Code $version is already installed."
return
Expand All @@ -16,14 +16,14 @@ Close-VSCode
$packageArgs = @{
packageName = 'vscode.install'
fileType = 'exe'
url = 'https://update.code.visualstudio.com/1.82.2/win32/stable'
url64bit = 'https://update.code.visualstudio.com/1.82.2/win32-x64/stable'
url = 'https://update.code.visualstudio.com/1.82.3/win32/stable'
url64bit = 'https://update.code.visualstudio.com/1.82.3/win32-x64/stable'

softwareName = "$softwareName"

checksum = '76cf4fbe3d371402d94e79840d16e65c7e0ada7e5c12ac002a7fc8b285d2770c'
checksum = '31b55f6e3cd23850a4931a0270e9efb89b9344b40e3320ef860d7d3e3f54c957'
checksumType = 'sha256'
checksum64 = '9dcd084c2e666af8b6bfbc0f3f45610250d6cae14d7a1570e611fb8c88867df7'
checksum64 = 'b704f7647e0efb2ce8d264e3c75846b11d07491ae6b1d9d140b8d02803b3d9fc'
checksumType64 = 'sha256'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode.install/vscode.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode.install</id>
<title>Visual Studio Code (Install)</title>
<version>1.82.2</version>
<version>1.82.3</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode/vscode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode</id>
<title>Visual Studio Code</title>
<version>1.82.2</version>
<version>1.82.3</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down Expand Up @@ -45,7 +45,7 @@ Example: `choco install vscode --params "/NoDesktopIcon /DontAddToPath"`
]]></description>
<tags>microsoft visualstudiocode vscode development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode.install" version="[1.82.2]" />
<dependency id="vscode.install" version="[1.82.3]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/Updates</releaseNotes>
</metadata>
Expand Down

0 comments on commit bac7f7f

Please sign in to comment.