python3-defaults 3.10.4-0ubuntu2 source package in Ubuntu

Changelog

python3-defaults (3.10.4-0ubuntu2) jammy; urgency=medium

  * Bump version to 3.10.4.
  * Build a python3-nopie package.

 -- Matthias Klose <email address hidden>  Fri, 25 Mar 2022 13:41:08 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release main python

Downloads

File Size SHA-256 Checksum
python3-defaults_3.10.4-0ubuntu2.tar.gz 141.8 KiB 36fc139932700b2c6e2f220ce7b42f7805d8576925a7638508b89f257f05d373
python3-defaults_3.10.4-0ubuntu2.dsc 3.0 KiB fdcc44cf4923fb44ddf6500a060f63047415c31fee261a338881e23339a5dee6

View changes file

Binary packages built by this source

2to3: 2to3 binary using python3

 2to3 is a Python program that reads Python 2.x source code and applies a
 series of fixers to transform it into valid Python 3.x code. The standard
 library contains a rich set of fixers that will handle almost all code. 2to3
 supporting library lib2to3 is, however, a flexible and generic library, so it
 is possible to write your own fixers for 2to3. lib2to3 could also be adapted
 to custom applications in which Python code needs to be edited automatically.
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 2to3 version (currently v3.10).

idle: No summary available for idle in ubuntu kinetic.

No description available for idle in ubuntu kinetic.

idle3: No summary available for idle3 in ubuntu kinetic.

No description available for idle3 in ubuntu kinetic.

libpython3-all-dbg: package depending on all supported Python 3 debugging packages

 The package currently depends on libpython3.10-dbg, in the
 future, dependencies on jython (Python for a JVM) and ironpython (Python
 for Mono) may be added.
 .
 This package is a dependency package used as a build dependency for other
 packages to avoid hardcoded dependencies on specific Python 3 debug packages.

libpython3-all-dev: package depending on all supported Python 3 development packages

 The package currently depends on libpython3.10-dev, in the
 future, dependencies on jython (Python for a JVM) and ironpython (Python
 for Mono) may be added.
 .
 This package is a dependency package used as a build dependency for other
 packages to avoid hardcoded dependencies on specific Python 3 development
 packages.

libpython3-dbg: debug build of the Python 3 Interpreter (version 3.10)

 Python 3 interpreter configured with --pydebug. Dynamically loaded modules
 are searched in /usr/lib/python3.10/lib-dynload/debug first.

libpython3-dev: header files and a static library for Python (default)

 Header files, a static library and development tools for building
 Python modules, extending the Python interpreter or embedding Python
 in applications.
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 version's headers (currently v3.10).

libpython3-stdlib: No summary available for libpython3-stdlib in ubuntu kinetic.

No description available for libpython3-stdlib in ubuntu kinetic.

python3: interactive high-level object-oriented language (default python3 version)

 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 Debian's default
 Python 3 version (currently v3.10).

python3-all: package depending on all supported Python 3 runtime versions

 The package currently depends on python3.10, in the future,
 dependencies on jython (Python for a JVM) and ironpython (Python for Mono)
 may be added.
 .
 This package is a dependency package used as a build dependency for other
 packages to avoid hardcoded dependencies on specific Python 3 runtimes.

python3-all-dbg: package depending on all supported Python 3 debugging packages

 The package currently depends on python3.10-dbg, in the
 future, dependencies on jython (Python for a JVM) and ironpython (Python
 for Mono) may be added.
 .
 This package is a dependency package used as a build dependency for other
 packages to avoid hardcoded dependencies on specific Python 3 debug packages.

python3-all-dev: package depending on all supported Python 3 development packages

 The package currently depends on python3.10-dev, in the
 future, dependencies on jython (Python for a JVM) and ironpython (Python
 for Mono) may be added.
 .
 This package is a dependency package used as a build dependency for other
 packages to avoid hardcoded dependencies on specific Python 3 development
 packages.

python3-dbg: debug build of the Python 3 Interpreter (version 3.10)

 Python 3 interpreter configured with --pydebug. Dynamically loaded modules
 are searched in /usr/lib/python3.10/lib-dynload/debug first.

python3-dev: header files and a static library for Python (default)

 Header files, a static library and development tools for building
 Python modules, extending the Python interpreter or embedding Python
 in applications.
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 version's headers (currently v3.10).

python3-doc: No summary available for python3-doc in ubuntu kinetic.

No description available for python3-doc in ubuntu kinetic.

python3-examples: examples for the Python language (default version)

 Examples, Demos and Tools for Python. These are files included in
 the upstream Python distribution.
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 version's examples (currently v3.10).

python3-full: Default Python Interpreter with complete class library

 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.
 .
 This package depends on Debian's default python 3 version's full
 standard library (currently v3.10).
 .
 According to the Debian Python policy, this package must not be used in
 build dependencies, dependencies and recommendations.

python3-minimal: minimal subset of the Python language (default python3 version)

 This package contains the interpreter and some essential modules. It's 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-nopie: Python interpreter linked without PIE (default python3 version)

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

python3-venv: venv module for python3 (default python3 version)

 This package contains the venv module for the Python language (default python3
 version).
 .
 The venv module provides support for creating lightweight "virtual
 environments" with their own site directories, optionally isolated from system
 site directories. Each virtual environment has its own Python binary (which
 matches the version of the binary that was used to create this environment)
 and can have its own independent set of installed Python packages in its site
 directories.
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 version's venv module (currently v3.10).