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: harobed/rules_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 9 files changed
  • 2 contributors

Commits on Jan 27, 2019

  1. whl: Parse requirements from METADATA files

    Some wheels only include METADATA files (examples: wheel 0.31.1,
    tenacity 4.10.0). Previously whl did not parse the requirement
    sections. Add code to parse these sections.
    
    The most complicated part is parsing out the extra == 'something'
    clauses from the boolean expression. Use the same expression parser
    used by pkg_resources.evaluate_marker which is already used by this
    code to find those clauses and produce a version with them removed.
    Evan Jones authored and stephane-klein committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    7adb2d3 View commit details
    Browse the repository at this point in the history
  2. WIP

    stephane-klein committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    95cc41e View commit details
    Browse the repository at this point in the history
Loading