Page MenuHomeSolus

Update pip to 20.1.1
ClosedPublic

Authored by jwinnie on May 27 2020, 8:54 PM.
Tags
None
Referenced Files
F11070673: D8948.diff
Sat, Aug 12, 12:35 AM
F11037777: D8948.id21771.diff
Wed, Aug 9, 9:12 PM
F11037776: D8948.id.diff
Wed, Aug 9, 9:12 PM
F11037775: D8948.id21551.diff
Wed, Aug 9, 9:12 PM
F11027324: D8948.diff
Wed, Aug 9, 3:58 AM
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
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
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

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.