wheel 0.41.0-2 source package in Ubuntu

Changelog

wheel (0.41.0-2) unstable; urgency=medium

  * Upload to unstable.

 -- Stefano Rivera <email address hidden>  Wed, 02 Aug 2023 18:04:16 +0200

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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
wheel_0.41.0-2.dsc 1.7 KiB a23838400cda4753cfbd9e98036f697e2a1c3490cb81cf0551cb514932d6f4c4
wheel_0.41.0.orig.tar.gz 94.7 KiB 55a0f0a5a84869bce5ba775abfd9c462e3a6b1b7b7ec69d72c0b83d673a5114d
wheel_0.41.0-2.debian.tar.xz 7.3 KiB 37ea7db0ee61e804753ee114ec689a1a06d6d47e27074eb4340bf4548ecf8f8f

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.