[10:18:38] <Arfrever> jaraco: https://pypi.python.org/pypi/setuptools (version 4.0.1) references https://bootstrap.pypa.io/ez_setup.py which hardcodes version 3.5.1.
[10:18:40] <jaraco> to answer your earlier question...
[10:18:59] <jaraco> right. I think the bootstrap update cron job is not working.
[10:19:36] <Ivo> Arfrever: https://github.com/pypa/pypa-salt/tree/master/bootstrap is supposed to be the code that sets up the server to serve the right ez_setup.py
[10:21:07] <Ivo> hmm, maybe not that folder directly, but that repo anyway
[10:21:20] <Arfrever> Has anybody heard about a problem with usage of ez_setup.py / Setuptools and Python 2.7.7 behind a proxy?
[10:25:21] <Arfrever> jaraco: Reporter of this problem has problem when using Python 2.7.7 and does not have problem after downgrading to Python 2.7.6.
[10:26:13] <Ivo> jaraco: which branch should ez_setup.py come from?
[10:26:28] <jaraco> Ivo, the 'bootstrap' bookmark in the default branch.
[10:29:04] <Ivo> jaraco: if i go to the bitbucket ui, go to source, click on the branch dropdown and choose boostrap, it gives me an error that branch bootstrap does not exist
[10:37:06] <Ivo> I *think* this might be supposed to relaunch salt state... https://github.com/pypa/pypa-salt/blob/master/states/base/autostate.sls#L2-L6
[10:50:43] <Ivo> hacking on it now, some stuff not right yet
[11:59:12] <Ivo> jaraco, Arfrever from what I can tell I've updated it for now.. seems there might be some caching going on for the moment as I'm still downloading 3.5.1
[12:33:45] <Ivo> jaraco: is there a reason you released a 3.7.1 but not 3.8.1?
[13:34:43] <Ivo> dstufft: if theres a cache in front of bootstrap.pypa.io, how long does it cache for?
[13:51:20] <Ivo> web.pypa.io tells me it has 4.0.1 ez_setup.py and the index at bootstrap.pypa.io says they've been updated, but still serving 3.5.1 :S
[15:19:15] <dhellmann> Ivo: I didn't run into that issue, so I'm not sure what you mean.
[15:32:06] <Ivo> dhellmann: well setuptools just has two different tests directories, so I essentially wondering why there isn't one
[16:31:31] <dstufft> Ivo: FWIW you can purge the caches on those at any time, just do curl -X PURGE https://bootstrap.pypa.io/ez_setup.py or whatever url you want to purge
[16:31:36] <dstufft> it's unauthenticated to do so
[16:51:34] <dhellmann> Ivo: I have no idea about the 2 test directories. :-) I saw the notification of your PR, but haven't had a chance to review it yet. I have it on my todo list, though.