PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Sunday the 24th of July, 2016

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[03:13:44] <EWDurbin> deitarion: hello! Please DM your address and pypi username
[03:13:51] <EWDurbin> I'll look into it
[03:15:57] <EWDurbin> deitarion: thanks, looking
[03:31:12] <EWDurbin> seems this is resolved. email logs don't go back far enough to determine why the initial confirmation email failed.
[03:31:20] <EWDurbin> i resent the confirmation email and all is well
[03:31:29] <EWDurbin> though a wild OpenID bug appeared :|
[03:31:57] <EWDurbin> very difficult to handle those, OpenID implementations vary so incredibly that it's really hard to keep up with more than a few major providers :(
[10:29:57] <MarkusH> What's the process to create a Django 1.10 Trove Classifier?
[10:39:17] <apollo13> bug dstufft :/
[10:39:35] <apollo13> at least that is what he said when tim asked iirc
[10:48:54] <MarkusH> dstufft: Can I do anything (open a PR?) to get a Django 1.10 trove classifier?
[11:43:23] <EWDurbin> MarkusH: i can take care of that, i believe
[11:43:49] <MarkusH> EWDurbin: 👍
[11:57:00] <EWDurbin> MarkusH: all set
[11:57:08] <MarkusH> :)
[11:57:11] <MarkusH> Thank you
[13:24:50] <iloff_a> hi, pip freeze print just the python packages installed via pip ?
[15:58:50] <an0o0nym> Hello there, can anyone please help me? I am trying to contribute some changes in django-cms docs. I have done everything according to the instructions at docs.django-cms.org. While I am trying to run 'make spelling' i got following error:
[15:59:02] <an0o0nym> File "/usr/lib/python3.5/xmlrpc/client.py", line 1164, in single_request dict(resp.getheaders())
[15:59:09] <an0o0nym> xmlrpc.client.ProtocolError: <ProtocolError for pypi.python.org/pypi: 403 Must access using HTTPS instead of HTTP>
[15:59:41] <apollo13> an0o0nym: can you please show the full trace? but in essence: pypi no longer allows http, you need to use https
[16:03:00] <an0o0nym> apollo13: Full Trace: http://pastebin.com/tuxqZm7b
[16:04:52] <apollo13> an0o0nym: gimme a second to check something
[16:05:15] <an0o0nym> apollo13: sure, thanks!
[16:06:38] <apollo13> an0o0nym: this is fixed in a newer version of sphinx-contrib-spelling https://bitbucket.org/dhellmann/sphinxcontrib-spelling/commits/b48e203f0047117c19225ca4eb0d9e6781935f58
[16:06:53] <apollo13> if it is not released yet, you might have to clone the source of that
[16:07:43] <an0o0nym> apollo13: beautiful! Thanks a lot! Will give it a try
[16:10:41] <an0o0nym> apollo13: It went through! Thanks once again
[21:40:19] <nedbat> I have a test in the coverage.py test suite that checks that sys.path is the same for your program when run under coverage as under python. This test just started failing, I think due to something like pip or setuptools being upgraded. This is the diff: an egg of mine is in a different place between python and coverage: https://gist.github.com/nedbat/81d72b7f55c47af6b8d64568b5155947
[21:40:29] <nedbat> does this ring any bells for anyone?
[21:43:18] <nedbat> i install that egg from a python script, essentially like this: python setup.py --quiet easy_install --no-deps --zip-ok covtestegg1.something.egg
[21:46:09] <nedbat> is it true that pip can't install eggs?
[22:21:02] <nedbat> hmm, setuptools 25.0.0 is new yesterday... :(