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: main
Choose a base ref
...
head repository: tgeng/rules_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 3, 2024

  1. Allow custom bootstrap template in python_repository

    This PR allows users to set custom `bootstrap_template` and
    `stage2_bootstrap_template` when registering python toolchains using
    `python_repository` and `python_register_toolchains`.
    
    Otherwise users need to reimplement the entire
    `python_repository` repo rule in order to pass different bootstrap
    templates to the underlying `py_runtime`.
    tgeng committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f1a13b3 View commit details
    Browse the repository at this point in the history
  2. update changelog

    tgeng committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    8e73e29 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. format

    tgeng committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7eeec28 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    16acda1 View commit details
    Browse the repository at this point in the history
Loading