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

Pip18 support #672

Merged
merged 8 commits into from
Aug 29, 2018
Merged

Pip18 support #672

merged 8 commits into from
Aug 29, 2018

Commits on Aug 4, 2018

  1. Update repository for pip 18

    - Restructure repository code for better modularity
    - Pip team has been working on the resolver a bit so this will make it
      easier to modify that code on its own
    - Update tests
    
    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    9f1a822 View commit details
    Browse the repository at this point in the history
  2. Update pip compatibility shims

    - Point at moved `cmdoptions` and `base_command`
    - Update import script for better organization and laziness
    
    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    13890d3 View commit details
    Browse the repository at this point in the history
  3. Fix empty space

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    268e28e View commit details
    Browse the repository at this point in the history
  4. Fix req_tracker implementation

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    02884f1 View commit details
    Browse the repository at this point in the history
  5. Travis only supports 3.7 beta

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    27e6f59 View commit details
    Browse the repository at this point in the history
  6. Scratch that, travis doesn't support 3.7 I guess

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    b2ab11b View commit details
    Browse the repository at this point in the history
  7. Incorporate changes from jazzband#666 (comment)

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    1db139c View commit details
    Browse the repository at this point in the history
  8. Fix repository to properly handle tracker closure

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    f6de247 View commit details
    Browse the repository at this point in the history