UNCLASSIFIED

Commit 6e25b389 authored by Elvis Chi's avatar Elvis Chi 💬
Browse files

Merge branch 'update-patch' into 'development'

update to v3.8.12

See merge request !45
parents 40c259d4 736372a6
Pipeline #466437 passed with stages
in 21 minutes and 30 seconds
PSF LICENSE AGREEMENT FOR PYTHON 3.8.10 PSF LICENSE AGREEMENT FOR PYTHON 3.8.12
1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and
the Individual or Organization ("Licensee") accessing and otherwise using Python the Individual or Organization ("Licensee") accessing and otherwise using Python
3.8.10 software in source or binary form and its associated documentation. 3.8.12 software in source or binary form and its associated documentation.
2. Subject to the terms and conditions of this License Agreement, PSF hereby 2. Subject to the terms and conditions of this License Agreement, PSF hereby
grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
analyze, test, perform and/or display publicly, prepare derivative works, analyze, test, perform and/or display publicly, prepare derivative works,
distribute, and otherwise use Python 3.8.10 alone or in any derivative distribute, and otherwise use Python 3.8.12 alone or in any derivative
version, provided, however, that PSF's License Agreement and PSF's notice of version, provided, however, that PSF's License Agreement and PSF's notice of
copyright, i.e., "Copyright © 2001-2020 Python Software Foundation; All Rights copyright, i.e., "Copyright © 2001-2020 Python Software Foundation; All Rights
Reserved" are retained in Python 3.8.10 alone or in any derivative version Reserved" are retained in Python 3.8.12 alone or in any derivative version
prepared by Licensee. prepared by Licensee.
3. In the event Licensee prepares a derivative work that is based on or 3. In the event Licensee prepares a derivative work that is based on or
incorporates Python 3.8.10 or any part thereof, and wants to make the incorporates Python 3.8.12 or any part thereof, and wants to make the
derivative work available to others as provided herein, then Licensee hereby derivative work available to others as provided herein, then Licensee hereby
agrees to include in any such work a brief summary of the changes made to Python agrees to include in any such work a brief summary of the changes made to Python
3.8.10. 3.8.12.
4. PSF is making Python 3.8.10 available to Licensee on an "AS IS" basis. 4. PSF is making Python 3.8.12 available to Licensee on an "AS IS" basis.
PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF
EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR
WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE
USE OF PYTHON 3.8.10 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. USE OF PYTHON 3.8.12 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 3.8.10 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 3.8.12
FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF
MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 3.8.10, OR ANY DERIVATIVE MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 3.8.12, OR ANY DERIVATIVE
THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
6. This License Agreement will automatically terminate upon a material breach of 6. This License Agreement will automatically terminate upon a material breach of
...@@ -38,5 +38,5 @@ PSF LICENSE AGREEMENT FOR PYTHON 3.8.10 ...@@ -38,5 +38,5 @@ PSF LICENSE AGREEMENT FOR PYTHON 3.8.10
trademark sense to endorse or promote products or services of Licensee, or any trademark sense to endorse or promote products or services of Licensee, or any
third party. third party.
8. By copying, installing or otherwise using Python 3.8.10, Licensee agrees 8. By copying, installing or otherwise using Python 3.8.12, Licensee agrees
to be bound by the terms and conditions of this License Agreement. to be bound by the terms and conditions of this License Agreement.
...@@ -31,10 +31,10 @@ labels: ...@@ -31,10 +31,10 @@ labels:
# List of resources to make available to the offline build context # List of resources to make available to the offline build context
resources: resources:
- filename: python.tar.gz - filename: python.tar.gz
url: https://github.com/python/cpython/archive/refs/tags/v3.8.11.tar.gz url: https://github.com/python/cpython/archive/refs/tags/v3.8.12.tar.gz
validation: validation:
type: sha256 type: sha256
value: f88e22d49a0609d4d39ffcca978679b6aef35c1900fc42f07a70ca1e2cadd0b7 value: 2bdc6c77ce30841657752962bd7422cd41bd58b57d042b0204001475e46f96fe
- filename: pip-21.1.3-py3-none-any.whl - filename: pip-21.1.3-py3-none-any.whl
url: https://files.pythonhosted.org/packages/47/ca/f0d790b6e18b3a6f3bd5e80c2ee4edbb5807286c21cdd0862ca933f751dd/pip-21.1.3-py3-none-any.whl url: https://files.pythonhosted.org/packages/47/ca/f0d790b6e18b3a6f3bd5e80c2ee4edbb5807286c21cdd0862ca933f751dd/pip-21.1.3-py3-none-any.whl
validation: validation:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment