Re: converting to git-dpm (was: Update of python-xlwt with Py3 support)

2017-10-26 Thread Thomas Goirand
On 10/26/2017 03:02 PM, Thomas Goirand wrote: > To avoid breakage, I'll wait for antlr support for Python 3 passes the > NEW queue, and then upload. I've already merged to master. I've found out that antlr.py is embedded, and still in use in this upstream release. So I added a patch to remove it f

Re: Update of python-xlwt with Py3 support

2017-10-26 Thread Thomas Goirand
On 10/26/2017 12:27 PM, Jan Dittberner wrote: > On Wed, Oct 25, 2017 at 08:02:57PM +0200, Thomas Goirand wrote: >> Hi Jan, >> >> I've pushed to the git a new branch called new-upstream-1.3.0, which >> adds Python 3 support, and some improvements to the package. Here's the >> debian/changelog: >> >>

Re: Update of python-xlwt with Py3 support

2017-10-26 Thread Jan Dittberner
On Wed, Oct 25, 2017 at 08:02:57PM +0200, Thomas Goirand wrote: > Hi Jan, > > I've pushed to the git a new branch called new-upstream-1.3.0, which > adds Python 3 support, and some improvements to the package. Here's the > debian/changelog: > > * New upstream release. > * Ran wrap-and-sort -b

Update of python-xlwt with Py3 support

2017-10-25 Thread Thomas Goirand
Hi Jan, I've pushed to the git a new branch called new-upstream-1.3.0, which adds Python 3 support, and some improvements to the package. Here's the debian/changelog: * New upstream release. * Ran wrap-and-sort -bast to minimize git diffs. * Add Python 3 support. * Tests with nose. * Ad