PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Friday the 10th of June, 2016

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[15:25:10] <dstufft> sigmavirus24: thoughts on merging https://github.com/pypa/twine/pull/177 and making a release next week sometime?
[15:25:26] <sigmavirus24> dstufft: I don't have the time for twine right now
[15:25:36] <dstufft> sigmavirus24: no worries!
[15:25:41] <sigmavirus24> and I have some other items I had wanted to work into twine
[15:28:09] <dstufft> sigmavirus24: unless you want me to wait on you, I might just go ahead and move forward with it.
[15:29:36] <sigmavirus24> Let me scrounge together some time to sprint on this I guess
[15:30:23] <dstufft> sigmavirus24: if you want me to wait it's totally fine
[15:30:36] <sigmavirus24> I just wanted to get some stuff pulled into the enxt release
[15:30:42] <sigmavirus24> it's all milestoned iirc
[15:30:49] <sigmavirus24> I also want to fix Travis
[15:31:02] <dstufft> the only reason I care about moving to it quicker is because old PyPI is erroring in ~10% of uploads or so which I think is super crummy and this fixes that
[15:31:14] <dstufft> I was just poking at the docs job actually
[15:32:59] <sigmavirus24> I think you need to add sphinx_rtd_theme to the tox requirements
[15:33:40] <dstufft> yea :] https://github.com/pypa/twine/pull/179
[15:34:35] <sigmavirus24> I've been focused on https://github.com/pycqa/flake8/commits/proposed/3.0 for a while
[15:35:06] <dstufft> flake8 is super important
[15:36:25] <sigmavirus24> 3.0 fixes some gripes glyph has
[15:36:32] <sigmavirus24> but that's not the primary reason for it
[15:36:44] <sigmavirus24> This adds plugin hooks for auto-reformatting code although it won't work in 3.0
[15:36:49] <sigmavirus24> it's been deferred to a 3.x release
[15:37:01] <sigmavirus24> Trying to make 3.0 break as little as possible
[15:37:10] <sigmavirus24> (But it is breaking things)
[15:37:25] <dstufft> sigmavirus24: 3.0 releaseds are supposed to break ALL THE THINGS
[15:37:27] <sigmavirus24> It has sooooooo much more docs
[16:43:23] <ronny> sigmavirus24: any oppinion on yapf for auto reformat instead?
[16:43:38] <sigmavirus24> ronny: it's not as extensible and doesn't integrate with flake8
[16:43:40] <sigmavirus24> sooooo no
[16:45:44] <ronny> i see
[16:46:09] <ronny> sigmavirus24: are you planning to teach flake8 fixups and change suggestions?