From 1c157db5a8c425caf3d6b4d6af6bcd9866268a80 Mon Sep 17 00:00:00 2001 From: Elvis Chi Date: Wed, 1 Sep 2021 21:01:12 +0000 Subject: [PATCH 1/3] update to v3.8.12 --- hardening_manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 3c0217b..7133695 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -31,10 +31,10 @@ labels: # List of resources to make available to the offline build context resources: - 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: type: sha256 - value: f88e22d49a0609d4d39ffcca978679b6aef35c1900fc42f07a70ca1e2cadd0b7 + value: 2bdc6c77ce30841657752962bd7422cd41bd58b57d042b0204001475e46f96fe - 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 validation: -- GitLab From ff1554090b26bfbe8b48a5264d97f8ba699db0de Mon Sep 17 00:00:00 2001 From: Elvis Chi Date: Wed, 1 Sep 2021 21:08:55 +0000 Subject: [PATCH 2/3] Update LICENSE --- LICENSE | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/LICENSE b/LICENSE index b9e1741..25fc434 100644 --- a/LICENSE +++ b/LICENSE @@ -1,32 +1,32 @@ -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 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 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, 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 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. 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 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 EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR 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 - 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. 6. This License Agreement will automatically terminate upon a material breach of @@ -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 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. -- GitLab