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
Hi! When rebuilding the package for 1.0.4 on Arch Linux I ran our reproducible builds tooling against the package.
Unfortunately the __pacache__ data found in the tarball makes the package unreproducible.
MANIFEST.in:
Recursively exclude __pycache__ directories.
They break reproducibility and are test/build artifacts of the
build/test/release machine, which should never end up in a sdist.
Closesdjango-compressor#72
MANIFEST.in:
Recursively exclude __pycache__ directories.
They break reproducibility and are test/build artifacts of the
build/test/release machine, which should never end up in a sdist.
Closes#72
Hi! When rebuilding the package for 1.0.4 on Arch Linux I ran our reproducible builds tooling against the package.
Unfortunately the
__pacache__
data found in the tarball makes the package unreproducible.The diffoscope output:
The package only becomes reproducible if I remove the
tests/__pycache__
directory before build and after testing.The text was updated successfully, but these errors were encountered: