Skip to content

Releases: pex-tool/pex

pex 1.2.4

07 Mar 22:41
Compare
Choose a tag to compare

1.2.4

  • Fix bug in cached dependency resolution with exact resolvable. (#365)
  • Treat .pth injected paths as extras. (#370)

pex 1.2.3

22 Feb 17:57
Compare
Choose a tag to compare

1.2.3

  • Follow redirects on HTTP requests (#361)
  • Fix corner case in cached dependency resolution (#362)

pex 1.2.2

31 Jan 04:12
Compare
Choose a tag to compare

1.2.2

  • Fix CacheControl import. (#357)

pex 1.2.1

24 Jan 00:13
Compare
Choose a tag to compare

1.2.1

This release is a quick fix for a bootstrapping bug that inadvertently went out in 1.2.0 (Issue #354).

  • Ensure packaging dependency is self-contained. (#355 fixes #354)

pex 1.2.0

23 Jan 22:13
Compare
Choose a tag to compare

1.2.0

This release changes pex requirement resolution behavior. Only stable requirements are resolved by
default now. The previous behavior that included pre-releases can be retained by passing --pre on
the pex command line or passing allow_prereleases=True via the API.

  • Upgrade dependencies to modern version ranges. (#352)
  • Add support for controlling prerelease resolution. (#350 fixes #28)

pex 1.1.20

19 Jan 17:45
Compare
Choose a tag to compare

1.1.20

  • Add dummy flush method for clean interpreter exit with python3.6 (#343)

pex 1.1.19

11 Jan 20:19
Compare
Choose a tag to compare

1.1.19

  • Implement --constraints in pex (#335)
  • Make sure namespace packages (e.g. virtualenvwrapper) don't break pex (#338)

pex 1.1.18

21 Dec 22:11
Compare
Choose a tag to compare

1.1.18

  • Expose a PEX instance's path. (#332)
  • Check for scripts directory in get_script_from_egg (#328)

pex 1.1.17

08 Dec 21:19
Compare
Choose a tag to compare

1.1.17

  • Make PEX_PATH unify pex sources, as well as requirements. (#329)

Release 1.1.16

02 Dec 01:36
Compare
Choose a tag to compare

1.1.15

  • Adjust FileFinder import to work with Python 3.6. (#318)
  • Kill zipmanifest monkeypatching. (#322)
  • Bump setuptools range to latest. (#323)