PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Wednesday the 24th of August, 2016

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[08:20:54] <pombreda> answer is no :)
[08:21:55] <pombreda> we have a ticket though https://github.com/pypa/warehouse/issues/360
[18:58:42] <angarrett> hello, I have a quick question - I'm trying to use two private indices both hosted under packagecloud.io, and when I pass them both using --extra-index-url I get prompted to log in, but if I pass only one I don't. more info here: http://stackoverflow.com/q/39085531/691859 now, when I use one of these indices as my --index and then add pypi as an --extra-index-url my command works, so this seems like a bug... if it's not, can anyone
[19:00:15] <dstufft> angarrett: does packagecloud.io differentiate two indexes by hostname or by path
[19:00:52] <dstufft> e.g. is it like <some unique thing>.packagecloud.io/ or packagecloud.io/<some unique thing>/
[19:00:53] <angarrett> dstufft: by path. I have a concrete example in my SO question
[19:01:52] <angarrett> it's like this: <api token>:@packagecloud.io/<user>/<repo>/pypi/simple
[19:02:13] <dstufft> angarrett: I bet our basic auth storage doesn't correctly handle multiple credentials for a single domain
[19:03:22] <angarrett> I suppose I should file a github issue in that case, no?
[19:03:43] <dstufft> angarrett: yea
[19:04:55] <angarrett> so shall it be
[19:12:18] <angarrett> here is the issue https://github.com/pypa/pip/issues/3931 - thanks for the help!
[21:45:10] <benno> Hi, can I get twine to use an HTTP proxy?
[21:45:48] <dstufft> benno: prolly using the http_proxy env vars or wahtever that requests supports
[21:46:13] <benno> Hrm.
[21:46:17] <benno> Trying that and it's not working.
[21:46:59] <benno> Ah, it wants the all-caps variant.
[21:47:28] <benno> Or... not.
[21:47:34] <benno> Or something else is going wrong.
[21:47:41] <benno> SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645)
[21:47:51] <benno> Which usually means work's MITM SSL proxy is getting in my way.
[21:48:07] <benno> But I'm trying to push it via an alternate path and it's still giving me that.
[21:48:35] <ngoldbaum> do you have a recent-ish python?
[21:48:38] <ngoldbaum> newer than 2.7.9?
[21:48:44] <ngoldbaum> old pythons have busted SSL
[21:48:57] <benno> 3.5.2
[22:02:50] <benno> And now I'm getting:
[22:02:51] <benno> HTTPError: 410 Client Error: This API is no longer supported, instead simply upload the file. for url: https://upload.pypi.org/legacy/
[22:02:57] <benno> For twine register.
[22:05:06] <ngoldbaum> https://github.com/pypa/twine/issues/200
[22:05:07] <ngoldbaum> benno: ^
[22:05:26] <benno> Ah, ok.