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.4.0-rc0
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.4.0-rc1
Choose a head ref
  • 2 commits
  • 4 files changed
  • 3 contributors

Commits on Apr 22, 2025

  1. fix: escape more invalid repo string characters (#2801)

    Also escape plus and percent when generating the repo name from the
    wheel version.
    Sometimes they have such characters in them.
    
    Fixes #2799
    
    Co-authored-by: Richard Levasseur <rlevasseur@google.com>
    (cherry picked from commit e14cd37)
    2 people authored and aignas committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    7dd901c View commit details
    Browse the repository at this point in the history
  2. fix: parsing metadata with inline licenses (#2806)

    The wheel `METADATA` parsing implemented in 1.4 missed the fact
    that whitespace is significant and sometimes License is included
    inline in the `METADATA` file itself.
    
    This change ensures that we stop parsing the `METADATA` file only
    on first completely empty line.
    
    Fixes #2796
    
    ---------
    
    Co-authored-by: Ignas Anikevicius <240938+aignas@users.noreply.github.com>
    (cherry picked from commit 1d69ad6)
    keith and aignas committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    f3fb481 View commit details
    Browse the repository at this point in the history
Loading