wheel 0.38.0-1 source package in Ubuntu

Changelog

wheel (0.38.0-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches.
  * Python 2.7 support was dropped, drop the provide.
  * The wheel filename has changed, drop the breaks+replaces.
  * Patch: Fix the documentation build version parser.

 -- Stefano Rivera <email address hidden>  Tue, 01 Nov 2022 15:17:01 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
wheel_0.38.0-1.dsc 1.7 KiB 0ab5687e6daa275d952447cc667d80a432ff60db1319a98edb573850c406d6ac
wheel_0.38.0.orig.tar.gz 64.2 KiB d52844afee64cdd4bb28061ba6b5c06818b237fb490263e0dbea227080f7d2d7
wheel_0.38.0-1.debian.tar.xz 7.4 KiB c8757f9f987c262aae8a574c05bd5d63efc0a686d78c65e54b0801ec624cfdce

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.