wheel 0.34.2-1 source package in Ubuntu

Changelog

wheel (0.34.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream release 0.34.2.
  * Update Standards-Version to 4.5.0 (no changes).

 -- Nicolas Dandrimont <email address hidden>  Fri, 20 Mar 2020 19:36:29 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
wheel_0.34.2-1.dsc 2.1 KiB 89483134398ce4711e22c0a20ecc8e980ff612bc55d2f84a0bc18eb708856721
wheel_0.34.2.orig.tar.gz 57.0 KiB 8788e9155fe14f54164c1b9eb0a319d98ef02c160725587ad60f14ddc57b6f96
wheel_0.34.2-1.debian.tar.xz 9.4 KiB 46b4341fed49af49943c37ac15d0dd34fd669b639653bb94ba56320633d32293

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.