Skip to content

pex 1.1.0

Compare
Choose a tag to compare
@jsirois jsirois released this 09 Oct 21:51

1.1.0

  • Add support for .pexrc files for influencing the pex environment. See the notes here. #128.
  • Bug fix: PEX_PROFILE_FILENAME and PEX_PROFILE_SORT were not respected. #154.
  • Adds the bdist_pex command to setuptools. #99.
  • Bug fix: We did not normalize package names in ResolvableSet, so it was possible to depend on sphinx and Sphinx-1.4a0.tar.gz and get two versions build and included into the pex. #147.
  • Adds a pex-identifying User-Agent. #101.