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

Update pip to 20.2.4 #1192

Merged
merged 1 commit into from
Apr 8, 2021
Merged

Update pip to 20.2.4 #1192

merged 1 commit into from
Apr 8, 2021

Conversation

edmorley
Copy link
Member

@edmorley edmorley commented Apr 8, 2021

Updates pip from 20.1.1 to 20.2.4 for Python 2.7 and Python 3.5+.

Python 3.4 continues to use 19.1.1, the last pip version to support it.

We're not updating to pip 20.3+ yet, since those versions enable the new pip dependency resolver by default, which has compatibility implications, so needs additional UX work first as well as many upstream fixes as possible (see #1109).

Changes:
https://pip.pypa.io/en/latest/news/#v20-2-4
pypa/pip@20.1.1...20.2.4

The new pip wheel was uploaded to S3 using:

$ pip download --no-cache pip==20.2.4
Collecting pip==20.2.4
  Downloading pip-20.2.4-py2.py3-none-any.whl (1.5 MB)
Saved ./pip-20.2.4-py2.py3-none-any.whl
Successfully downloaded pip

$ aws s3 sync . s3://heroku-buildpack-python/common/ --exclude "*" --include "*.whl" --dryrun
(dryrun) upload: ./pip-20.2.4-py2.py3-none-any.whl to s3://heroku-buildpack-python/common/pip-20.2.4-py2.py3-none-any.whl

$ aws s3 sync . s3://heroku-buildpack-python/common/ --exclude "*" --include "*.whl"
upload: ./pip-20.2.4-py2.py3-none-any.whl to s3://heroku-buildpack-python/common/pip-20.2.4-py2.py3-none-any.whl

Closes GUS-W-7944197.

@edmorley edmorley self-assigned this Apr 8, 2021
@edmorley edmorley requested a review from a team as a code owner April 8, 2021 15:35
Base automatically changed from wheel-0.36.2 to main April 8, 2021 16:37
Updates pip from 20.1.1 to 20.2.4 for Python 2.7 and Python 3.5+.

Python 3.4 continues to use 19.1.1, the last pip version to support it.

We're not updating to pip 20.3+ yet, since those versions enable the new
pip dependency resolver by default, which has compatibility implications,
so needs additional UX work first as well as many upstream fixes as
possible (see #1109).

Changes:
https://pip.pypa.io/en/latest/news/#v20-2-4
pypa/pip@20.1.1...20.2.4

Closes GUS-W-7944197.
@edmorley edmorley merged commit 9d925f2 into main Apr 8, 2021
@edmorley edmorley deleted the pip-2.2.4 branch April 8, 2021 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants