Skip to content

Releases: pex-tool/pex

Release 1.1.15

03 Nov 00:08
Compare
Choose a tag to compare

1.1.15

  • Fix #309 by deduplicating output of the distribution finder. (#310)
  • Update wheel dependency to >0.26.0. (#304)

Release 1.1.14

20 Jul 00:27
Compare
Choose a tag to compare

1.1.14

  • Repair Executor error handling for other classes of IOError/OSError. (#292)
  • Fix bdist_pex --pex-args. (#285)
  • Inherit user site with --inherit-path. (#284)

Release 1.1.13

15 Jul 20:29
Compare
Choose a tag to compare

1.1.13

  • Repair passing of stdio kwargs to PEX.run(). (#288)

Release 1.1.12

13 Jul 19:17
Compare
Choose a tag to compare

1.1.12

  • Fix bdist_pex interpreter cache directory. (#286)
  • Normalize and edify subprocess execution. (#255)
  • Don't ignore exit codes when using setuptools entry points. (#280 fixes #137)

Release 1.1.11

07 Jul 07:05
Compare
Choose a tag to compare

1.1.11

  • Update cache dir when bdist_pex.run called directly (#278 fixes #274).

Release 1.1.10

28 May 00:57
Compare
Choose a tag to compare

1.1.10

  • Improve failure modes for os.rename() as used in distribution caching. (#271 fixes #265).

Release 1.1.9

25 May 00:18
Compare
Choose a tag to compare

1.1.9

  • Bugfix: Open setup.py in binary mode. (#264 fixes #263)

pex 1.1.8

23 May 22:55
Compare
Choose a tag to compare

1.1.8

  • Bugfix: Repair a regression in --disable-cache. (#261 fixes #260).

pex 1.1.7

23 May 19:05
Compare
Choose a tag to compare

1.1.7

  • Add README and supported python versions to PyPI description. (#258)
  • Use open with utf-8 support. (#231)
  • Add --pex-root option. (#206)

pex 1.1.6

27 Apr 03:59
Compare
Choose a tag to compare

1.1.6

This release is a quick fix for a regression that inadvertently went out in 1.1.5 (Issue #243).

  • Fix the bdist_pex setuptools command to work for python2: #246 fixed #243
  • Upgrade pex dependencies on setuptools and wheel: #244 fixed #238