Skip to content

Commit

Permalink
AU: 2 updated - Opera python312
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Feb 8, 2023
1 parent 5b6a1a6 commit ed38891
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions automatic/opera/opera.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>Opera</id>
<version>95.0.4635.25</version>
<version>95.0.4635.37</version>
<title>Opera</title>
<owners>chocolatey-community</owners>
<authors>Opera</authors>
Expand All @@ -26,7 +26,7 @@ For example: `--params '"/NoDesktopShortcut /NoTaskbarShortcut"'`
- **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>The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.</summary>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-95/#b4635.25</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-95/#b4635.37</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/opera</packageSourceUrl>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar=0"; Write-Host "Oper
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/95.0.4635.25/win/Opera_95.0.4635.25_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/95.0.4635.25/win/Opera_95.0.4635.25_Setup_x64.exe'
checksum = '027c79231ee5fcdd95fd62439c9ca677aed5f255a7b05ccbb7e4bb22cd1df5f0'
checksum64 = 'a43164f99bb9f819b530381f6e6d089a9ea2e58cd0db04d85b07a42afa127797'
url = 'https://get.geo.opera.com/pub/opera/desktop/95.0.4635.37/win/Opera_95.0.4635.37_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/95.0.4635.37/win/Opera_95.0.4635.37_Setup_x64.exe'
checksum = '65c3ef0fabfd7abe521945b9fa54c77f1a638c8221bff1019efc69f4a547bb43'
checksum64 = '91b95b07e98fba77e39f9e97face62b00edaac70d0136be5808ec385cb34f028'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '95.0.4635.25'
$version = '95.0.4635.37'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
}
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.0a4.exe
x64: https://www.python.org/ftp/python/3.12.0/python-3.12.0a4-amd64.exe
x32: https://www.python.org/ftp/python/3.12.0/python-3.12.0a5.exe
x64: https://www.python.org/ftp/python/3.12.0/python-3.12.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: 332835C301E0202660515A9F2A3E5AF3048D8C13E50A6D7A6834E4333B195781
checksum64: 4917EF24B32FF1FC5E200D3AC218DBD62EC49BDD7505D5B6B1C353F2C5F0A740
checksum32: D1194585D210619C870DFD54EA4923070447654FA4A944539500A81A9B94EEA8
checksum64: 5E1824397385D6BA9B65D799C774FF9DFC9AB86D789472739A77520FD6C0956F

The file 'LICENSE.txt' has been obtained from Python 3.12 Documentation archive <https://docs.python.org/3.12/archives/python-3.12.0a4-docs-text.zip>
The file 'LICENSE.txt' has been obtained from Python 3.12 Documentation archive <https://docs.python.org/3.12/archives/python-3.12.0a5-docs-text.zip>
and can also be found at <https://docs.python.org/3.12/license.html>.
6 changes: 3 additions & 3 deletions automatic/python3-streams/python3-streams.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"3.11": "3.11.1",
"3.12": "3.12.0-a4",
"3.10": "3.10.9",
"3.11": "3.11.2",
"3.12": "3.12.0-a5",
"3.10": "3.10.10",
"3.5": "3.5.4",
"3.6": "3.6.8",
"3.7": "3.7.9",
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-a4</version>
<version>3.12.0-a5</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.0a4.exe"
file = "$toolsPath\python-3.12.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.12.0a4-amd64.exe"
$packageArgs['file64'] = "$toolsPath\python-3.12.0a5-amd64.exe"
}
else {
$packageArgs['packageName'] = "32-bit $($packageArgs['packageName'])"
Expand Down

0 comments on commit ed38891

Please sign in to comment.