File tree 2 files changed +19774
-19707
lines changed 2 files changed +19774
-19707
lines changed Original file line number Diff line number Diff line change 4
4
otherwise fallback to the original ASCII based progress bar.
5
5
6
6
7
+ **6.0.8 (2015-02-04)**
8
+
9
+ * Fix an issue where the ``--download`` flag would cause pip to no longer use
10
+ randomized build directories.
11
+
12
+ * Fix an issue where pip did not properly unquote quoted URLs which contain
13
+ characters like PEP 440's epoch separator (``!``).
14
+
15
+ * Fix an issue where distutils installed projects were not actually uninstalled
16
+ and deprecate attempting to uninstall them altogether.
17
+
18
+ * Retry deleting directories incase a process like an antivirus is holding the
19
+ directory open temporarily.
20
+
21
+ * Fix an issue where pip would hide the cursor on Windows but would not reshow
22
+ it.
23
+
24
+
7
25
**6.0.7 (2015-01-28)**
8
26
9
27
* Fix a regression where Numpy requires a build path without symlinks to
You can’t perform that action at this time.
0 commit comments