Releases: pex-tool/pex
Releases · pex-tool/pex
pex 1.5.1
pex 1.5.0
pex 1.4.9
pex 1.4.8
1.4.8
- Fix PEXBuilder.clone. (#575)
- Fix PEXEnvironment platform determination. (#568)
- Apply more pinning to jupyter in IT. (#573)
- Minimize interpreter bootstrapping in tests. (#571)
- Introduce 3.7 to CI and release. (#567)
- Add OSX shards. (#565)
- Add support for
-m
and-c
in interpreter mode. (#563) - Ignore concurrent-rename failures. (#558)
- Fixup test_jupyter_appnope_env_markers. (#562)
pex 1.4.7
pex 1.4.6
1.4.6
- Fix for super() usage on "old style class" ZipFile (#546)
- Cleanup bootstrap dependencies before handoff. (#542)
- Support -c for plat spec dists in multiplat pexes. (#545)
- Support
-
when running as an interpreter. (#543) - Expand the range of supported setuptools. (#541)
- Preserve perms of files copied to pex chroots. (#540)
- Add more badges to README. (#535)
- Fixup CHANGES PR links for 1.4.5.
pex 1.4.5
1.4.5
- Fix PEX environment setup. (#531)
- Fix installers to be insensitive to extras iteration order. (#532)
- Validate entry point at build time (#521)
- Fix pex extraction perms. (#528)
- Simplify
.travis.yml
. (#524) - Fix
PythonInterpreter
caching and ergonomics. (#518) - Add missing git dep. (#519)
- Introduce a controlled env for pex testing. (#517)
- Bump wheel version to latest. (#515)
- Invoke test runner at a more granular level for pypy shard. (#513)