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

Grab updates from latest vendored changes #3196

Closed
wants to merge 28 commits into from
Closed

Commits on Nov 8, 2018

  1. Grab updates from latest vendored changes

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    36f054d View commit details
    Browse the repository at this point in the history
  2. Fix broken requirementslib updates

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    5b49670 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3003b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2018

  1. Revendor requirementslib

    - Implement improvements and bugfixes in codebase
    - Remote archives will now resolve properly
    
    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    2b90c89 View commit details
    Browse the repository at this point in the history
  2. Introduce pipenv.environments.Environment

    - Specific construct for isolationg operations
    
    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    dec7be5 View commit details
    Browse the repository at this point in the history
  3. Update vistir and requirementslib

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    642b6f9 View commit details
    Browse the repository at this point in the history
  4. Fix stdout and stderr wrappers

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    45100b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5602952 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8644611 View commit details
    Browse the repository at this point in the history
  7. Fix configparser import

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    0caf7a0 View commit details
    Browse the repository at this point in the history
  8. Fix resource errors

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

Commits on Nov 12, 2018

  1. Fix python 2.7 installations

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    382be38 View commit details
    Browse the repository at this point in the history
  2. Fix various bugs with python 2.7 and vendored deps

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    489e534 View commit details
    Browse the repository at this point in the history
  3. Support python 2 parsing

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    32b1113 View commit details
    Browse the repository at this point in the history
  4. Fix environment site import

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    1216ae0 View commit details
    Browse the repository at this point in the history
  5. Fix import errors on setup parsing

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    70fc92b View commit details
    Browse the repository at this point in the history
  6. Revendor

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    013e3d0 View commit details
    Browse the repository at this point in the history
  7. Fix prefix comparison for py2

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    96cbd58 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8fa4057 View commit details
    Browse the repository at this point in the history
  9. no samefile for windows python2.7

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

Commits on Nov 13, 2018

  1. Fix bugs in environment implementation

    - Fix virtualenv
    - Update pythonfinder
    
    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    ef59d15 View commit details
    Browse the repository at this point in the history
  2. Fix syntax

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    cb601b0 View commit details
    Browse the repository at this point in the history
  3. Update pythonfinder

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    13c9e62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bc754a View commit details
    Browse the repository at this point in the history
  5. Update requirementslib

    - Fix ref parsing
    - Fixes #3214
    
    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    d73879b View commit details
    Browse the repository at this point in the history
  6. Fix feedback

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    e328ae2 View commit details
    Browse the repository at this point in the history
  7. Fix pythonfinder

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    310e0b2 View commit details
    Browse the repository at this point in the history
  8. Remove accidentally committed test script

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