You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The build tag (distlib.wheel.Wheel.buildver) is not added to the WHEEL metadata file as prescribed by PEP 491.
To Reproduce
Use distlib.wheel to generate a wheel package with buildver='1foo'. Observe that the WHEEL metadata file does not contain a Build: 1foo line. Alternatively, Ctrl+F for buildver in distlib/wheel.py.
Expected behavior
The WHEEL metadata file should contain a Build: 1foo line if buildver='1foo'.
Environment
OS: any
distlib: 0.3.9
The text was updated successfully, but these errors were encountered:
tttapa
added a commit
to tttapa/py-build-cmake
that referenced
this issue
Nov 21, 2024
Describe the bug
The build tag (
distlib.wheel.Wheel.buildver
) is not added to theWHEEL
metadata file as prescribed by PEP 491.To Reproduce
Use
distlib.wheel
to generate a wheel package withbuildver='1foo'
. Observe that theWHEEL
metadata file does not contain aBuild: 1foo
line. Alternatively, Ctrl+F forbuildver
in distlib/wheel.py.Expected behavior
The
WHEEL
metadata file should contain aBuild: 1foo
line ifbuildver='1foo'
.Environment
The text was updated successfully, but these errors were encountered: