pex 2.20.0 #2541
pex 2.20.0
#2541
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
2.20.0
This release adds the
--pip-log
alias for the existing--preserve-pip-download-log
option as well as the ability to specifythe log file path. So, to debug a resolve, you can now specify
--pip-log log.txt
and Pex will deposit the Pip resolve log tolog.txt
in the current directory for easy tailing or post-resolveinspection. In addition, the log file itself is more useful in some
cases. When you specify any abbreviated
--platform
targets, thosetargets calculated wheel compatibility tags are included in the Pip
log. Also, when multiple targets are specified, their log outputs are
now merged at the end of the resolve in a serialized fashion with
prefixes on each log line indicating which target the log line
corresponds to.
In addition, a race in Pex's PEP-517 implementation that could (rarely)
lead to spurious metadata generation errors or sdist creation errors is
fixed.
--pip-version
to Platform tag calculation. (Plumb--pip-version
to Platform tag calculation. #2538)--pip-log
path. (Add the ability to specify the--pip-log
path. #2536)This discussion was created from the release pex 2.20.0.
Beta Was this translation helpful? Give feedback.
All reactions