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: f02c9c7
Choose a base ref
...
head repository: lowRISC/rules_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 67923e8
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 13, 2022

  1. support pip "--find-links" argument for airgapped pip_install()

    Signed-off-by: Timothy Trippel <ttrippel@google.com>
    timothytrippel committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    07c3f85 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. Update pkginfo

    This fixes a regression where an exception is raised when setting up
    OpenTitan's Python dependencies:
    
    .../.cache/bazel/.../.../external/rules_python/python/pip_install/extract_wheels/lib/wheel.py", line 57, in entry_points
        name = "{}-{}".format(metadata.name.replace("-", "_"), metadata.version)
    AttributeError: 'NoneType' object has no attribute 'replace'
    
    The issue seems related to the previous version of pkginfo not being able to
    parse newer versions of Python package metadata, although the reason why this
    started failing all of a sudden has not been root caused.
    
    Signed-off-by: Noah Moroze <noah@opentitan.org>
    nmoroze authored and timothytrippel committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    67923e8 View commit details
    Browse the repository at this point in the history
Loading