wheel 0.29.0-2 source package in Ubuntu

Changelog

wheel (0.29.0-2) unstable; urgency=medium

  * d/patches/reproducible-builds.patch: Added to sort Requires-Dist
    headers into a deterministic order.  Given by Chris Lamb.
    (Closes: #845325)
  * d/control:
    - Bump Standards-Version to 3.9.8 with no other changes necessary.
    - Add Recommends for python{,3}-keyring, python{,3}-keyrings.alt, and
      python{,3}-xdg for signature/keyring support.
  * d/tests/control: Add additional Depends for pytest commands.
  * wrap-and-sort -at

 -- Barry Warsaw <email address hidden>  Thu, 01 Dec 2016 11:04:31 -0500

Upload details

Uploaded by:
Barry Warsaw
Uploaded to:
Sid
Original maintainer:
Barry Warsaw
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
wheel_0.29.0-2.dsc 2.4 KiB 7cbf85cd0958b68893914cd996caadeef2d0fc666c986f8498c178de5d24283b
wheel_0.29.0.orig.tar.gz 52.9 KiB 1ebb8ad7e26b448e9caa4773d2357849bf80ff9e313964bcaf79cbf0201a1648
wheel_0.29.0-2.debian.tar.xz 9.5 KiB e3a5fe908814114ceb155ee37ec7e6e7dd3ff4b6f0976417740fa1fa21800d68

Available diffs

No changes file available.

Binary packages built by this source

python-wheel: No summary available for python-wheel in ubuntu zesty.

No description available for python-wheel in ubuntu zesty.

python-wheel-common: No summary available for python-wheel-common in ubuntu zesty.

No description available for python-wheel-common in ubuntu zesty.

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.