FS#71285 - [python-pip] version 20.3.2 has a nasty bug

Attached to Project: Arch Linux
Opened by Daniel Schopf (dschopf) - Friday, 18 June 2021, 06:30 GMT
Last edited by Eli Schwartz (eschwartz) - Sunday, 20 June 2021, 18:10 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

pip 20.3.2 has a nasty bug which caused an immediate release of version 20.3.3.

See https://github.com/pypa/pip/issues/9284 and https://github.com/pypa/pip/pull/9293 for details.

Steps to reproduce:
- Install pip 20.3.2
- Update a python package via pip
- pip will download all releases of that package and pollute the cache
This task depends upon

Closed by  Eli Schwartz (eschwartz)
Sunday, 20 June 2021, 18:10 GMT
Reason for closing:  Fixed
Additional comments about closing:  python-pip 20.3.3-1
Comment by Hugo Osvaldo Barrera (hobarrera) - Friday, 18 June 2021, 20:36 GMT
It downloads ALL versions of packages, generally resulting in out-of-space in /tmp.

It's so broken that this version has been yanked from upstream / pypi.

Loading...