2.1.0
This release restores and improves support for building and running
multiplatform pexes. Foreign linux*
platform builds now include
manylinux2014
compatible wheels by default and foreign CPython pexes now
resolve abi3
wheels correctly. In addition, error messages at both buildtime
and runtime related to resolution of dependencies are more informative.
Pex 2.1.0 should be considered the first Pex 2-series release that fully
replaces and improves upon Pex 1-series functionality.
- Fix pex resolving for foreign platforms. (#835)
- Use pypa/packaging. (#831)
- Upgrade vendored setuptools to 42.0.2. (#832)
- De-vendor pex just once per version. (#833)
- Support VCS urls for vendoring. (#834)
- Support python 3.8 in CI. (#829)
- Fix pex resolution to respect --ignore-errors. (#828)
- Kill
pkg_resources
finders monkey-patching. (#827) - Use flit to distribute pex. (#826)
- Cleanup extras_require. (#825)