Skip to content

Releases: pex-tool/pex

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

pex 1.1.5

21 Apr 18:58
Compare
Choose a tag to compare

1.1.5

  • Fix PEXBuilder.clone and thus bdist_pex --pex-args for --python and --python-shebang: #234 fixed #233
  • Fix old pkg_resources egg version normalization: #227 fixed #226
  • Fix the inherit_path handling: #224
  • Fix handling of bad distribution script names when used as the pex entrypoint: #221 fixed #220

pex 1.1.4

12 Mar 21:48
Compare
Choose a tag to compare

1.1.4

This release provides a quick fix for a regression that inadvertently went out in 1.1.3 (Issue #216).

  • Add a test for the regression in FixedEggMetadata._zipinfo_name and revert the breaking commit. Fixes #216

pex 1.1.3

11 Mar 21:37
Compare
Choose a tag to compare

1.1.3

This release includes an initial body of work towards Windows support, ABI tag support for CPython 2.x and a fix for version number normalization.

  • Add python 2.x abi tag support. #214
  • Add .idea to .gitignore. #205
  • Don't normalize version numbers as names. #204
  • More fixes for windows. #202
  • Fixes to get pex to work on windows. #198

pex 1.1.2

08 Jan 01:05
Compare
Choose a tag to compare

1.1.2

  • Bump setuptools & wheel version pinning. #194
  • Unescape html in PageParser.href_match_to_url. #191
  • Memoize calls to Crawler.crawl() for performance win in find-links based resolution. #187

pex 1.1.1

01 Dec 06:57
Compare
Choose a tag to compare

1.1.1

  • Fix infinite recursion when PEX_PYTHON points at a symlink. #182
  • Add /etc/pexrc to the list of pexrc locations to check. #183
  • Improve error messaging for platform constrained Untranslateable errors. #179