Skip to content

Releases: braincorp/rules_python

0.26.0-incompatible1: Add fallback for pure python source distributions

09 Oct 19:24

Choose a tag to compare

pip download will give you a .tar.gz even if you remove the
--only-binary options. There is some risk here the you will get a whl
for your host platform. I took an allowlist approach in
https://github.com/alexgartner-bc/rules_pip/commit/acd9b016466ad983e60a02d5e4e6bd723df0933d
but I don't really want to maintain that.

0.23.0-incompatible1: Add fallback for pure python source distributions

13 Jun 19:18

Choose a tag to compare

pip download will give you a .tar.gz even if you remove the
--only-binary options. There is some risk here the you will get a whl
for your host platform. I took an allowlist approach in
https://github.com/alexgartner-bc/rules_pip/commit/acd9b016466ad983e60a02d5e4e6bd723df0933d
but I don't really want to maintain that.

0.10.2-incompatible3

09 Sep 19:44

Choose a tag to compare

disable hash generation

0.10.2-incompatible2: Support "from" imports in the python gazelle plugin.

29 Jul 18:33

Choose a tag to compare

Fixes #709.

Test case for pip imports using "from foo import bar".

Test cases for imports of the form "from foo import bar".

Remove unnecessary flag (replaced with continue's).

Make sure from imports work with std modules.

- Add test case with `from __future__ import print_function`.

Guard python_interpreter_target workspace name on None type check. (#755)

Fix for requirements_lock with PEP440 direct references (#756)

Fix indentation error.

- Make sure that `from foo import bar, baz` works.
- Add test case for this.

0.10.2-incompatible1

29 Jul 15:55

Choose a tag to compare

add :whl alias to fix gazelle_python_manifest.update

0.10.2-incompatible0: Add fallback for pure python source distributions

24 Jul 22:11

Choose a tag to compare

pip download will give you a .tar.gz even if you remove the
--only-binary options. There is some risk here the you will get a whl
for your host platform. I took an allowlist approach in
https://github.com/alexgartner-bc/rules_pip/commit/acd9b016466ad983e60a02d5e4e6bd723df0933d
but I don't really want to maintain that.

0.10.0-incompatible1

08 Jul 16:46

Choose a tag to compare

Add fallback for pure python source distributions

pip download will give you a .tar.gz even if you remove the
--only-binary options. There is some risk here the you will get a whl
for your host platform. I took an allowlist approach in
https://github.com/alexgartner-bc/rules_pip/commit/acd9b016466ad983e60a02d5e4e6bd723df0933d
but I don't really want to maintain that.

0.10.0-incompatible0

08 Jul 15:40

Choose a tag to compare

Add support for platforms to pip_parse