wheel 0.42.0-1 source package in Ubuntu

Changelog

wheel (0.42.0-1) unstable; urgency=medium

  * New upstream release.

 -- Stefano Rivera <email address hidden>  Wed, 29 Nov 2023 17:27:17 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
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-1.dsc 1.7 KiB 4415ac411790815e455ffa65b463042d30a7e45d4bff4d97d34ef2d67ea92900
wheel_0.42.0.orig.tar.gz 96.4 KiB c45be39f7882c9d34243236f2d63cbd58039e360f85d0913425fbd7ceea617a8
wheel_0.42.0-1.debian.tar.xz 7.3 KiB 5289c21dd8fd479eb778fa02e58b2c0771b55d6290d3f91e87a59d253fec2918

Available diffs

No changes file available.

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.