Skip to content

Tags: tkocmathla/rules_python

Tags

1.8.0-rc1

Toggle 1.8.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(venv): Fix all .so files missing when py_binary lives at //:BUILD (

…bazel-contrib#3474)

When `.label.package` was "" (empty string), doing
`"{}/{}".format(ctx.label.package, bin_venv_path)` created an absolute
path,
which caused files to be ignored later, as they no longer looked to be
part
of the correct prefix. An empty package name occurs when the target is
in
`//:BUILD` with venv on.

To fix, use skylib's `paths` instead, which handles it correctly and
won't add the
`/` prefix.

Fixes bazel-contrib#3470

Co-authored-by: Shayan Hoshyari <[email protected]>

1.8.0-rc0

Toggle 1.8.0-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update version markers for 1.8 release (bazel-contrib#3472)

Update version markers for the 1.8 release.

Work towards bazel-contrib#3466

1.7.0

Toggle 1.7.0's commit message
Add batch_commands to presubmit.yml (bazel-contrib#3389)

Fix bcr presubmit build on windows

(cherry picked from commit c181f93)

1.7.0-rc6

Toggle 1.7.0-rc6's commit message
Add batch_commands to presubmit.yml (bazel-contrib#3389)

Fix bcr presubmit build on windows

(cherry picked from commit c181f93)

1.7.0-rc5

Toggle 1.7.0-rc5's commit message
fix: make CI pass with the next version of Bazel (9.0.0rc1) (bazel-co…

…ntrib#3393)

Explicitly load CcToolchainConfigInfo in the fake cc toolchain config.

For examples/bzlmod, bump rules_rust to a newer version so that it pulls
in dependencies that work correctly with Bazel 9.0.0rc1.

Work towards bazel-contrib#3392

(cherry picked from commit 49b6630)

1.7.0-rc4

Toggle 1.7.0-rc4's commit message
gazelle: set min rules_python version as 1.4 (bazel-contrib#3383)

rules_python 1.4 is when the python.defaults tag class was introduced,
which is used in the example's module file.

Fixes BCR presubmit failures in
bazelbuild/bazel-central-registry#6330 and
bazelbuild/bazel-central-registry#6241

(cherry picked from commit d08cf53)

1.7.0-rc3

Toggle 1.7.0-rc3's commit message
build: change gazelle rules_python override to use bazelrc (bazel-con…

…trib#3382)

This is because the `--override_module` flag in BCR presubmit configs
can't affect local_path_override in MODULE.bazel.

Per
bazelbuild/bazel-central-registry#6241 (comment)

(cherry picked from commit caab0fa)

1.7.0-rc2

Toggle 1.7.0-rc2's commit message
build: change gazelle rules_python override to use bazelrc (bazel-con…

…trib#3382)

This is because the `--override_module` flag in BCR presubmit configs
can't affect local_path_override in MODULE.bazel.

Per
bazelbuild/bazel-central-registry#6241 (comment)

(cherry picked from commit caab0fa)

1.7.0-rc1

Toggle 1.7.0-rc1's commit message
Merge branch 'main' into release/1.7

1.7.0-rc0

Toggle 1.7.0-rc0's commit message
chore: create_archive_and_notes.sh: correctly capture and check grep …

…result