[14:19:25] <McSinyx[m]> ^ anyone got any idea why this one is reported here?
[15:13:05] <clarkb> McSinyx[m]: https://github.com/mijdavis2/pyokta-aws-cli-assume-role/blob/master/.travis.yml#L46-L51 I'm guessing that travis' bot will report to any publicly accessible channel if you tell it to
[15:23:12] <McSinyx[m]> btw is travis status for pip helpful anymore, since we're obligated to view the many other checks on github anyway and that it's always quite sometime after pull?
[15:24:36] <McSinyx[m]> I think I've raised this earlier (among with the proposal to merge this with #pypa for more traffic) but didn't get any affirmative answer
[15:33:26] <fungi> we've recently tried to update our ci system's trusted container images to use python 3.8, and discovered that one of twine's binary dependencies lacks a manylinux1 wheel for 3.8... anybody know what's involved in getting a cp38 manylinux1 x86_64 wheel added for cmarkgfm? there's been an open request for it since january, and also an open pr for roughly a year for adding 3.7 and 3.8 to the metadata
[15:34:21] <fungi> i'm guessing the maintainer for that library has simply taken some well-deserved time off, but i'm happy to try to help if needed
[15:37:13] <McSinyx[m]> building and adding the wheel would not be a technical issue since there are tests for 3.8 already
[15:37:44] <McSinyx[m]> you're best shot would be to ping the maintainer under the issue asking for the wheel
[15:38:15] <fungi> ahh, yeah maybe github will send them a more obvious e-mail notification that way
[15:40:09] <McSinyx[m]> no problem, although I suppose it can be built from source just fine (since I'm pretty sure that there are peopel including me are using twine for python 3.8)?
[15:40:30] <McSinyx[m]> of course a wheel would be much better
[15:43:22] <fungi> yes, it builds from source with python 3.8, just don't really like the idea of convincing the ci system maintainer team to add a c toolchain and headers to the official docker image for the executor
[15:43:50] <fungi> or of maintaining forked images with gcc et cetera copied in
[15:44:21] <fungi> it's basically a restricted environment to safeguard the pypi credentials
[15:45:29] <McSinyx[m]> thanks for the clarification
[15:45:56] <fungi> we could supply our own wheel of course, but that doesn't help anyone else who's in a similar situation
[15:50:44] <McSinyx[m]> this makes be wonder if the upstream maintainer just disappears (not in this case though)
[15:52:08] <McSinyx[m]> how would one takes up the maintainance of the index or users of the lib would have to manually switch to a new fork dispite the current version could be perfect and all it needs it just builds for newer abi
[15:53:58] <dstufft> cmarkgfm can probably upload an abi3 wheel
[15:54:04] <dstufft> which will solve this problem for 3.9 too
[15:57:04] <fungi> the metadata lists pypa-dev as an author, so it seems like there may have been some intention for team maintenance there
[15:58:19] <fungi> and yeah, i'm really looking forward to seeing abi3 wheels more, that will indeed keep this from being as much of an ongoing issue for libs
[16:01:47] <dstufft> It appears Thea is the maintainer
[17:31:36] <ayharano> Hello there. I would like to contribute to "Changes are coming to pip" video with a subtitle, but I don't know where could I exactly talk about that. Could anyone give me directions about that?