Skip to content

Releases: pex-tool/pex

pex 1.5.1

11 Oct 05:35
v1.5.1
be43570
Compare
Choose a tag to compare

1.5.1

  • Filter top-level requirements against env markers. (#592)

pex 1.5.0

09 Oct 00:45
v1.5.0
a4eac2f
Compare
Choose a tag to compare

1.5.0

  • Revert "Revert "Support environment markers during pex activation. (#582)""

pex 1.4.9

09 Oct 00:08
v1.4.9
a7f5069
Compare
Choose a tag to compare

1.4.9

  • Cleanup PexInfo and PythonInterpreter. (#581)
  • Fix resolve regressions introduced by the 1.4.8. (#580)
  • Narrow the env marker test. (#578)
  • Documentation for #569 (#574)

pex 1.4.8

04 Oct 20:05
v1.4.8
Compare
Choose a tag to compare

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

25 Sep 22:16
v1.4.7
47c26d7
Compare
Choose a tag to compare

1.4.7

  • Fixup PEX.demote_bootstrap: fully unimport. (#554)

pex 1.4.6

20 Sep 17:22
v1.4.6
64d2cd3
Compare
Choose a tag to compare

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

29 Jul 00:38
v1.4.5
d202c6d
Compare
Choose a tag to compare

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)

pex 1.4.4

09 Jun 02:26
Compare
Choose a tag to compare

1.4.4

  • Add resource / source bundling to pex cli (#507)

pex 1.4.3

27 May 01:53
Compare
Choose a tag to compare

1.4.3

  • Repair environmental marker platform setting. (#500)
  • Broaden abi selection for non-specified abi types. (#503)

pex 1.4.2

23 May 17:43
Compare
Choose a tag to compare

1.4.2

  • Improve tag generation for EggPackage. (#493)