Skip to content

pex 2.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Aug 14:48
· 123 commits to main since this release
v2.14.0
af74814

2.14.0

This release brings support for creating PEX scies for PEXes targeting
PyPy. In addition, for PEX scies targeting CPython, you can now
specify --scie-pbs-stripped to select a stripped version of the
Python Standalone Builds CPython distribution embedded in your
scie to save transfer bandwidth and disk space at the cost of losing
Python debug symbols.

Finally, support is added for --scie-busybox to turn your PEX into a
multi-entrypoint BusyBox-like scie. This support is
documented in depth at https://docs.pex-tool.org/scie.html

  • Support --scie for PyPy & support stripped CPython. (#2488)
  • Add support for --scie-busybox. (#2468)