PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Monday the 29th of September, 2014

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[12:39:58] <pmxbot> jaraco pushed 2 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[12:39:58] <pmxbot> Backout 5692cd26a08e; Ref #262.
[12:39:58] <pmxbot> Added tag 6.0.2b1 for changeset 1ae2a75724bb
[15:42:18] <pmxbot> jaraco pushed 1 commit to setuptools (https://bitbucket.org/pypa/setuptools/) :
[15:42:18] <pmxbot> Update changelog. Fixes #262. Re-opens #118.
[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:52:49] <dstufft> abadger1999: maybe!
[15:52:57] <jaraco> abadger1999, is that with setuptools 6.0.1?
[15:53:23] <dstufft> if pip is depending on the directory names that is probably wrong I think
[15:53:31] <jaraco> https://bitbucket.org/pypa/setuptools/issue/262
[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
[16:04:12] <jaraco> !thanks abadger1999
[16:04:12] <pmxbot> you're doing good work, abadger1999!
[22:44:41] <dstufft> pf_moore: ping