Add support for `--use-pip-config` to allow the Pip Pex calls to read `PIP_*` env vars and Pip configuration files. This can be particularly useful for picking up custom index configuration (including auth).
* Add support for --use-pip-config. (2243)
2.1.146
This release brings a fix by new contributor yjabri for the `__pex__` import hook that gets it working properly for `--venv` mode PEXes.
* Fix non executable venv sys path bug (2236)
2.1.145
This release broadens the range of the `flit-core` build system Pex uses to include 3.x, which is known to work for modern Python versions and Pex's existing build configuration.
* Raise the flit-core limit for Python 3 (2229)
2.1.144
This release fixes Pex to build PEX files with deterministic file order regardless of the operating system / file system the PEX was built on.
* Traverse directories in stable order when building a PEX (2220)
2.1.143
This release fixes Pex to work by default under eCryptFS home dirs.
* Guard against too long filenames on eCryptFS. (2217)
2.1.142
This release fixes Pex to handle Pip backtracking due to sdist build errors when attempting to extract metadata.
* Handle backtracking due to sdist build errors. (2213)