wheel 0.42.0-1ubuntu2 source package in Ubuntu

Changelog

wheel (0.42.0-1ubuntu2) noble; urgency=medium

  * Remove dependency on python3-distutils.

 -- Matthias Klose <email address hidden>  Tue, 05 Mar 2024 14:14:59 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
wheel_0.42.0.orig.tar.gz 96.4 KiB c45be39f7882c9d34243236f2d63cbd58039e360f85d0913425fbd7ceea617a8
wheel_0.42.0-1ubuntu2.debian.tar.xz 7.4 KiB bd0e58ecbad145d4e6719ae4285c5418c959bc0e2058f34c48d2ae73c40e901d
wheel_0.42.0-1ubuntu2.dsc 2.3 KiB dce7b8b5e8f7aad5a57d452a41d013dbb5ff00ce629a893d5a4b61394484aa5e

View changes file

Binary packages built by this source

python-wheel-common: built-package format for Python (command-line scripts)

 A wheel is a ZIP-format archive with a specially formatted filename and the
 `.whl` extension. It is designed to contain all the files for a PEP 376
 compatible install in a way that is very close to the on-disk format.
 .
 The wheel project provides a `bdist_wheel` command for setuptools. Wheel
 files can be installed with `pip`.
 .
 These are the command line scripts and manpages.

python3-wheel: built-package format for Python

 A wheel is a ZIP-format archive with a specially formatted filename and the
 `.whl` extension. It is designed to contain all the files for a PEP 376
 compatible install in a way that is very close to the on-disk format.
 .
 The wheel project provides a `bdist_wheel` command for setuptools. Wheel
 files can be installed with `pip`.
 .
 This is the Python 3 compatible package.

python3-wheel-whl: built-package format for Python (wheel wheel)

 A wheel is a ZIP-format archive with a specially formatted filename and the
 `.whl` extension. It is designed to contain all the files for a PEP 376
 compatible install in a way that is very close to the on-disk format.
 .
 This is the support package for the PEP 427 wheel version of the package,
 required for using wheel inside a virtual environment.