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

Commits on Jun 12, 2018

  1. Correctly decode metadata.json into a utf8 str

    Kevin Greene authored and ensonic committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    b4d0c8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    273a974 View commit details
    Browse the repository at this point in the history
  3. 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 ensonic committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    0a75787 View commit details
    Browse the repository at this point in the history
Loading