[14:25:35] <dstufft> 2.6.7 doesn't appear to be tagged in the cpython repo at all
[14:27:51] <dstufft> phyzloc: so the problem is that urllib3 assumes this commit exists: http://hg.python.org/cpython/rev/3a736ad661fb but it doesn't exist until 2.6.5
[14:29:35] <phyzloc> Problem is how I can get it. Using an internal repository which is maintained by the company :-/
[14:34:01] <mgedmin> phyzloc, you're likely missing a bunch of security fixes for python 2.6, so maybe raise it as a priority? (I dunno if SLED backports those)
[16:36:21] <jamescarr> Ivo: any way to do that in my requirements.txt?
[16:36:42] <jamescarr> or am I going to have to now modify my build scripts to install it from the command line
[16:37:13] <jamescarr> (sorry if I'm coming off as edgy... annoying when a build that has worked flawlessly for a year breaks because some oddity with a pypi package)
[16:46:07] <Ivo> which featurefully meant it stopped downloading things over http, or external to its index, and without an accompanying hash, by default
[17:00:11] <jamescarr> silly question again ... anyway to use those params with a requirements.txt?
[17:00:14] <Ivo> DanielHolth: the wheel docs haven't been updated
[17:00:16] <jamescarr> pyodbc is defined within it
[17:27:48] <DanielHolth> Most of the recent wheel improvements have been in pip (the install side) rather than in wheel itself.
[17:28:17] <DanielHolth> Now pip generates the console_wrapper scripts at install time so you get exe's on Windows or #! scripts on Linux
[18:14:48] <Ivo> DanielHolth: http://wheel.readthedocs.org/en/latest/ still referrs to wheel 0.22 docs
[18:22:48] <DanielHolth> Ivo I did see that, I'll see if someone from readthedocs can help
[18:24:03] <DanielHolth> It can rebuild the docs just fine, but they don't grab the current version
[18:24:29] <DanielHolth> FWIW the docs didn't change that much
[18:25:27] <Ivo> DanielHolth: wanna get the transitiion to using [bdist_wheel] out into public knowledge asap
[18:25:43] <jensh> How do I tell pip to install _all_ files in a zip-package? Some files are in the zip, but not in installed-files.txt or installed directory