Commit 5a028a70 authored by Jason R. Coombs's avatar Jason R. Coombs

Update changelog to reflect additional issue revealed in pypa/pip#4253.

parent 3469f8bc
...@@ -40,6 +40,12 @@ v34.0.0 ...@@ -40,6 +40,12 @@ v34.0.0
following a line "Running setup.py egg_info for package following a line "Running setup.py egg_info for package
setuptools", then your pip is not new enough. setuptools", then your pip is not new enough.
There's an additional issue in pip where setuptools
is upgraded concurrently with other source packages,
described in pip #4253. The proposed workaround is to
always upgrade Setuptools first prior to upgrading
other packages that would upgrade Setuptools.
v33.1.1 v33.1.1
------- -------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment