2.1.66
This release brings a new --complete-platform
Pex CLI option that
can be used instead of --platform
when more detailed foreign
platform specification is needed to satisfy a resolve (most commonly,
when python_full_version
environment markers are in-play). This,
paired with the new pex3 interpreter inspect
command that can be
used to generate complete platform data on the foreign platform machine
being targeted, should allow all foreign platform PEX builds to succeed
exactly as they would if run on that foreign platform as long as
pre-built wheels are available for that foreign platform.
Additionally, PEXes now know how to set a useable process name when the
PEX contains the setproctitle
distribution. See here for more information.