Skip to content

Commit

Permalink
AU: 8 updated - cmake cmake.install cmake.portable dropbox python pyt…
Browse files Browse the repository at this point in the history
…hon3 python313 selenium-chromium-edge-driver

[skip ci]
  • Loading branch information
Chocolatey Community committed Mar 15, 2024
1 parent cf5091c commit 4daf767
Show file tree
Hide file tree
Showing 23 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"3.26": "3.26.6",
"3.27": "3.27.9",
"3.28": "3.28.3",
"3.29": "3.29.0-rc3"
"3.29": "3.29.0-rc4"
}
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmake.install</id>
<version>3.29.0-rc3</version>
<version>3.29.0-rc4</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.install</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.29.0-rc3/cmake-3.29.0-rc3-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.29.0-rc3/cmake-3.29.0-rc3-windows-x86_64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.29.0-rc4/cmake-3.29.0-rc4-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.29.0-rc4/cmake-3.29.0-rc4-windows-x86_64.msi>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: A6A95C83BBBF96D4008B1528AA6EB0342BA57EBBD3E361439048D0897CE580B8
checksum64: 234AD3F02EB3AC08EA724E9403A319D9C2BAA517C7B839992B637C6E174648FF
checksum32: 9463D3EEE6861085BDD88694CA0E3D5DCA90C04FA74D60FC27AB55CE5173D571
checksum64: 776712F7E0C748675B164C44579FCE5AFCD06787F96E139568E86EC61C868510

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\cmake-3.29.0-rc3-windows-i386.msi"
file64 = "$toolsPath\cmake-3.29.0-rc3-windows-x86_64.msi"
file = "$toolsPath\cmake-3.29.0-rc4-windows-i386.msi"
file64 = "$toolsPath\cmake-3.29.0-rc4-windows-x86_64.msi"
softwareName = 'CMake'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"3.26": "3.26.6",
"3.27": "3.27.9",
"3.28": "3.28.3",
"3.29": "3.29.0-rc3"
"3.29": "3.29.0-rc4"
}
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmake.portable</id>
<version>3.29.0-rc3</version>
<version>3.29.0-rc4</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.portable</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake (Portable)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.29.0-rc3/cmake-3.29.0-rc3-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.29.0-rc3/cmake-3.29.0-rc3-windows-x86_64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.29.0-rc4/cmake-3.29.0-rc4-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.29.0-rc4/cmake-3.29.0-rc4-windows-x86_64.zip>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 4F6668D675C8008BBE6A8BD6ACA7C9BECC545C3779E57D58F00D563CA812ACB8
checksum64: 26D87958047A8557DB82CB3C58C22EDCB06D0E764E3F056DD26114CD57F8B561
checksum32: 56CA9960D4C7AC08527E8609447FCE0AB490AEBCE6DBECBA06E3041684997CA3
checksum64: CC4D0F69CF3F6A7F6A9F5D853558D49A164D3D44AAB01BA36C80A483AA76F5AF

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\cmake-3.29.0-rc3-windows-i386.zip"
file64 = "$toolsPath\cmake-3.29.0-rc3-windows-x86_64.zip"
file = "$toolsPath\cmake-3.29.0-rc4-windows-i386.zip"
file64 = "$toolsPath\cmake-3.29.0-rc4-windows-x86_64.zip"
destination = $toolsPath
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"3.26": "3.26.6",
"3.27": "3.27.9",
"3.28": "3.28.3",
"3.29": "3.29.0-rc3"
"3.29": "3.29.0-rc4"
}
4 changes: 2 additions & 2 deletions automatic/cmake/cmake.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmake</id>
<version>3.29.0-rc3</version>
<version>3.29.0-rc4</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake</title>
Expand Down Expand Up @@ -44,7 +44,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'`
* [News](https://blog.kitware.com/tag/CMake/)
* [Changelog](https://www.cmake.org/download/#latest)</releaseNotes>
<dependencies>
<dependency id="cmake.install" version="[3.29.0-rc3]" />
<dependency id="cmake.install" version="[3.29.0-rc4]" />
</dependencies>
</metadata>
<files />
Expand Down
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "195.3.4906-beta",
"beta": "195.3.4954-beta",
"stable": "194.4.6267"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>195.3.4906-beta</version>
<version>195.3.4954-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
10 changes: 5 additions & 5 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '195.3.4906'
$version = '195.3.4954'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20195.3.4906%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20195.3.4906%20Offline%20Installer.x64.exe'
checksum = '08591306eaa9d4c1597a1bdbe8d016db8e55f3117d8632b1e67acb9676687ff0'
checksum64 = 'f236780cf5cd997491c88d377a205b4ac22630768532d70b0e6ac9521d7397b1'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20195.3.4954%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20195.3.4954%20Offline%20Installer.x64.exe'
checksum = '1071d9096d776d88b79c8669c64197fdbc186d3ca7081f996724c40bf597ce79'
checksum64 = '6db9782074b6f5fdcec0f02b1989d0fb35edb69ef1a17d6b31b09190e37fb93e'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down
2 changes: 1 addition & 1 deletion automatic/python/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"3.10": "3.10.11",
"3.11": "3.11.8",
"3.12": "3.12.2",
"3.13": "3.13.0-a4"
"3.13": "3.13.0-a5"
}
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.13.0-a4</version>
<version>3.13.0-a5</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.13.0-a4]" />
<dependency id="python3" version="[3.13.0-a5]" />
</dependencies>
<licenseUrl>https://docs.python.org/3.13/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.13.0/python-3.13.0a4.exe
x64: https://www.python.org/ftp/python/3.13.0/python-3.13.0a4-amd64.exe
x32: https://www.python.org/ftp/python/3.13.0/python-3.13.0a5.exe
x64: https://www.python.org/ftp/python/3.13.0/python-3.13.0a5-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: D6AC44CAABF7D29296EDB30A82DA9AF08EBA83C0EDEC68B84032880FFE899763
checksum64: 255D1520CBA8041A0C29C522FBD9B7B2894846D06B1331511FFBFF6E7A6374CA
checksum32: 2A4404580BF500A1C678F7DDCDA99B2D53535750369F3BC912BB4A5B6E705FB0
checksum64: 92366197B0FA271A87E8B793DC80771598B9C6B64B1D1624FDC7EC85A1B932A9

The file 'LICENSE.txt' has been obtained from Python 3.13 Documentation archive <https://docs.python.org/3.13/archives/python-3.13.0a4-docs-text.zip>
The file 'LICENSE.txt' has been obtained from Python 3.13 Documentation archive <https://docs.python.org/3.13/archives/python-3.13.0a5-docs-text.zip>
and can also be found at <https://docs.python.org/3.13/license.html>.
2 changes: 1 addition & 1 deletion automatic/python3-streams/python3-streams.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"3.7": "3.7.9",
"3.8": "3.8.10",
"3.9": "3.9.13",
"3.13": "3.13.0-a4"
"3.13": "3.13.0-a5"
}
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>python313</id>
<version>3.13.0-a4</version>
<version>3.13.0-a5</version>
<title>Python 3.13</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 = 'python313'
fileType = 'exe'
file = "$toolsPath\python-3.13.0a4.exe"
file = "$toolsPath\python-3.13.0a5.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.13.0a4-amd64.exe"
$packageArgs['file64'] = "$toolsPath\python-3.13.0a5-amd64.exe"
}
else {
$packageArgs['packageName'] = "32-bit $($packageArgs['packageName'])"
Expand Down
2 changes: 1 addition & 1 deletion automatic/python3/python3.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"3.10": "3.10.11",
"3.11": "3.11.8",
"3.12": "3.12.2",
"3.13": "3.13.0-a4"
"3.13": "3.13.0-a5"
}
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.13.0-a4</version>
<version>3.13.0-a5</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="python313" version="[3.13.0-a4]" />
<dependency id="python313" version="[3.13.0-a5]" />
</dependencies>
</metadata>
<files></files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>selenium-chromium-edge-driver</id>
<!-- Do not touch the version, it will be updated automatically during the update check -->
<version>122.0.2365.80</version>
<version>122.0.2365.92</version>
<title>Selenium Chromium Edge Driver</title>
<authors>Chromium and Microsoft teams</authors>
<owners>chocolatey-community,agabrys,laurin1,AdmiringWorm</owners>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ $parameters = Get-PackageParameters

$packageArgs = @{
packageName = 'selenium-chromium-edge-driver'
url = 'https://msedgedriver.azureedge.net/122.0.2365.80/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/122.0.2365.80/edgedriver_win64.zip'
checksum = '94459dd4727f888e490e438adcc1f6083455f00f30e3bc2249b31032b192feb8'
checksum64 = '6874eabf15853d305938326d00e0da8fe96ef0cf5484d752d625cd8f5ebccc13'
url = 'https://msedgedriver.azureedge.net/122.0.2365.92/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/122.0.2365.92/edgedriver_win64.zip'
checksum = 'd474aa890850e45f403f1e8a92b50754d23d2bb060cfcf22816f1f2cd631e130'
checksum64 = 'b62981f9fc020ca8c6038a6353e7c0c02f5b95e27af663461a25c2ec9a9f822a'
checksumType = 'sha256'
checksumType64 = 'sha256'
unzipLocation = $seleniumDir
Expand Down

0 comments on commit 4daf767

Please sign in to comment.