Fri, 27 Jun 2025 00:12:47 CST | login

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

ID40024
Package Namepython3.12
Version3.12.2
Release14.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python3.12.git?.#935d3b4ec0d4bf62b9af4b29929cd0ec828c1a73
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 bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 21:43:15 CST
CompletedFri, 13 Jun 2025 23:03:15 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-14.oc9.src.rpm (info) (download)
aarch64
python3.12-3.12.2-14.oc9.aarch64.rpm (info) (download)
python3.12-debug-3.12.2-14.oc9.aarch64.rpm (info) (download)
python3.12-devel-3.12.2-14.oc9.aarch64.rpm (info) (download)
python3.12-idle-3.12.2-14.oc9.aarch64.rpm (info) (download)
python3.12-libs-3.12.2-14.oc9.aarch64.rpm (info) (download)
python3.12-test-3.12.2-14.oc9.aarch64.rpm (info) (download)
python3.12-tkinter-3.12.2-14.oc9.aarch64.rpm (info) (download)
python3.12-debuginfo-3.12.2-14.oc9.aarch64.rpm (info) (download)
python3.12-debugsource-3.12.2-14.oc9.aarch64.rpm (info) (download)
loongarch64
python3.12-3.12.2-14.oc9.loongarch64.rpm (info) (download)
python3.12-debug-3.12.2-14.oc9.loongarch64.rpm (info) (download)
python3.12-devel-3.12.2-14.oc9.loongarch64.rpm (info) (download)
python3.12-idle-3.12.2-14.oc9.loongarch64.rpm (info) (download)
python3.12-libs-3.12.2-14.oc9.loongarch64.rpm (info) (download)
python3.12-test-3.12.2-14.oc9.loongarch64.rpm (info) (download)
python3.12-tkinter-3.12.2-14.oc9.loongarch64.rpm (info) (download)
python3.12-debuginfo-3.12.2-14.oc9.loongarch64.rpm (info) (download)
python3.12-debugsource-3.12.2-14.oc9.loongarch64.rpm (info) (download)
x86_64
python3.12-3.12.2-14.oc9.x86_64.rpm (info) (download)
python3.12-debug-3.12.2-14.oc9.x86_64.rpm (info) (download)
python3.12-devel-3.12.2-14.oc9.x86_64.rpm (info) (download)
python3.12-idle-3.12.2-14.oc9.x86_64.rpm (info) (download)
python3.12-libs-3.12.2-14.oc9.x86_64.rpm (info) (download)
python3.12-test-3.12.2-14.oc9.x86_64.rpm (info) (download)
python3.12-tkinter-3.12.2-14.oc9.x86_64.rpm (info) (download)
python3.12-debuginfo-3.12.2-14.oc9.x86_64.rpm (info) (download)
python3.12-debugsource-3.12.2-14.oc9.x86_64.rpm (info) (download)
Logs
x86_64
mock_config.log
mock_output.log
build.log
hw_info.log
dnf.rpm.log
state.log
installed_pkgs.log
dnf.librepo.log
dnf.log
root.log
aarch64
root.log
mock_config.log
dnf.rpm.log
hw_info.log
installed_pkgs.log
mock_output.log
dnf.log
state.log
build.log
dnf.librepo.log
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
Changelog * 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