PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Tuesday the 11th of March, 2014

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[01:51:30] <pmxbot> arfrever pushed 1 commit to setuptools (https://bitbucket.org/pypa/setuptools/) :
[01:51:30] <pmxbot> Issue #162: Update dependency on certifi to 1.0.1.
[01:57:28] <Arfrever> jaraco: There is also a new version of wincertstore, which claims to contain a security fix. (I do not use Windows, so I cannot test it.)
[01:58:42] <jaraco> Arfrever, can you file a ticket for that and assign it to me then?
[01:58:54] <jaraco> !thanks Arfrever
[01:58:54] <pmxbot> you're doing good work, Arfrever!
[14:51:27] <jezdez> dstufft: ping
[14:53:05] <dstufft> jezdez: pong
[14:53:20] <jezdez> so I'm trying to debug an issue for someone using caniusepython3.com
[14:53:27] <jezdez> https://dpaste.de/sHJF/raw
[14:53:46] <jezdez> it seems as if parse_requirements ignores django-celery
[14:53:53] <jezdez> and I wondered if that's supposed to be like that
[14:54:10] <jezdez> https://github.com/pypa/pip/blob/develop/pip/req/req_file.py#L86-L88
[14:54:30] <jezdez> I don't see where that line is returned as a InstallRequirement instance though
[14:55:09] <jezdez> maybe I misunderatnd the purpouse of --allow-external
[14:55:12] <jezdez> purpose
[14:55:52] <apollo13> jezdez: I think you'd need --allow-external django-celery\ndjango-celery
[14:56:04] <jezdez> 0_o;
[14:56:13] <apollo13> or something similar crazy
[14:56:13] <dstufft> you probably need that to be like https://gist.github.com/dstufft/f9e0b7a0183ac13ec77e
[14:56:14] <jezdez> who thought that'd be a good idea?
[14:56:22] <dstufft> jezdez: I did, and there's a good reason for it ;P
[14:56:25] <jezdez> jesus christ
[14:56:36] <jezdez> this is exactly the reason why I didn't want those options in requirements files
[14:56:43] <dstufft> https://gist.github.com/dstufft/f9e0b7a0183ac13ec77e
[14:56:51] <dstufft> ^ reason
[14:57:15] <jezdez> god damnit
[14:57:27] <apollo13> god has nothing to do with it :รพ
[15:00:30] <jezdez> ok, thanks for the clarification apollo13 dstufft :)
[15:01:27] <dstufft> jezdez: it's kinda lame, but then again so is extenrally hosted :D
[15:02:34] <jezdez> we should just remove those options
[15:02:37] <jezdez> it's ridiculous
[15:02:50] <jezdez> https://github.com/jezdez/caniusepython3.com/issues/11 in case you're interested
[15:11:14] <dstufft> we can't remove them yet, there are too many packages that require them to actualy install stuff
[15:11:43] <jezdez> grrr
[15:13:36] <dstufft> i'd like to remove them eventually
[15:13:44] <dstufft> but 1.5 is the first version that required them by default
[15:13:59] <dstufft> so we need to give some time for people to catch up
[15:14:24] <Alex_Gaynor> jezdez: FYI, requesting "https://raw.github.com/openstack/requirements/master/global-requirements.txt" on caniusepython3 seems to hang
[15:14:53] <jezdez> Alex_Gaynor: have the UUID of the check?
[15:15:04] <Alex_Gaynor> jezdez: https://caniusepython3.com/check/b0de63a8-5f88-4c58-843c-7aabde969d01
[15:15:23] <jezdez> hmm, yeah
[15:15:38] <Alex_Gaynor> it's quite a few things, this file worked the other week though
[15:15:40] <jezdez> that's one of the checks that raise a weird error in distlib's thread based locator
[15:16:01] <jezdez> I haven't found the time to dive into this sadly
[15:16:28] <jezdez> https://dpaste.de/t8Zs
[15:16:31] <jezdez> is the traceback
[15:16:32] <Alex_Gaynor> okie doke, no worries
[15:16:53] <jezdez> "nicely formatted"
[15:17:00] <Alex_Gaynor> hehe
[15:17:06] <Alex_Gaynor> thanks for taking a look
[15:17:23] <jezdez> working on ciupy3 is a rollercoaster ride between "yeah \o/" and rage
[15:17:50] <jezdez> pretty happy I can shut up the people who wants to upload a requirements file now though :)
[17:38:52] <dstufft> so
[17:38:59] <dstufft> apple apparently broke c-exts
[17:39:09] <dstufft> with the latest x-code
[17:39:54] <dstufft> https://langui.sh/2014/03/10/wunused-command-line-argument-hard-error-in-future-is-a-harsh-mistress/
[17:40:10] <dstufft> basically compiling with distutils and XCode 5.1 is apparently broke
[18:24:29] <jezdez> dstufft: http://stackoverflow.com/questions/22313407/clang-error-unknown-argument-mno-fused-madd-psycopg2-installation-failure/22322645#22322645 seems to be the workaround
[18:24:48] <jezdez> should we fix this in pip?
[18:24:52] <jezdez> or setuptools?
[18:25:02] <dstufft> it's only a temporary fix
[18:25:09] <dstufft> the next version of clang removes that all together
[18:25:16] <jezdez> ah, ok
[18:25:23] <jezdez> hmm, you think apple releases a bugfix?
[18:25:24] <dstufft> If I understand correctly anyways
[18:25:31] <dstufft> I don't know, Alex_Gaynor filed a radar
[18:25:36] <jezdez> ok, cool
[18:25:53] <Alex_Gaynor> I've also contacted several apple folks I know
[18:25:58] <jezdez> awesome
[18:26:05] <jezdez> the network works \o/
[23:19:58] <dstufft> jaraco: ping