Re: Python3 fixes for kernel-tests

2015-12-21 Thread Craig Rodrigues
Hi, The upstream maintainer took my changes at https://git.fedorahosted.org/git/kernel-tests.git Thanks. -- Craig On Sat, Dec 19, 2015 at 10:24 AM, Craig Rodrigues wrote: > > I filed this bug to track things: > https://bugzilla.redhat.com/show_bug.cgi?id=1293015 > > ___

Re: Replacing pdfminer with Python 3 compatible pdfminer.six

2015-12-21 Thread Ben Rosser
On Mon, Dec 21, 2015 at 6:33 AM, Nick Coghlan wrote: > On 21 December 2015 at 15:19, Toshio Kuratomi wrote: > > On Sun, Dec 20, 2015 at 01:29:10PM -0500, Ben Rosser wrote: > >> > >> What's the right thing to do here? Replace pdfminer? Ship > python3-pdfminer-six, > >> have it provide python3-pdf

Re: Replacing pdfminer with Python 3 compatible pdfminer.six

2015-12-21 Thread Nick Coghlan
On 21 December 2015 at 15:19, Toshio Kuratomi wrote: > On Sun, Dec 20, 2015 at 01:29:10PM -0500, Ben Rosser wrote: >> >> What's the right thing to do here? Replace pdfminer? Ship >> python3-pdfminer-six, >> have it provide python3-pdfminer, and keep using the original package for >> Python 2? Do