From 3de9a88823d020c86dee608467161cdf8fdd5cef Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Tue, 9 Apr 2024 18:20:08 +0000 Subject: [PATCH] AU: 3 updated - python python3 python312 [skip ci] --- automatic/python/README.md | 2 +- automatic/python/python.json | 2 +- automatic/python/python.nuspec | 8 ++++---- automatic/python3-streams/README.md | 2 +- automatic/python3-streams/legal/VERIFICATION.txt | 12 ++++++------ automatic/python3-streams/python3-streams.json | 2 +- automatic/python3-streams/python3-streams.nuspec | 10 +++++----- automatic/python3-streams/tools/helpers.ps1 | 6 +++--- automatic/python3/README.md | 4 ++-- automatic/python3/python3.json | 2 +- automatic/python3/python3.nuspec | 10 +++++----- 11 files changed, 30 insertions(+), 30 deletions(-) diff --git a/automatic/python/README.md b/automatic/python/README.md index b9efff0ac05..944300ecc89 100644 --- a/automatic/python/README.md +++ b/automatic/python/README.md @@ -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 [python311](https://chocolatey.org/packages/python311) 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.** diff --git a/automatic/python/python.json b/automatic/python/python.json index dc2c73fd737..60855b89b19 100644 --- a/automatic/python/python.json +++ b/automatic/python/python.json @@ -11,6 +11,6 @@ "3.9": "3.9.13", "3.10": "3.10.11", "3.11": "3.11.9", - "3.12": "3.12.2", + "3.12": "3.12.3", "3.13": "3.13.0-a5" } diff --git a/automatic/python/python.nuspec b/automatic/python/python.nuspec index b317ad54cf9..ef15ef57e72 100644 --- a/automatic/python/python.nuspec +++ b/automatic/python/python.nuspec @@ -3,7 +3,7 @@ python - 3.11.9 + 3.12.3 Python chocolatey-community Python Software Foundation @@ -19,7 +19,7 @@ Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved. 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. @@ -27,9 +27,9 @@ 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.11/license.html + https://docs.python.org/3.12/license.html diff --git a/automatic/python3-streams/README.md b/automatic/python3-streams/README.md index 805520d5f0f..a5fea8f0d8f 100644 --- a/automatic/python3-streams/README.md +++ b/automatic/python3-streams/README.md @@ -1,4 +1,4 @@ -# [python311](https://community.chocolatey.org/packages/python311) +# [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. diff --git a/automatic/python3-streams/legal/VERIFICATION.txt b/automatic/python3-streams/legal/VERIFICATION.txt index 1a32af33f83..2e19a7d4d8e 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.11.9/python-3.11.9.exe - x64: https://www.python.org/ftp/python/3.11.9/python-3.11.9-amd64.exe + x32: https://www.python.org/ftp/python/3.12.3/python-3.12.3.exe + x64: https://www.python.org/ftp/python/3.12.3/python-3.12.3-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: AF19E5E2F03E715A822181F2CB7D4EFEF4EDA13FA4A2DB6DA12E998E46F5CBF9 - checksum64: 5EE42C4EEE1E6B4464BB23722F90B45303F79442DF63083F05322F1785F5FDDE + checksum32: A9F37C55F9922D00EF25AF40D5017E86C2D98ABD7D599307BCCF0F2B3D055983 + checksum64: EDFC6C84DC47EEBD4FAE9167E96FF5D9C27F8ABAA779EE1DEAB9C3D964D0DE3C -The file 'LICENSE.txt' has been obtained from Python 3.11 Documentation archive -and can also be found at . +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 6b403ff653e..28ed45d05d5 100644 --- a/automatic/python3-streams/python3-streams.json +++ b/automatic/python3-streams/python3-streams.json @@ -1,6 +1,6 @@ { "3.11": "3.11.9", - "3.12": "3.12.2", + "3.12": "3.12.3", "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 ecf9167b588..5285f45b4f1 100644 --- a/automatic/python3-streams/python3-streams.nuspec +++ b/automatic/python3-streams/python3-streams.nuspec @@ -2,9 +2,9 @@ - python311 - 3.11.9 - Python 3.11 + python312 + 3.12.3 + Python 3.12 chocolatey-community,jack1142 Python Software Foundation http://www.python.org/ @@ -22,7 +22,7 @@ Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved. 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. python programming development foss cross-platform admin - https://docs.python.org/3.11/license.html + https://docs.python.org/3.12/license.html https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/python3-streams https://www.python.org/downloads/source diff --git a/automatic/python3-streams/tools/helpers.ps1 b/automatic/python3-streams/tools/helpers.ps1 index 40b703cc87f..37167fde023 100644 --- a/automatic/python3-streams/tools/helpers.ps1 +++ b/automatic/python3-streams/tools/helpers.ps1 @@ -37,9 +37,9 @@ function Install-Python { } $packageArgs = @{ - packageName = 'python311' + packageName = 'python312' fileType = 'exe' - file = "$toolsPath\python-3.11.9.exe" + file = "$toolsPath\python-3.12.3.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.11.9-amd64.exe" + $packageArgs['file64'] = "$toolsPath\python-3.12.3-amd64.exe" } else { $packageArgs['packageName'] = "32-bit $($packageArgs['packageName'])" diff --git a/automatic/python3/README.md b/automatic/python3/README.md index e25ca2860f8..29201aec700 100644 --- a/automatic/python3/README.md +++ b/automatic/python3/README.md @@ -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 [python311](https://community.chocolatey.org/packages/python311) directly when using package parameters. - - To completely uninstall python, the package `python311` 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.** diff --git a/automatic/python3/python3.json b/automatic/python3/python3.json index 0e5b9e183ce..0cbc6acc1d9 100644 --- a/automatic/python3/python3.json +++ b/automatic/python3/python3.json @@ -11,6 +11,6 @@ "3.9": "3.9.13", "3.10": "3.10.11", "3.11": "3.11.9", - "3.12": "3.12.2", + "3.12": "3.12.3", "3.13": "3.13.0-a5" } diff --git a/automatic/python3/python3.nuspec b/automatic/python3/python3.nuspec index 35dd57a0061..cc1086690ca 100644 --- a/automatic/python3/python3.nuspec +++ b/automatic/python3/python3.nuspec @@ -3,7 +3,7 @@ python3 - 3.11.9 + 3.12.3 Python 3.x chocolatey-community Python Software Foundation @@ -19,17 +19,17 @@ Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved. 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. python programming development foss cross-platform admin - https://docs.python.org/3.11/license.html + https://docs.python.org/3.12/license.html https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/python3 https://www.python.org/downloads/source - +