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: 1.5.0-rc2
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: 1.5.0-rc3
Choose a head ref
  • 1 commit
  • 2 files changed
  • 2 contributors

Commits on Jun 25, 2025

  1. fix(pypi): namespace_pkgs should pass correct arguments (#3026)

    It seems that the only function that did not have unit tests have bugs
    and the integration tests did not catch it because we weren't creating
    namespacepkg `__init__.py` files.
    
    This change fixes the bug, adds a unit test for the remaining untested
    function.
    
    Fixes #3023
    
    Co-authored-by: Richard Levasseur <richardlev@gmail.com>
    (cherry picked from commit 4978027)
    aignas and rickeylev committed Jun 25, 2025
    Configuration menu
    Copy the full SHA
    a1ca1da View commit details
    Browse the repository at this point in the history
Loading