Skip to content

Commit

Permalink
AU: 1 updated - python3
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Feb 17, 2024
1 parent cd23729 commit c18415b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
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 [python312](https://community.chocolatey.org/packages/python312) directly when using package parameters.
- To completely uninstall python, the package `python312` must also be uninstalled.
- 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.
- **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.**
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-a3"
"3.13": "3.13.0-a4"
}
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.12.2</version>
<version>3.13.0-a4</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-2023 Python Software Foundation. All rights reserved.
<copyright>Copyright © 2001-2024 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 [python312](https://community.chocolatey.org/packages/python312) directly when using package parameters.
- To completely uninstall python, the package `python312` must also be uninstalled.
- 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.
- **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.12/license.html</licenseUrl>
<licenseUrl>https://docs.python.org/3.13/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="python312" version="[3.12.2]" />
<dependency id="python313" version="[3.13.0-a4]" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit c18415b

Please sign in to comment.