Mon, 29 Dec 2025 19:13:56 CST | login

Information for build python3.12-3.12.2-20.oc9

ID45862
Package Namepython3.12
Version3.12.2
Release20.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python3.12.git?.#1603f132b37ea4af52d4daad1ec0c7a5c6c6097d
SummaryVersion 3.12 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. This package contains the Python3 interpreter.
Built byepol-bot
State complete
Volume DEFAULT
StartedThu, 25 Dec 2025 19:00:16 CST
CompletedThu, 25 Dec 2025 19:48:58 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python3.12.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python3.12.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python3.12-3.12.2-20.oc9.src.rpm (info) (download)
aarch64
python3.12-3.12.2-20.oc9.aarch64.rpm (info) (download)
python3.12-debug-3.12.2-20.oc9.aarch64.rpm (info) (download)
python3.12-devel-3.12.2-20.oc9.aarch64.rpm (info) (download)
python3.12-idle-3.12.2-20.oc9.aarch64.rpm (info) (download)
python3.12-libs-3.12.2-20.oc9.aarch64.rpm (info) (download)
python3.12-test-3.12.2-20.oc9.aarch64.rpm (info) (download)
python3.12-tkinter-3.12.2-20.oc9.aarch64.rpm (info) (download)
python3.12-debuginfo-3.12.2-20.oc9.aarch64.rpm (info) (download)
python3.12-debugsource-3.12.2-20.oc9.aarch64.rpm (info) (download)
loongarch64
python3.12-3.12.2-20.oc9.loongarch64.rpm (info) (download)
python3.12-debug-3.12.2-20.oc9.loongarch64.rpm (info) (download)
python3.12-devel-3.12.2-20.oc9.loongarch64.rpm (info) (download)
python3.12-idle-3.12.2-20.oc9.loongarch64.rpm (info) (download)
python3.12-libs-3.12.2-20.oc9.loongarch64.rpm (info) (download)
python3.12-test-3.12.2-20.oc9.loongarch64.rpm (info) (download)
python3.12-tkinter-3.12.2-20.oc9.loongarch64.rpm (info) (download)
python3.12-debuginfo-3.12.2-20.oc9.loongarch64.rpm (info) (download)
python3.12-debugsource-3.12.2-20.oc9.loongarch64.rpm (info) (download)
x86_64
python3.12-3.12.2-20.oc9.x86_64.rpm (info) (download)
python3.12-debug-3.12.2-20.oc9.x86_64.rpm (info) (download)
python3.12-devel-3.12.2-20.oc9.x86_64.rpm (info) (download)
python3.12-idle-3.12.2-20.oc9.x86_64.rpm (info) (download)
python3.12-libs-3.12.2-20.oc9.x86_64.rpm (info) (download)
python3.12-test-3.12.2-20.oc9.x86_64.rpm (info) (download)
python3.12-tkinter-3.12.2-20.oc9.x86_64.rpm (info) (download)
python3.12-debuginfo-3.12.2-20.oc9.x86_64.rpm (info) (download)
python3.12-debugsource-3.12.2-20.oc9.x86_64.rpm (info) (download)
Logs
x86_64
dnf.log
dnf.rpm.log
mock_output.log
hw_info.log
dnf.librepo.log
build.log
installed_pkgs.log
state.log
mock_config.log
root.log
aarch64
mock_output.log
installed_pkgs.log
hw_info.log
dnf.librepo.log
build.log
mock_config.log
dnf.rpm.log
dnf.log
state.log
root.log
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
Changelog * Thu Dec 25 2025 cunshunxia <cunshunxia@tencent.com> - 3.12.2-20 - fix CVE-2025-13836 CVE-2025-13837 CVE-2025-12048. * Wed Nov 12 2025 Shuo Wang <abushwang@tencent.com> - 3.12.2-19 - fix CVE-2025-6075 - gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952) (GH-140847) * Wed Oct 22 2025 Shuo Wang <abushwang@tencent.com> - 3.12.2-18 - fix CVE-2025-8291 - gh-139700: Check consistency of the zip64 end of - central directory record (GH-139702) (GH-139708) (GH-139712) * Wed Jul 30 2025 cunshunxia <cunshunxia@tencent.com> - 3.12.2-17 - fix CVE-2025-8194. - gh-130577: tarfile now validates archives to ensure member offsets - are non-negative (GH-137027) * Wed Jul 09 2025 Shuo Wang <abushwang@tencent.com> - 3.12.2-16 - fix CVE-2025-4516 - gh-116042: Fix location for SyntaxErrors of invalid escapes in the tokenizer (GH-116049) (#130065) - gh-120155: Fix Coverity issue in parse_string() (GH-120997) (#121006) - gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133944) (#134337) * Wed Jun 25 2025 cunshunxia <cunshunxia@tencent.com> - 3.12.2-15 - 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 * Wed Jun 11 2025 bbrucezhang <bbrucezhang@tencent.com> - 3.12.2-14 - Rebuilt for loongarch64 * Mon Mar 10 2025 Shuo Wang <abushwang@tencent.com> - 3.12.2-13 - fix CVE-2025-1795 - email/_header_value_parser: don't encode list separators (GH-100885) (GH-115592) - Fix for email.generator.Generator with whitespace between encoded words. (GH-92281) (#119246) - Fix regression introduced in gh-100884: AttributeError when re-fold a long address list. * Tue Feb 25 2025 cunshunxia <cunshunxia@tencent.com> - 3.12.2-12 - fix CVE-2025-0938. * Mon Dec 09 2024 Shuo Wang <abushwang@tencent.com> - 3.12.2-11 - fix CVE-2024-12254 - gh-127655: Ensure _SelectorSocketTransport.writelines pauses the - protocol if needed (GH-127656) (#127664) * Tue Nov 05 2024 Shuo Wang <abushwang@tencent.com> - 3.12.2-10 - fix CVE-2024-6923 - Quote template strings in `venv` activation scripts (GH-124712) (GH-126185) * Tue Oct 15 2024 cunshunxia <cunshunxia@tencent.com> - 3.12.2-9 - fix CVE-2024-6923. * Thu Sep 19 2024 cunshunxia <cunshunxia@tencent.com> - 3.12.2-8 - fix CVE-2024-7592. * Wed Sep 18 2024 cunshunxia <cunshunxia@tencent.com> - 3.12.2-7 - fix CVE-2024-8088. * Fri Sep 06 2024 Shuo Wang <abushwang@tencent.com> - 3.12.2-6 - fix CVE-2024-6232 - Remove backtracking when parsing tarfile headers (GH-121286) (#123639) * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 3.12.2-5 - Rebuilt for loongarch release * Wed Jun 19 2024 Shuo Wang <abushwang@tencent.com> - 3.12.2-4 - 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.12.2-3 - fix CVE-2024-0397 - Fix locking in cert_store_stats and get_ca_certs * Wed Apr 10 2024 Shuo Wang <abushwang@tencent.com> - 3.12.2-2 - close bootstrap * Wed Apr 10 2024 Shuo Wang <abushwang@tencent.com> - 3.12.2-1 - init build python3.12