Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 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
base:main
Choose a base ref
Loading
...
head repository:bazel-contrib/rules_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:release/1.6
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3commits
  • 9files changed
  • 3contributors

Commits on Sep 3, 2025

  1. chore: allow release workflow to be manually run and skip pypi upload (

    …#3232)This makes it possible to manually invoke the release workflow and skipthe pypi upload. This is useful if the release workflow was cancelled(or failed) after the pypi upload step.Work towards#3188(cherry picked from commit6610fd7)
    @rickeylev
    rickeylev committedSep 3, 2025
    Configuration menu
    Copy the full SHA
    2918ef9View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. 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)
    @dougthor42@aignas
    dougthor42 authored andaignas committedSep 8, 2025
    Configuration menu
    Copy the full SHA
    eed1690View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2025

  1. 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
    @aignas
    aignas committedSep 21, 2025
    Configuration menu
    Copy the full SHA
    23da9a1View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp