Skip to content

Tags: ahans/rules_python

Tags

0.19.0

Toggle 0.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
test(core): Add analysis tests for base Python rules. (bazel-contrib#…

…1102)

This is to provide some regression tests for the Starlark rewrite.

These tests are approximately the same as Bazel's Java-implemented
tests.

Work towards bazel-contrib#1069

0.18.1

Toggle 0.18.1's commit message
Only set `py_runtime.coverage_tool` for Bazel 6 and higher. (bazel-co…

…ntrib#1061)

Only set `py_runtime.coverage_tool` for Bazel 6 and higher.

Avoid setting it in earlier version by checking `native.bazel_version`
in the repository rule and disabling it if less than Bazel 6 is
detected. A warning is also printed if coverage was requested, but
the Bazel version check is ignoring it.

Fixes bazel-contrib#1056

0.18.0

Toggle 0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(release): wrong replacement for $(location) during code review (b…

…azel-contrib#1051)

0.17.3

Toggle 0.17.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: revert publish wheel on releases (bazel-contrib#1022)

our 0.17 release is stuck on this step.
Partially reverts bazel-contrib#995

0.17.2

Toggle 0.17.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

0.17.1

Toggle 0.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: produce publishable distribution archives (bazel-contrib#1019)

* feat: produce publishable distribution archives

Fixes bazel-contrib#741

* fix: give unique names to dist/ folders by default

0.17.0

Toggle 0.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
python_repository: Exclude pycache files (bazel-contrib#907)

python_repository: Exclude pycache files when root

Some of these are missing from the upstream python distributions, and
when they are, if running as root, this causes the files to be generated
the first time their associated .py file is evaluated, causing analysis
and execution cache misses due to extra files matching the repository glob.

0.16.2

Toggle 0.16.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor and separate concerns of external python package handling co…

…de (bazel-contrib#953)

0.16.1

Toggle 0.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: don't test on release (bazel-contrib#920)

Signed-off-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>

Signed-off-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>

0.16.0

Toggle 0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: gazelle manifest exclude_patterns (bazel-contrib#917)

* feat: exclude_patterns for gazelle manifest

Signed-off-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>

* feat: force gazelle manifest update on logic change

Signed-off-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>

Signed-off-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>