Skip to content

Commit

Permalink
AU: 7 updated - dropbox GoogleChrome nexus-repository python python3 …
Browse files Browse the repository at this point in the history
…python312 sysinternals

[skip ci]
  • Loading branch information
Chocolatey Community committed Feb 7, 2024
1 parent 844b96a commit 6e0733a
Show file tree
Hide file tree
Showing 20 changed files with 54 additions and 54 deletions.
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": "192.3.4572-beta",
"beta": "193.3.5459-beta",
"stable": "191.4.4995"
}
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>192.3.4572-beta</version>
<version>193.3.5459-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 = '192.3.4572'
$version = '193.3.5459'

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%20192.3.4572%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20192.3.4572%20Offline%20Installer.x64.exe'
checksum = 'a114d1b4f94b1b8ec960de9b1daea4a209cbf159970d17d299f6e55f67c505de'
checksum64 = '6501b68ea95d41c40ee5ef4ebc8578fc4f7fb411f295b4d8eb41f65c93d7cf93'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20193.3.5459%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20193.3.5459%20Offline%20Installer.x64.exe'
checksum = '8d42ae1e2429f3a7f8866da712488345fc498e861cb5fc274725b898382f5572'
checksum64 = '4567ab2fbdfc927649500f9174d8df4d18bccdc93a65d7018e6aba20fb685d71'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>GoogleChrome</id>
<version>120.0.6099.276</version>
<version>120.0.6099.283</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google LLC.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '120.0.6099.276'
$version = '120.0.6099.283'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = '678fb6fbcd5f6ede3b60f55f74ccb5c9950092307366aeed1da663543ab5e925'
checksum64 = '7d58bae5f05222a10b5c5f474ad7f538c1eadc4655a2f179f18c8cabdb5eceeb'
checksum = '701a50f12d2f56c53187625fd13e005775cc7cd38b2d570566185096979773ac'
checksum64 = '020f34887dad034f95796ddf62a1a1b5ee2f7f3b8ad8f97da492428642255958'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
2 changes: 1 addition & 1 deletion automatic/nexus-repository/nexus-repository.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>nexus-repository</id>
<title>Nexus Repository OSS</title>
<version>3.64.0.04</version>
<version>3.65.0.02</version>
<authors>Sonatype</authors>
<owners>chocolatey-community,DarwinJS</owners>
<summary>Free open source version of popular Nexus Repository for binary artifacts including first class Nuget support.</summary>
Expand Down
6 changes: 3 additions & 3 deletions automatic/nexus-repository/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (Get-OSArchitectureWidth 32) {
throw "Sonatype Nexus Repository 3.0 and greater only supports 64-bit Windows."
}

$Version = '3.64.0-04'
$Version = '3.65.0-02'
$NexusVersionedFolder = "nexus-$Version"
$TargetFolder = "$env:ProgramData\nexus"
$ExtractFolder = "$env:TEMP\NexusExtract"
Expand Down Expand Up @@ -55,8 +55,8 @@ if (Test-Path "$ExtractFolder") {
$PackageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $ExtractFolder
url64 = 'https://sonatype-download.global.ssl.fastly.net/repository/downloads-prod-group/3/nexus-3.64.0-04-win64.zip'
checksum64 = '18c204b8d0ff67a3bc02de4b9eb7cdd6db6f38f1ef74510466f13764eb9e7081'
url64 = 'https://sonatype-download.global.ssl.fastly.net/repository/downloads-prod-group/3/nexus-3.65.0-02-win64.zip'
checksum64 = '2f237b08666bb80cd7992e7dca4f38ac52e993bf9e26db2b1705e0024c83bc42'
checksumType64 = 'SHA256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Python is a programming language that lets you work more quickly and integrate y
## Notes

- This package depends on the the latest major version of python package.
- This package do not support package parameters, please install the package [python313](https://chocolatey.org/packages/python313) directly when using package parameters.
- This package do not support package parameters, please install the package [python312](https://chocolatey.org/packages/python312) directly when using package parameters.
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
4 changes: 2 additions & 2 deletions automatic/python/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"3.8": "3.8.10",
"3.9": "3.9.13",
"3.10": "3.10.11",
"3.11": "3.11.7",
"3.12": "3.12.1",
"3.11": "3.11.8",
"3.12": "3.12.2",
"3.13": "3.13.0-a3"
}
10 changes: 5 additions & 5 deletions automatic/python/python.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>python</id>
<version>3.13.0-a3</version>
<version>3.12.2</version>
<title>Python</title>
<owners>chocolatey-community</owners>
<authors>Python Software Foundation</authors>
<copyright>Copyright © 2001-2024 Python Software Foundation. All rights reserved.
<copyright>Copyright © 2001-2023 Python Software Foundation. All rights reserved.
Copyright © 2000 BeOpen.com. All rights reserved.
Copyright © 1995-2000 Corporation for National Research Initiatives. All rights reserved.
Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.</copyright>
Expand All @@ -19,17 +19,17 @@ Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.</cop
## Notes
- This package depends on the the latest major version of python package.
- This package do not support package parameters, please install the package [python313](https://chocolatey.org/packages/python313) directly when using package parameters.
- This package do not support package parameters, please install the package [python312](https://chocolatey.org/packages/python312) directly when using package parameters.
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<summary>Python is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs.</summary>
<tags>python programming development foss cross-platform admin</tags>
<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-a3]" />
<dependency id="python3" version="[3.12.2]" />
</dependencies>
<licenseUrl>https://docs.python.org/3.13/license.html</licenseUrl>
<licenseUrl>https://docs.python.org/3.12/license.html</licenseUrl>
</metadata>
<files></files>
</package>
2 changes: 1 addition & 1 deletion automatic/python3-streams/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/python.svg" width="48" height="48"/> [python313](https://community.chocolatey.org/packages/python313)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/python.svg" width="48" height="48"/> [python312](https://community.chocolatey.org/packages/python312)

Python 3.x is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python 3.x and see almost immediate gains in productivity and lower maintenance costs.

Expand Down
12 changes: 6 additions & 6 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.0a3.exe
x64: https://www.python.org/ftp/python/3.13.0/python-3.13.0a3-amd64.exe
x32: https://www.python.org/ftp/python/3.12.2/python-3.12.2.exe
x64: https://www.python.org/ftp/python/3.12.2/python-3.12.2-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: F47A88A48814E7BA69AD2DD3EB50542982E6F1498EBB68D434DC6321A24F1B99
checksum64: 98661A5446AA06F2E2625995C2B4426B163C04F070B404EB072D67698D3B9850
checksum32: F10F43CDCAF4B788D98BCB072F08AA43330502B25513A8FDFFB6D77263CBAB8E
checksum64: B9314802F9EFBF0F20A8E2CB4CACC4D5CFB0110DAC2818D94E770E1BA5137C65

The file 'LICENSE.txt' has been obtained from Python 3.13 Documentation archive <https://docs.python.org/3.13/archives/python-3.13.0a3-docs-text.zip>
and can also be found at <https://docs.python.org/3.13/license.html>.
The file 'LICENSE.txt' has been obtained from Python 3.12 Documentation archive <https://www.python.org/ftp/python/doc/3.12.2/python-3.12.2-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.7",
"3.12": "3.12.1",
"3.11": "3.11.8",
"3.12": "3.12.2",
"3.10": "3.10.10",
"3.5": "3.5.4",
"3.6": "3.6.8",
Expand Down
12 changes: 6 additions & 6 deletions automatic/python3-streams/python3-streams.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>python313</id>
<version>3.13.0-a3</version>
<title>Python 3.13</title>
<id>python312</id>
<version>3.12.2</version>
<title>Python 3.12</title>
<owners>chocolatey-community,jack1142</owners>
<authors>Python Software Foundation</authors>
<projectUrl>http://www.python.org/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/python.svg</iconUrl>
<copyright>Copyright © 2001-2024 Python Software Foundation. All rights reserved.
<copyright>Copyright © 2001-2023 Python Software Foundation. All rights reserved.
Copyright © 2000 BeOpen.com. All rights reserved.
Copyright © 1995-2000 Corporation for National Research Initiatives. All rights reserved.
Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.</copyright>
Expand All @@ -22,7 +22,7 @@ Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.</cop
- `/InstallDir32:` - Installation directory for 32bit python on 64bit Operating Systems. **NOTE**: Do only use this parameter if you wish to install 32bit python alongside 64bit python. 32Bit python will not be added on PATH.
- `/NoLockdown` - Installation directory will not be locked down with Administrator only write permissions.
Example: `choco install python313 --params "/InstallDir:C:\your\install\path"`
Example: `choco install python312 --params "/InstallDir:C:\your\install\path"`
## Notes
Expand All @@ -32,7 +32,7 @@ Example: `choco install python313 --params "/InstallDir:C:\your\install\path"`
]]></description>
<summary>Python 3.x is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python 3.x and see almost immediate gains in productivity and lower maintenance costs.</summary>
<tags>python programming development foss cross-platform admin</tags>
<licenseUrl>https://docs.python.org/3.13/license.html</licenseUrl>
<licenseUrl>https://docs.python.org/3.12/license.html</licenseUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/python3-streams</packageSourceUrl>
<projectSourceUrl>https://www.python.org/downloads/source</projectSourceUrl>
<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions automatic/python3-streams/tools/helpers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ function Install-Python {
}

$packageArgs = @{
packageName = 'python313'
packageName = 'python312'
fileType = 'exe'
file = "$toolsPath\python-3.13.0a3.exe"
file = "$toolsPath\python-3.12.2.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.0a3-amd64.exe"
$packageArgs['file64'] = "$toolsPath\python-3.12.2-amd64.exe"
}
else {
$packageArgs['packageName'] = "32-bit $($packageArgs['packageName'])"
Expand Down
4 changes: 2 additions & 2 deletions automatic/python3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
## Notes

- This package depends on the latest major + minor version of python package.
- This package do not support package parameters, please install the package [python313](https://community.chocolatey.org/packages/python313) directly when using package parameters.
- To completely uninstall python, the package `python313` must also be uninstalled.
- This package do not support package parameters, please install the package [python312](https://community.chocolatey.org/packages/python312) directly when using package parameters.
- To completely uninstall python, the package `python312` must also be uninstalled.
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
4 changes: 2 additions & 2 deletions automatic/python3/python3.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"3.8": "3.8.10",
"3.9": "3.9.13",
"3.10": "3.10.11",
"3.11": "3.11.7",
"3.12": "3.12.1",
"3.11": "3.11.8",
"3.12": "3.12.2",
"3.13": "3.13.0-a3"
}
12 changes: 6 additions & 6 deletions automatic/python3/python3.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>python3</id>
<version>3.13.0-a3</version>
<version>3.12.2</version>
<title>Python 3.x</title>
<owners>chocolatey-community</owners>
<authors>Python Software Foundation</authors>
<projectUrl>http://www.python.org/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/python.svg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>Copyright © 2001-2024 Python Software Foundation. All rights reserved.
<copyright>Copyright © 2001-2023 Python Software Foundation. All rights reserved.
Copyright © 2000 BeOpen.com. All rights reserved.
Copyright © 1995-2000 Corporation for National Research Initiatives. All rights reserved.
Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.</copyright>
Expand All @@ -19,17 +19,17 @@ Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.</cop
## Notes
- This package depends on the latest major + minor version of python package.
- This package do not support package parameters, please install the package [python313](https://community.chocolatey.org/packages/python313) directly when using package parameters.
- To completely uninstall python, the package `python313` must also be uninstalled.
- This package do not support package parameters, please install the package [python312](https://community.chocolatey.org/packages/python312) directly when using package parameters.
- To completely uninstall python, the package `python312` must also be uninstalled.
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<summary>Python 3.x is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python 3.x and see almost immediate gains in productivity and lower maintenance costs.</summary>
<tags>python programming development foss cross-platform admin</tags>
<licenseUrl>https://docs.python.org/3.13/license.html</licenseUrl>
<licenseUrl>https://docs.python.org/3.12/license.html</licenseUrl>
<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-a3]" />
<dependency id="python312" version="[3.12.2]" />
</dependencies>
</metadata>
<files></files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/sysinternals.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2024.1.9</version>
<version>2024.2.6</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/sysinternals/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'sysinternals'
url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
checksum = 'f5ce59b70dfed1846a1fa145dd34acc9f6635e6d80a24cae39b911ebe9b33140'
checksum = '2cdc9e1aa319edb908e04432835cf51050e23fc0b330f78e25b8588afd6cebea'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand All @@ -18,7 +18,7 @@ Accept-Eula
if ($installDir -ne $toolsPath) { Install-ChocolateyPath $installDir }
if (Is-NanoServer) {
$packageArgs.url = 'https://download.sysinternals.com/files/SysinternalsSuite-Nano.zip'
$packageArgs.checksum = 'f57d9f9fe085c1d5ae9b51a3e2f0fb81e423b6dafd8fdee39739bf228b5df940'
$packageArgs.checksum = 'ec7107d44a0ad9907102a8b2f1c0ecc0d79ece8f120e9f32a8d68762532bce66'
}

$old_path = 'c:\sysinternals'
Expand Down

0 comments on commit 6e0733a

Please sign in to comment.