MrMino / wheelfile

🔪🧀 API for creating and inspecting Python .whl files (wheels)
MIT License
29 stars 5 forks source link

Build reproducibility is broken #8

Closed MrMino closed 3 years ago

MrMino commented 3 years ago

pip wheel . --no-deps-ing the same repo snapshot twice produces two files with different hash, if the builder used utilizes wheelfile.

Looks like wheelfile write methods don't preserve the mtime.