wheel 0.38.4-1 source package in Ubuntu

Changelog

wheel (0.38.4-1) unstable; urgency=medium

  * New upstream release.
  * Drop patch docs-version-parser, superseded upstream.

 -- Stefano Rivera <email address hidden>  Thu, 10 Nov 2022 12:24:48 +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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
wheel_0.38.4-1.dsc 1.7 KiB 76299caeec53c9b1d8228b315f1f6c4b03fe9b8d738d1c042739827fd9f6ab10
wheel_0.38.4.orig.tar.gz 65.6 KiB 965f5259b566725405b05e7cf774052044b1ed30119b5d586b2703aafe8719ac
wheel_0.38.4-1.debian.tar.xz 7.1 KiB f1551fc1c16c49644f689594d442d44ac2fbd99f9bf39d13590b48c1357c9629

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.