Page MenuHomeSolus

Update pip to 20.1.1
ClosedPublic

Authored by jwinnie on May 27 2020, 8:54 PM.
Tags
None
Referenced Files
F11007469: D8948.diff
Tue, Aug 1, 7:45 PM
F10908880: D8948.diff
Jul 7 2023, 2:00 AM
F10885874: D8948.id21771.diff
Jun 25 2023, 3:51 PM
F10884826: D8948.id21551.diff
Jun 25 2023, 3:45 AM
F10882152: D8948.diff
Jun 23 2023, 8:30 AM
F10868925: D8948.diff
Jun 18 2023, 1:15 AM
F10726927: D8948.diff
May 9 2023, 3:55 PM
F10716967: D8948.diff
May 4 2023, 2:38 PM
Subscribers

Details

Summary
  • Upgraded vendored libraries
  • Fixed bugs
  • Improved performance
  • Added feature: inspect pip's wheel cache with the pip cache command, and show the cache directory with the pip cache dir command

Note that this is the last pip release that supports Python 2. This package will be deprecated with pip release 21.0 in favor of the python3 package, which bundles the Python 3 version of pip.

Test Plan

A bit of superficial testing shows that everything seems fine.

$ pip install --user Django
$ pip uninstall Django
$ pip cache info
$ pip cache list
$ pip cache dir

Diff Detail

Repository
R2440 pip
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jun 13 2020, 4:54 PM
This revision was automatically updated to reflect the committed changes.