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

Vendor pip 22.0.4 follow-up changes [Diff of actual changes to code] #4969

Closed
wants to merge 34 commits into from

Commits on Feb 20, 2022

  1. check point progress on only bringing in pip==22.0.3

    Matt Davis committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    53682cf View commit details
    Browse the repository at this point in the history
  2. updating vendor packaging version

    Matt Davis committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    f3ba76f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    512b22b View commit details
    Browse the repository at this point in the history
  4. Apply patch logic to pipdeptree.py

    Matt Davis committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    c37e470 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86242c4 View commit details
    Browse the repository at this point in the history
  6. corrected vendor.text

    matteius committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    f814c9c View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Configuration menu
    Copy the full SHA
    aece086 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4dc20e View commit details
    Browse the repository at this point in the history
  3. fix tabs issues from patching

    Matt Davis committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    ead6fe2 View commit details
    Browse the repository at this point in the history
  4. correct patch paths

    matteius committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    631dada View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    289c4c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    442882d View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. realizing that I am not to change pip internal, this at least gets th…

    …e lock process working again with the right versions, but the hashes are in fact missing still.
    Matt Davis committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    7904d41 View commit details
    Browse the repository at this point in the history
  2. This gest the hashes back and fixes handling Specifer or SpecifierSet…

    …. Want to see if the CI tests pass with this.
    Matt Davis committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    d83570d View commit details
    Browse the repository at this point in the history
  3. new pip requires verrbosity integer argument.

    Matt Davis committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    98b9e9f View commit details
    Browse the repository at this point in the history
  4. followup verbosity error

    matteius committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    c3ecd9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ec2eb2 View commit details
    Browse the repository at this point in the history
  6. This test depends on the Pipfile.lock hashes which calls out 1.22 of …

    …urllib3 -- not sure how this test used to pass.
    matteius committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    b1da183 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    2d75f08 View commit details
    Browse the repository at this point in the history
  2. small victory: revert change to pip now that I chanegd methodology sa…

    …me number of test failures no worse here
    Matt Davis committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    85d2e8b View commit details
    Browse the repository at this point in the history
  3. these changes no longer neccessary too

    Matt Davis committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    7078e9e View commit details
    Browse the repository at this point in the history
  4. remove unused imports now

    matteius committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    4da76e2 View commit details
    Browse the repository at this point in the history
  5. Update vendoring of pip to 22.0.4 which also fixes 1/2 final failing …

    …tests.
    Matt Davis committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    d612c9d View commit details
    Browse the repository at this point in the history
  6. Merge branch 'issues-4651-vendor-pip-22.0.3' into vendor-pip-22.0.3-f…

    …ollowup-changes
    Matt Davis committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    ff8310b View commit details
    Browse the repository at this point in the history
  7. test toggling verbosity to be hardcoded on since someone is going to …

    …want to see that output.
    matteius committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    69c75fc View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Update vendored version of pyparsing

    Matt Davis committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    66aa70b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'issues-4651-vendor-pip-22.0.3' into vendor-pip-22.0.3-f…

    …ollowup-changes
    Matt Davis committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    57510b5 View commit details
    Browse the repository at this point in the history
  3. This fixes the last test I believe, not sure why I needed this origin…

    …ally.
    Matt Davis committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    2a03dc4 View commit details
    Browse the repository at this point in the history
  4. put this back how it was I guess

    Matt Davis committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    40fad79 View commit details
    Browse the repository at this point in the history
  5. revert this change too because I guess pip 22.0.4 doesnt require it w…

    …ith the downgrade of distlib.
    Matt Davis committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    77c98b9 View commit details
    Browse the repository at this point in the history
  6. this test also no longer needs to be modified

    Matt Davis committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    15763c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

  1. Configuration menu
    Copy the full SHA
    d12dec2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f92c63e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db04891 View commit details
    Browse the repository at this point in the history