github pantsbuild/pex v2.1.66
pex 2.1.66

latest releases: v2.1.95, v2.1.94, v2.1.93...
2 years ago

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.

  • Add support for --complete-platform. (#1609)
  • Introduce pex3 interpreter inspect. (#1607)
  • Use setproctitle to sanitize ps info. (#1605)
  • Respect PEX_ROOT in PEXEnvironment.mount. (#1599)

Don't miss a new pex release

NewReleases is sending notifications on new releases.