From bac7f7f2fe5189b25d56f1f8004f16a48ea2e342 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Mon, 2 Oct 2023 18:15:14 +0000 Subject: [PATCH] AU: 6 updated - python python3 python312 skype vscode vscode.install [skip ci] --- automatic/python/python.json | 4 ++-- automatic/python/python.nuspec | 4 ++-- automatic/python3-streams/legal/VERIFICATION.txt | 10 +++++----- automatic/python3-streams/python3-streams.json | 4 ++-- automatic/python3-streams/python3-streams.nuspec | 2 +- automatic/python3-streams/tools/helpers.ps1 | 4 ++-- automatic/python3/python3.json | 4 ++-- automatic/python3/python3.nuspec | 4 ++-- automatic/skype/skype.nuspec | 2 +- automatic/skype/tools/chocolateyInstall.ps1 | 4 ++-- automatic/vscode.install/tools/ChocolateyInstall.ps1 | 10 +++++----- automatic/vscode.install/vscode.install.nuspec | 2 +- automatic/vscode/vscode.nuspec | 4 ++-- 13 files changed, 29 insertions(+), 29 deletions(-) diff --git a/automatic/python/python.json b/automatic/python/python.json index cee8c60c636..02117390607 100644 --- a/automatic/python/python.json +++ b/automatic/python/python.json @@ -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" } diff --git a/automatic/python/python.nuspec b/automatic/python/python.nuspec index e78838267e0..ba4fd21baad 100644 --- a/automatic/python/python.nuspec +++ b/automatic/python/python.nuspec @@ -3,7 +3,7 @@ python - 3.12.0-rc3 + 3.12.0 Python chocolatey-community Python Software Foundation @@ -27,7 +27,7 @@ Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/python https://www.python.org/downloads/source - + https://docs.python.org/3.12/license.html diff --git a/automatic/python3-streams/legal/VERIFICATION.txt b/automatic/python3-streams/legal/VERIFICATION.txt index 8555b07385b..5749324c1d6 100644 --- a/automatic/python3-streams/legal/VERIFICATION.txt +++ b/automatic/python3-streams/legal/VERIFICATION.txt @@ -9,8 +9,8 @@ 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. @@ -18,8 +18,8 @@ and can be verified by doing the following: - 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 +The file 'LICENSE.txt' has been obtained from Python 3.12 Documentation archive and can also be found at . diff --git a/automatic/python3-streams/python3-streams.json b/automatic/python3-streams/python3-streams.json index 30c94444461..606f0ee1915 100644 --- a/automatic/python3-streams/python3-streams.json +++ b/automatic/python3-streams/python3-streams.json @@ -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", diff --git a/automatic/python3-streams/python3-streams.nuspec b/automatic/python3-streams/python3-streams.nuspec index 7813ce7b8ed..30ad5d4e793 100644 --- a/automatic/python3-streams/python3-streams.nuspec +++ b/automatic/python3-streams/python3-streams.nuspec @@ -3,7 +3,7 @@ python312 - 3.12.0-rc3 + 3.12.0 Python 3.12 chocolatey-community,jack1142 Python Software Foundation diff --git a/automatic/python3-streams/tools/helpers.ps1 b/automatic/python3-streams/tools/helpers.ps1 index fce5d718bb7..31ed3bdb498 100644 --- a/automatic/python3-streams/tools/helpers.ps1 +++ b/automatic/python3-streams/tools/helpers.ps1 @@ -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) } @@ -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'])" diff --git a/automatic/python3/python3.json b/automatic/python3/python3.json index f6f4c123722..bb04c024834 100644 --- a/automatic/python3/python3.json +++ b/automatic/python3/python3.json @@ -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" } diff --git a/automatic/python3/python3.nuspec b/automatic/python3/python3.nuspec index 5ff08d60eeb..36b867e49d5 100644 --- a/automatic/python3/python3.nuspec +++ b/automatic/python3/python3.nuspec @@ -3,7 +3,7 @@ python3 - 3.12.0-rc3 + 3.12.0 Python 3.x chocolatey-community Python Software Foundation @@ -29,7 +29,7 @@ Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/python3 https://www.python.org/downloads/source - + diff --git a/automatic/skype/skype.nuspec b/automatic/skype/skype.nuspec index 4205e990daf..da76b15e1ff 100644 --- a/automatic/skype/skype.nuspec +++ b/automatic/skype/skype.nuspec @@ -3,7 +3,7 @@ skype Skype - 8.105.0.208 + 8.105.0.211 Microsoft chocolatey-community,Rob Reynolds Skype - VOIP diff --git a/automatic/skype/tools/chocolateyInstall.ps1 b/automatic/skype/tools/chocolateyInstall.ps1 index d21cce53f47..6f60b1364c0 100644 --- a/automatic/skype/tools/chocolateyInstall.ps1 +++ b/automatic/skype/tools/chocolateyInstall.ps1 @@ -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) diff --git a/automatic/vscode.install/tools/ChocolateyInstall.ps1 b/automatic/vscode.install/tools/ChocolateyInstall.ps1 index d9b5e9533a4..98a5540cd1c 100644 --- a/automatic/vscode.install/tools/ChocolateyInstall.ps1 +++ b/automatic/vscode.install/tools/ChocolateyInstall.ps1 @@ -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 @@ -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) diff --git a/automatic/vscode.install/vscode.install.nuspec b/automatic/vscode.install/vscode.install.nuspec index 6b1d324d0e5..9d992bd70a4 100644 --- a/automatic/vscode.install/vscode.install.nuspec +++ b/automatic/vscode.install/vscode.install.nuspec @@ -4,7 +4,7 @@ vscode.install Visual Studio Code (Install) - 1.82.2 + 1.82.3 Microsoft chocolatey-community https://code.visualstudio.com diff --git a/automatic/vscode/vscode.nuspec b/automatic/vscode/vscode.nuspec index 58d92489b41..c783121ec8c 100644 --- a/automatic/vscode/vscode.nuspec +++ b/automatic/vscode/vscode.nuspec @@ -4,7 +4,7 @@ vscode Visual Studio Code - 1.82.2 + 1.82.3 Microsoft chocolatey-community https://code.visualstudio.com @@ -45,7 +45,7 @@ Example: `choco install vscode --params "/NoDesktopIcon /DontAddToPath"` ]]> microsoft visualstudiocode vscode development editor ide javascript typescript admin foss cross-platform - + https://code.visualstudio.com/Updates