python3.10 3.10.7-ok7 source package in openKylin

Changelog

python3.10 (3.10.7-ok7) yangtze; urgency=medium

  * CVE-2022-45061 CVE-2022-42919 安全修复

 -- chenxinquan <email address hidden>  Fri, 28 Jul 2023 16:23:20 +0800

Upload details

Uploaded by:
chenxinquan
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main python
Nile V2.0 proposed main python
Yangtze V1.0 proposed main python

Downloads

File Size SHA-256 Checksum
python3.10_3.10.7.orig.tar.gz 25.0 MiB dc34d260bbbeb5d683b5a60236c53b1575b83df039ebc5df0f90e0abba321695
python3.10_3.10.7-ok7.debian.tar.xz 197.8 KiB bc826671839318de8c4fff3e1eaefc74bc3f96b95894b34e50b159c245eaa964
python3.10_3.10.7-ok7.dsc 3.3 KiB fd5f673191784a5d1b5f13082655b14e76e25b89844469c776bb0588b14b9146

Available diffs

View changes file

Binary packages built by this source

libpython3.10: Shared Python runtime library (version 3.10)

 Python is a high-level, interactive, object-oriented language. Its 3.10 version
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package contains the shared runtime library, normally not needed
 for programs using the statically linked interpreter.

libpython3.10-dbg: Debug Build of the Python Interpreter (version 3.10)

 The package holds two things:
 .
 - Extensions for a Python interpreter configured with --pydebug.
 - Debug information for standard python extensions.
 .
 See the README.debug for more information.

libpython3.10-dev: Header files and a static library for Python (v3.10)

 Header files, a static library and development tools for building
 Python (v3.10) modules, extending the Python interpreter or embedding
 Python (v3.10) in applications.
 .
 Maintainers of Python packages should read README.maintainers.
 .
 This package contains development files. It is normally not
 used on it's own, but as a dependency of python3.10-dev.

libpython3.10-minimal: Minimal subset of the Python language (version 3.10)

 This package contains some essential modules. It is normally not
 used on it's own, but as a dependency of python3.10-minimal.

libpython3.10-stdlib: Interactive high-level object-oriented language (standard library, version 3.10)

 Python is a high-level, interactive, object-oriented language. Its 3.10 version
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package contains Python 3.10's standard library. It is normally not
 used on its own, but as a dependency of python3.10.

python3.10: Interactive high-level object-oriented language (version 3.10)

 Python is a high-level, interactive, object-oriented language. Its 3.10 version
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.

python3.10-dbg: Debug Build of the Python Interpreter (version 3.10)

 The package holds two things:
 .
 - A Python interpreter configured with --pydebug. Dynamically loaded modules
   are searched as <foo>_d.so first. Third party extensions need a separate
   build to be used by this interpreter.
 - Debug information for standard python interpreter and extensions.
 .
 See the README.debug for more information.

python3.10-dev: Header files and a static library for Python (v3.10)

 Header files, a static library and development tools for building
 Python (v3.10) modules, extending the Python interpreter or embedding
 Python (v3.10) in applications.
 .
 Maintainers of Python packages should read README.maintainers.

python3.10-full: Python Interpreter with complete class library (version 3.10)

 Python, the high-level, interactive object oriented language,
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package is a dependency package, which depends on the full
 standard library of Python for Python developers. Including modules
 used only at build-time, such as venv and distutils, and modules with
 complex dependencies, such as tk and IDLE. All batteries included.
 .
 According to the Debian Python policy, this package must not be used in
 build dependencies, dependencies and recommendations.

python3.10-minimal: Minimal subset of the Python language (version 3.10)

 This package contains the interpreter and some essential modules. It can
 be used in the boot process for some basic tasks.
 See /usr/share/doc/python3.10-minimal/README.Debian for a list of the modules
 contained in this package.

python3.10-nopie: Python interpreter linked without PIE (version 3.10)

 This package contains the interpreter not built as position independent
 executable. This interpreter is diverting the python3.10 executable, and making
 the interpreter built with PIE available as python3.10-pie.

python3.10-venv: Interactive high-level object-oriented language (pyvenv binary, version 3.10)

 Python is a high-level, interactive, object-oriented language. Its 3.10 version
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package contains the pyvenv-3.10 binary.