Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork637
PermalinkChoose a base ref {{ refName }}default Choose a head ref {{ refName }}default Checking mergeability… Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn 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
Uh oh!
There was an error while loading.Please reload this page.
base:main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:bazel-contrib/rules_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:release/1.6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Uh oh!
There was an error while loading.Please reload this page.
- 3commits
- 9files changed
- 3contributors
Commits on Sep 3, 2025
Commits on Sep 8, 2025
fix(gazelle): Do not build proto targets with default Gazelle (#3216)
Fixes#3209.Revert the change to `//:gazelle_binary` so that it once again onlygenerates python code. We then create a new, private target`//:_gazelle_binary_with_proto` that gets used by tests.Update docs accordingly.Longer term, I'd like to adjust the `test.yaml` file to include asection:```yamlconfig: gazelle_binary: _gazelle_binary_with_proto```So that test cases that need to generate `(py_)proto_library` targetscan use the multi-lang Gazelle binary and that tests that do _not_ needto generate proto targets can use the single-lang Gazelle binary.However, there were some minor roadblocks in doing so and thus I'm doingthis quick-to-implement method instead.(cherry picked from commit2ed714f)
Commits on Sep 21, 2025
fix(pypi): select the lowest available libc version by default (#3255)
The#3058 PR has subtly changed the default behaviour of`experimental_index_url` code path and I think in order to make thingseasier by default for our users we should go back to that behaviour.And in addition to this we are starting to make use of the MinimalVersion Selection algorithm for the platforms. This in general allowsusers to configure the upper platform version for a particular wheel.This meant that we had to change the semantics of the API a little:1. Use MVS for each platform platform tag.2. Make it such that earlier entries are overridden by later ones, i.e. `["musllinux_*_x86_64", "musllinux_1_2_x86_64"]` is effectively the same as just `["musllinux_1_2_x86_64"]`.A remaining thing that will be left as a followup for#2747 will be tofigure out how to allow users to ignore certain platform tags.Fixes#3250---------Co-authored-by: Richard Levasseur <richardlev@gmail.com>Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>Cherry-picked from5fa1a87
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff main...release/1.6
Uh oh!
There was an error while loading.Please reload this page.