[2683452703] Upstream Reporter: Shubh Bapna
Upstream description:
In wheel module after building the wheel we unpack the wheel to extra metadata. To unpack it we use zipfile which doesn't preserve the permission bits. We need to fix that like they have here: https://github.com/pypa/wheel/blob/main/src/wheel/cli/unpack.py#L21
- links to