Skip to content

Releases: georgeliaw/bazel_rules_pex

0.3.0g8

27 Feb 08:34
Compare
Choose a tag to compare
  • workaround issue with prelude_bazel affecting other projects

0.3.0g7 (incorrect commit)

27 Feb 08:25
Compare
Choose a tag to compare

0.3.0g6

21 Feb 12:42
Compare
Choose a tag to compare

Bring in-line with upstream master.

0.3.0g16

12 Jul 01:41
Compare
Choose a tag to compare
  • fix providers
  • support pex script param
  • update readme

0.3.0g5

08 Dec 19:44
Compare
Choose a tag to compare

Cherry-picking commit to fix virtualenv rebuilds due to pyc changes.

0.3.0g4

20 Jul 20:56
Compare
Choose a tag to compare

fixing mktemp for mac

0.3.0g3

17 Jul 03:08
Compare
Choose a tag to compare

Add support for other repo filetypes and cache disabling.

0.3.0g2

16 Jul 11:44
Compare
Choose a tag to compare

Undo WORKSPACE file changes from previous release.

0.3.0g1

16 Jul 10:53
Compare
Choose a tag to compare

Adds support for 3 new pex_binary parameters:

  req_files: Add requirements from the given requirements files. Must be provided as labels.

    This feature will reduce build determinism!  It tells pex to resolve all
    the transitive python dependencies and fetch them from pypi.

    It is recommended that you use `eggs` or specify `no_index` instead where possible.

  no_index: Whether to use pypi to resolve dependencies for `reqs` and `req_files`; Default: False

  repos: Additional repository labels (filegroups of wheel/egg files) to look for requirements.