[15:44:02] <pmxbot> jaraco pushed 2 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[15:44:02] <pmxbot> Added tag 6.0.2 for changeset 01271e84e512
[15:44:02] <pmxbot> Bumped to 6.0.3 in preparation for next release.
[15:51:09] <abadger1999> A coworker asked me why he gets “Could not find .egg-info directory in install record" warnings from pip. (essentially the same as this: http://stackoverflow.com/questions/26091641/what-does-a-could-not-find-egg-info-directory-in-install-record-from-pip-mean )
[15:52:16] <abadger1999> looking at the code, I think pip may be depending on setup.py install --record $filename to include directory names in the record file... which isn't happening
[15:54:07] <jaraco> 6.0.2 backs out the offending change.
[15:54:51] <abadger1999> Looks like it's happening with a variety of setuptools (he's been pulling the latest from pypi ;; I tested with my system setuptools 1.4.x)
[15:55:19] <abadger1999> Cool. I'll file a bug since it is depending on directory names.
[15:59:53] <abadger1999> jaraco: Ah nevermind, it was indeed setuptools-6.0.1. Thanks for the link!
[16:01:25] <jaraco> abadger1999, It might still be worthwhile filing a ticket with pip if the assertion in that ticket is correct and --record shouldn't be including directory names.
[16:03:52] <abadger1999> jaraco: Roger, I'll open a pip ticket and link to it in seutptools #118