From f9ab4c432aa681ce03a80e8c58bce237d6d982ef Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Thu, 10 Nov 2022 15:26:00 +0000 Subject: [PATCH] Core Update 172: Ship Python 3.10.8 and related changes MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- .../rootfiles/common/python3-setuptools-rust | 1 - config/rootfiles/core/172/filelists/python3 | 1 + .../core/172/filelists/python3-daemon | 1 + .../172/filelists/python3-setuptools-rust | 1 + config/rootfiles/core/172/update.sh | 27 +++++++++++++++++++ 5 files changed, 30 insertions(+), 1 deletion(-) create mode 120000 config/rootfiles/core/172/filelists/python3 create mode 120000 config/rootfiles/core/172/filelists/python3-daemon create mode 120000 config/rootfiles/core/172/filelists/python3-setuptools-rust diff --git a/config/rootfiles/common/python3-setuptools-rust b/config/rootfiles/common/python3-setuptools-rust index ec0f494fef..969725867d 100644 --- a/config/rootfiles/common/python3-setuptools-rust +++ b/config/rootfiles/common/python3-setuptools-rust @@ -16,4 +16,3 @@ usr/lib/python3.10/site-packages/setuptools_rust/extension.py usr/lib/python3.10/site-packages/setuptools_rust/rustc_info.py usr/lib/python3.10/site-packages/setuptools_rust/setuptools_ext.py usr/lib/python3.10/site-packages/setuptools_rust/version.py - diff --git a/config/rootfiles/core/172/filelists/python3 b/config/rootfiles/core/172/filelists/python3 new file mode 120000 index 0000000000..0885b1c580 --- /dev/null +++ b/config/rootfiles/core/172/filelists/python3 @@ -0,0 +1 @@ +../../../common/python3 \ No newline at end of file diff --git a/config/rootfiles/core/172/filelists/python3-daemon b/config/rootfiles/core/172/filelists/python3-daemon new file mode 120000 index 0000000000..e8fbc7485b --- /dev/null +++ b/config/rootfiles/core/172/filelists/python3-daemon @@ -0,0 +1 @@ +../../../common/python3-daemon \ No newline at end of file diff --git a/config/rootfiles/core/172/filelists/python3-setuptools-rust b/config/rootfiles/core/172/filelists/python3-setuptools-rust new file mode 120000 index 0000000000..888b93e7e5 --- /dev/null +++ b/config/rootfiles/core/172/filelists/python3-setuptools-rust @@ -0,0 +1 @@ +../../../common/python3-setuptools-rust \ No newline at end of file diff --git a/config/rootfiles/core/172/update.sh b/config/rootfiles/core/172/update.sh index 3534dfe501..7766d9d4e0 100644 --- a/config/rootfiles/core/172/update.sh +++ b/config/rootfiles/core/172/update.sh @@ -43,6 +43,33 @@ rm -rvf \ /usr/lib/libexpat.so.1.8.9 \ /usr/lib/libunbound.so.8.1.1* \ /usr/lib/libxml2.so.2.9.* \ + /usr/lib/python3.10/ensurepip/_bundled/pip-21* \ + /usr/lib/python3.10/ensurepip/_bundled/setuptools-5* \ + /usr/lib/python3.10/lib2to3/Grammar3.10.* \ + /usr/lib/python3.10/lib2to3/PatternGrammar3.10.* \ + /usr/lib/python3.10/site-packages/pip-21.* \ + /usr/lib/python3.10/site-packages/pip/_internal/utils/parallel.py \ + /usr/lib/python3.10/site-packages/pip/_internal/utils/pkg_resources.py \ + /usr/lib/python3.10/site-packages/pip/_vendor/appdirs.py \ + /usr/lib/python3.10/site-packages/pip/_vendor/chardet/compat.py \ + /usr/lib/python3.10/site-packages/pip/_vendor/distlib/_backport \ + /usr/lib/python3.10/site-packages/pip/_vendor/distro.py \ + /usr/lib/python3.10/site-packages/pip/_vendor/html5lib \ + /usr/lib/python3.10/site-packages/pip/_vendor/msgpack/_version.py \ + /usr/lib/python3.10/site-packages/pip/_vendor/progress \ + /usr/lib/python3.10/site-packages/pip/_vendor/pyparsing.py \ + /usr/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname \ + /usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_compat.py \ + /usr/lib/python3.10/site-packages/pkg_resources/_vendor/packaging/_typing.py \ + /usr/lib/python3.10/site-packages/pkg_resources/_vendor/pyparsing.py \ + /usr/lib/python3.10/site-packages/pkg_resources/tests/data \ + /usr/lib/python3.10/site-packages/setuptools-5* \ + /usr/lib/python3.10/site-packages/setuptools/_distutils/py35compat.py \ + /usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/_compat.py \ + /usr/lib/python3.10/site-packages/setuptools/_vendor/packaging/_typing.py \ + /usr/lib/python3.10/site-packages/setuptools/_vendor/pyparsing.py \ + /usr/lib/python3.10/site-packages/setuptools/config.py \ + /usr/lib/python3.10/site-packages/setuptools_rust/utils.py \ /usr/libexec/ipsec/scepclient # Remove powertop add-on, if installed -- 2.39.5