PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Tuesday the 23rd of December, 2014

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[02:27:01] <collinanderson> sigmavirus24_awa: what do you like about it (compared to 3.4)?
[03:01:51] <buck11> !logs
[03:01:51] <pmxbot> http://chat-logs.dcpython.org/channel/pypa-dev
[04:02:40] <buck11> is me ^
[14:39:58] <Ivo> dstufft: you know whats happened fastly ssl cert?
[14:40:22] <dstufft> Ivo: what do you mean what happened?
[14:40:38] <Ivo> dstufft: no longer listing *.pypa.io in alt dns afaik
[14:41:25] <dstufft> Ivo: works fine for me? is there a particular node you're hitting
[14:41:44] <dstufft> look at the headers for a X-Served-By
[14:43:25] <Ivo> dstufft: cant get headers, cus ssl not working lol
[14:43:37] <dstufft> Ivo: just bypass it?
[14:43:46] <dstufft> use curl
[14:44:37] <Ivo> rofl chrome doesnt allow you to skip it when its on hsts
[14:45:41] <Ivo> dstufft: cache-syd1622-SYD
[14:45:52] <Ivo> getting a cert with no pypa.io in alt dns
[14:46:12] <dstufft> Ivo: is this on pip.pypa.io?
[14:46:17] <Ivo> yar
[14:46:27] <dstufft> Ivo: does the same thing happen on virtualenv.pypa.io?
[14:46:57] <Ivo> no
[14:47:06] <Ivo> ok so pip is serving me a.fastly
[14:47:13] <Ivo> virtualenv and www are serving me c.fastly
[14:47:21] <dstufft> yea moment
[14:47:40] <dstufft> I think I know what the problem is, but I can't say cuz NDA heh, let me tell Fastly
[14:47:46] <Ivo> jeez
[14:49:33] <Ivo> dstufft: didnt' there used to be a github repo for salt config of the servers
[14:49:58] <dstufft> Ivo: the backend servers yea, but I moved them to the PSF stuff because it was only one little web server and it was easier
[14:50:03] <dstufft> the backend servers don't control that though
[14:50:18] <Ivo> define the PSF stuff
[14:50:49] <Ivo> as in the hosting servers are now PSF's?
[14:52:40] <dstufft> we're running the one web server on the PSF infra now yea, and it's controlled by https://github.com/python/psf-salt we can add users and shit to it though and still SSH into it and what not
[14:54:02] <Ivo> oky dokie, cheers for letting me know
[14:54:54] <Ivo> I shall hit sack now
[15:30:39] <pmxbot> jaraco pushed 14 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[15:30:39] <pmxbot> Use hasattr per recommendation in docs for dl.
[15:30:39] <pmxbot> Define if_dl using simple lambda.
[15:30:39] <pmxbot> Extract variables for clarity and simpler indentation.
[15:30:39] <pmxbot> Extract variable for simplicity of indentation.
[15:30:39] <pmxbot> Rewrite short-circuit for/if/else loop as any on generator expression.
[15:30:39] <pmxbot> Extract filtering of extensions that need stubs.
[15:30:39] <pmxbot> Reindent
[15:30:39] <pmxbot> Rewrite function to use extend and a generator expression.
[15:30:39] <pmxbot> Extract method for clarity.
[15:30:39] <pmxbot> Use itertools.product to pair each base with each extension.
[15:30:39] <pmxbot> Collapse two generator expressions.
[15:30:39] <pmxbot> Extract logic for getting the extensions for outputs.
[15:30:39] <pmxbot> Add comments for clarity.
[15:30:39] <pmxbot> Force list type for easy concatenation.
[17:29:47] <msabramo> what kind of stuff is being considered for the next version of pip — I guess 6.1.0?
[17:31:31] <dstufft> msabramo: it's 6.1.0 right now, if it's something that breaks compatability with the CLI we'll just bump it up to 7.0 unless we decide to wait
[17:32:37] <msabramo> I like the recursive stuff from benoitbryon
[17:32:55] <msabramo> https://github.com/pypa/pip/pull/2234
[17:37:30] <dstufft> I'm thinking about that
[17:37:46] <dstufft> I like the idea