Debian navigation

Notes about issue nondeterministic_ordering_in_python_wheel_metadata_versions in unstable

Identifier: nondeterministic_ordering_in_python_wheel_metadata_versions
Suites: unstable / trixie / bookworm / bullseye / experimental
URL: https://bugs.debian.org/845325
Description: src:wheel generates METADATA files with Requires-Dist lines with
non-deterministic ordering.
.
In python-pip's urllib3-1.15.1.dist-info/METADATA, a Requires-Dist header has two version constraints; they appear in random order.
.
Reproduces in amd64/unstable but not on other archs, so may be non-deterministic (eg hash order).
.
Example:
│ │ │ │ │ -Requires-Dist: PySocks (>=1.5.6,<2.0); extra == 'socks'
│ │ │ │ │ +Requires-Dist: PySocks (<2.0,>=1.5.6); extra == 'socks'
Packages in 'unstable' known to be affected by this issue:
(the 1/4 most-popular ones (within this issue) are underlined)

FTBR icon 1 unreproducible packages in unstable/amd64: python-pip

 

Our notes about issues affecting packages are stored in notes.git and are targeted at packages in Debian in 'unstable/amd64' (unless they say otherwise).

A package name displayed with a bold font is an indication that this package has a note. Visited packages are linked in green, those which have not been visited are linked in blue.
A # sign after the name of a package indicates that a bug is filed against it. Likewise, a + sign indicates there is a patch available, a P means a pending bug while # indicates a closed bug. In cases of several bugs, the symbol is repeated.