pex 2.20.3 #2555
pex 2.20.3
#2555
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
2.20.3
This release fixes both PEX building and lock creation via
pex3 lock {create,sync}to be reproducible in more cases. Previously,if a requirement only available in source form (an sdist, a local
project or a VCS requirement) had a build that was not reproducible due
to either file timestamps (where the
SOURCE_DATE_EPOCHstandard wasrespected) or random iteration order (e.g.: the
setup.pyused sets incertain in-opportune ways), Pex's outputs would mirror the problematic
requirement's non-reproducibility. Now Pex plumbs a fixed
SOURCE_DATE_EPOCHandPYTHONHASHSEEDto all places sources arebuilt.
This discussion was created from the release pex 2.20.3.
All reactions