Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance check_version #183

Merged
merged 4 commits into from
Nov 14, 2020
Merged

Commits on Nov 10, 2020

  1. builder: check dependencies recursively

    With this change, `Builder.check_dependencies` will verify that
    transitive dependencies are met, including those from extras,
    and will return a set of variable-length ancestral and unmet dependency
    tuples.
    
    Closes pypa#25.
    layday committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    08e0a94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61edf0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fdb531 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    7eb12ed View commit details
    Browse the repository at this point in the history