PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Thursday the 17th of December, 2015

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[07:29:02] <ionelmc> pypi having some issues or is it jus tme
[07:29:37] <ionelmc> i keep getting ConnectionError: ('Connection aborted.', BadStatusLine("''",)) on twine upload
[07:38:35] <ionelmc> works now
[07:38:37] <ionelmc> weird
[14:41:32] <Pet0r> hi - having a problem where asking pip to download the boto3 dependencies on Python 2.7 results in an unsupported version of a dependency being downloaded
[14:42:06] <Pet0r> my understanding is that the extras_require is not being correctly understood (or I'm missing something)
[14:43:29] <Pet0r> boto3 requirements call for futures>=2.2.0,<4.0.0 but there's an extras_require specifying futures==2.2.0 if on Python 2.6 or 2.7 which is being ignored
[18:10:27] <gsnedders> Am I right in my understanding that the only thing keeping 3.2 support around really is PyPy3?
[18:25:03] <dstufft> gsnedders: the next version of pip doesn't support 3.2
[18:25:36] <dstufft> but if you're asking in general, I suspect that Ubuntu 12.04 is a bigger contributor than PyPy3 to people actually using 3.2
[18:25:42] <dstufft> and the Debian version of the same era
[18:26:14] <gsnedders> hmm, that's gonna make testing on PyPy3 fun.
[18:26:29] <gsnedders> maybe not worth it though given nobody really uses it