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

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 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: dougthor42/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: main
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 9 files changed
  • 2 contributors

Commits on May 31, 2025

  1. feat(uv): handle credential helpers and .netrc (bazel-contrib#2872)

    This allows one to download the uv binaries from private mirrors.
    
    The plumbing of the auth attrs allows us to correctly use the `~/.netrc`
    or the credential helper for downloading from mirrors that require
    authentication.
    
    Testing notes:
    * When I tested this, it seems that the dist manifest json may not work
      with private mirrors, but I think it is fine for users in such cases
      to define the `uv` srcs using the `urls` attribute.
    
    Work towards bazel-contrib#1975.
    aignas authored May 31, 2025
    Configuration menu
    Copy the full SHA
    02198f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. fix(pypi): correctly aggregate the requirements files (bazel-contrib#…

    …2932)
    
    This implements the actual fix where we are aggregating the whls and
    sdists
    correctly from multiple different requirements lines.
    
    Fixes bazel-contrib#2648.
    Closes bazel-contrib#2658.
    aignas authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    948fcec View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. fix(pypi): inherit proxy env variables in compile_pip_requirements te…

    …st (bazel-contrib#2941)
    
    Bazel does not pass environment variables implicitly (even running test
    outside of sandbox). This forces compile_pip_requirements test to fail
    with timeout when attempting to run it behind the proxy. Also changes
    test_command in dependency_resolver string helper to use dot instead of
    underscore following deprecation notice
    herewasmike authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    9429ae6 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.