Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bazel-contrib/rules_python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.30.0
Choose a base ref
...
head repository: bazel-contrib/rules_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.31.0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 13, 2024

  1. feat: enable rules_python Starlark implemention by default for Bazel …

    …7+ (#1699)
    
    This makes the base rules use the Starlark code in rules_python
    ("pystar") instead of what is built into Bazel 7.
    
    The pystar implementation can be disabled by setting
    `RULES_PYTHON_ENABLE_PYSTAR=0` in your environment or using
    `--action_env`.
    
    Earlier versions of Bazel continue to use the rules built into Bazel
    regardless (the new implementation requires special APIs that only Bazel
    7 has).
    
    Work towards #1069
    rickeylev authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    5cd32ad View commit details
    Browse the repository at this point in the history
  2. chore: Update changelog for 0.31.0 (#1754)

    * Create 0.31.0 section
    * Move pystar note out of 0.30.0 section and into 0.31.0
    rickeylev authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    5f51a44 View commit details
    Browse the repository at this point in the history
Loading