Fri, 27 Jun 2025 03:03:36 CST | login

Information for build python3.11-3.11.6-17.oc9

ID43615
Package Namepython3.11
Version3.11.6
Release17.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/python3.11.git#4904920269811c80d9d5ee62a03e36772217d43d
SummaryVersion 3.11 of the Python interpreter
DescriptionPython is a great object-oriented, interpreted, and interactive programming language. It is often compared (favorably of course :-) ) to Lisp, Tcl, Perl, Ruby, C#, Visual Basic, Visual Fox Pro, Scheme or Java... and it's much more fun. Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems. New built-in modules are easily written in C or C++ (or other languages, depending on the chosen implementation). Python is also usable as an extension language for applications written in other languages that need easy-to-use scripting or automation interfaces.
Built byoc-bot
State complete
Volume DEFAULT
StartedThu, 26 Jun 2025 23:14:58 CST
CompletedFri, 27 Jun 2025 00:25:59 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/python3.11.git:4904920269811c80d9d5ee62a03e36772217d43d)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/python3.11.git#4904920269811c80d9d5ee62a03e36772217d43d'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
python3.11-3.11.6-17.oc9.src.rpm (info) (download)
aarch64
python3-3.11.6-17.oc9.aarch64.rpm (info) (download)
python3-debug-3.11.6-17.oc9.aarch64.rpm (info) (download)
python3-devel-3.11.6-17.oc9.aarch64.rpm (info) (download)
python3-idle-3.11.6-17.oc9.aarch64.rpm (info) (download)
python3-libs-3.11.6-17.oc9.aarch64.rpm (info) (download)
python3-test-3.11.6-17.oc9.aarch64.rpm (info) (download)
python3-tkinter-3.11.6-17.oc9.aarch64.rpm (info) (download)
python3.11-debuginfo-3.11.6-17.oc9.aarch64.rpm (info) (download)
python3.11-debugsource-3.11.6-17.oc9.aarch64.rpm (info) (download)
loongarch64
python3-3.11.6-17.oc9.loongarch64.rpm (info) (download)
python3-debug-3.11.6-17.oc9.loongarch64.rpm (info) (download)
python3-devel-3.11.6-17.oc9.loongarch64.rpm (info) (download)
python3-idle-3.11.6-17.oc9.loongarch64.rpm (info) (download)
python3-libs-3.11.6-17.oc9.loongarch64.rpm (info) (download)
python3-test-3.11.6-17.oc9.loongarch64.rpm (info) (download)
python3-tkinter-3.11.6-17.oc9.loongarch64.rpm (info) (download)
python3.11-debuginfo-3.11.6-17.oc9.loongarch64.rpm (info) (download)
python3.11-debugsource-3.11.6-17.oc9.loongarch64.rpm (info) (download)
noarch
python-unversioned-command-3.11.6-17.oc9.noarch.rpm (info) (download)
x86_64
python3-3.11.6-17.oc9.x86_64.rpm (info) (download)
python3-debug-3.11.6-17.oc9.x86_64.rpm (info) (download)
python3-devel-3.11.6-17.oc9.x86_64.rpm (info) (download)
python3-idle-3.11.6-17.oc9.x86_64.rpm (info) (download)
python3-libs-3.11.6-17.oc9.x86_64.rpm (info) (download)
python3-test-3.11.6-17.oc9.x86_64.rpm (info) (download)
python3-tkinter-3.11.6-17.oc9.x86_64.rpm (info) (download)
python3.11-debuginfo-3.11.6-17.oc9.x86_64.rpm (info) (download)
python3.11-debugsource-3.11.6-17.oc9.x86_64.rpm (info) (download)
Logs
x86_64
dnf.rpm.log
dnf.librepo.log
mock_output.log
dnf.log
state.log
installed_pkgs.log
build.log
mock_config.log
hw_info.log
root.log
noarch_rpmdiff.json
aarch64
state.log
build.log
installed_pkgs.log
root.log
dnf.librepo.log
dnf.rpm.log
dnf.log
mock_output.log
hw_info.log
mock_config.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Wed Jun 25 2025 cunshunxia <cunshunxia@tencent.com> - 3.11.6-17 - fix CVE-2025-4435 - Also addresses CVEs 2024-12718, 2025-4138, 2025-4330, and 2025-4517 - gh-135034: Normalize link targets in tarfile, add `os.path.realpath(strict='allow_missing')` (GH-135037) - fix CVE-2025-6069 * Mon Mar 10 2025 Shuo Wang <abushwang@tencent.com> - 3.11.6-16 - fix CVE-2025-1795 - email/_header_value_parser: don't encode list separators (GH-100885) (GH-115593) - Fix UnicodeEncodeError in TokenList.fold() (GH-113730) - Fix for email.generator.Generator with whitespace between encoded words. (#92281) - Fix AttributeError in the email module (GH-119099) * Mon Feb 24 2025 cunshunxia <cunshunxia@tencent.com> - 3.11.6-15 - fix CVE-2025-0938. - gh-105704: Disallow square brackets (`[` and `]`) in domain names for parsed URLs (GH-129418) (#129528) * Tue Nov 05 2024 Shuo Wang <abushwang@tencent.com> - 3.11.6-14 - fix CVE-2024-6923 - Quote template strings in `venv` activation scripts (GH-124712) (GH-126185) * Tue Oct 15 2024 cunshunxia <cunshunxia@tencent.com> - 3.11.6-13 - fix CVE-2024-6923. * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 3.11.6-12 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Wed Sep 18 2024 cunshunxia <cunshunxia@tencent.com> - 3.11.6-11 - fix CVE-2024-8088, CVE-2023-6597 and CVE-2024-7592. * Fri Sep 06 2024 Shuo Wang <abushwang@tencent.com> - 3.11.6-10 - fix CVE-2024-6232 - Remove backtracking when parsing tarfile headers (GH-121286) (#123639) * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 3.11.6-9 - Rebuilt for loongarch release * Wed Jun 19 2024 Shuo Wang <abushwang@tencent.com> - 3.11.6-8 - fix CVE-2024-0397 - Fix "private" (non-global) IP address ranges (GH-113179) (GH-113186) * Tue Jun 18 2024 Shuo Wang <abushwang@tencent.com> - 3.11.6-7 - fix CVE-2024-0397 - Fix locking in cert_store_stats and get_ca_certs * Sat May 25 2024 Huang Yang <huangyang@loongson.cn> - 3.11.6-6 - [Type] other - [DESC] add loongarch64 support * Mon Apr 15 2024 cunshunxia <cunshunxia@tencent.com> - 3.11.6-5 - fix CVE-2024-0450. * Wed Apr 10 2024 Shuo Wang <abushwang@tencent.com> - 3.11.6-4 - simplify pybasever macro * Mon Apr 08 2024 Shuo Wang <abushwang@tencent.com> - 3.11.6-3 - add support for multiple version - fix etree test fail * Wed Oct 25 2023 Shuo Wang <abushwang@tencent.com> - 3.11.6-2 - add Recommends to /usr/bin/python - default install in user environment and not install in koji * Mon Oct 23 2023 Zhao Zhen <jeremiazhao@tencent.com> - 3.11.6-1 - upgraded upstream 3.11.6 - fixed CVE-2023-40217 CVE-2023-41105 * Wed Oct 18 2023 Shuo Wang <abushwang@tencent.com> - 3.11.4-4 - remove unused idle3 files * Wed Sep 20 2023 Shuo Wang <abushwang@tencent.com> - 3.11.4-3 - provides python-unversioned-command * Thu Aug 24 2023 Zhao Zhen <jeremiazhao@tencent.com> - 3.11.4-2 - small fixes * Thu Aug 24 2023 Zhao Zhen <jeremiazhao@tencent.com> - 3.11.4-1 - upgraded for upstream 3.11.4 - fixed CVE-2023-24329, CVE-2022-45061, CVE-2022-42919, CVE-2021-28861, CVE-2020-10735, CVE-2015-20107 - removed python-unversioned-command, it is now merged into python3 package, so python3 package contains - /usr/bin/python by default