[Python-modules-team] Bug#865926: jsonpickle: ftbfs with python3.6, please upgrade to 0.9.4

2017-07-20 Thread Michael Hudson-Doyle
The recently released 0.9.5 does pass tests with python 3.6. On 26 June 2017 at 10:26, Michael Hudson-Doyle <michael.hud...@ubuntu.com> wrote: > Source: jsonpickle > Version: 0.9.3-1 > Severity: normal > User: debian-pyt...@lists.debian.org > Usertags: python3.

[Python-modules-team] Bug#867522:

2017-07-18 Thread Michael Hudson-Doyle
+1,10 @@ +pytest-pylint (0.6.0-2) UNRELEASED; urgency=medium + + * Prevent tests in the debian/$pkg directories from being collected when +running the tests. + + -- Michael Hudson-Doyle <michael.hud...@ubuntu.com> Wed, 19 Jul 2017 15:25:09 +1200 + pytest-pylint (0.6.0-1) unstable; urgency=

[Python-modules-team] Bug#861680:

2017-07-16 Thread Michael Hudson-Doyle
Hi, you've reenabled the xcb tests here, which pass in sid but still consistently fail in Ubuntu. Do you have any idea what the difference might be? ___ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org

[Python-modules-team] Bug#868194: Stop building python3-trollius-redis

2017-07-16 Thread Michael Hudson-Doyle
Here's a patch that actually works. On 14 July 2017 at 16:22, Michael Hudson-Doyle <michael.hud...@canonical.com > wrote: > > > On 13 July 2017 at 13:46, Sergio Durigan Junior <sergi...@sergiodj.net> > wrote: > >> On Wednesday, July 12 2017, Micha

[Python-modules-team] Bug#868194: Stop building python3-trollius-redis

2017-07-13 Thread Michael Hudson-Doyle
On 13 July 2017 at 13:46, Sergio Durigan Junior <sergi...@sergiodj.net> wrote: > On Wednesday, July 12 2017, Michael Hudson-Doyle wrote: > > > Hi, > > > > trollius does not build with Python 3.6 as a supported version and is > > deprecated upstream. The sens

[Python-modules-team] Bug#868194:

2017-07-12 Thread Michael Hudson-Doyle
@@ +trollius-redis (0.1.4-2) unstable; urgency=medium + + * Stop building python3-trollius-redis as trollius does not work with Python +3.6. (Closes: #868194) + + -- Michael Hudson-Doyle <michael.hud...@ubuntu.com> Thu, 13 Jul 2017 11:46:34 +1200 + trollius-redis (0.1.4-1) unstable; u

[Python-modules-team] Bug#868194: Stop building python3-trollius-redis

2017-07-12 Thread Michael Hudson-Doyle
Source: trollius-redis Severity: normal User: debian-pyt...@lists.debian.org Usertags: python3.6 no-more-python3-trollius Hi, trollius does not build with Python 3.6 as a supported version and is deprecated upstream. The sensible way forward seems to be to stop building python3-trollius and the

[Python-modules-team] Bug#865926:

2017-07-02 Thread Michael Hudson-Doyle
retitle -1 fails tests with python 3.6 FWIW, 0.9.4 still fails tests with Python 3.6, I was initially confused because the package does not depend on python3-all and so only runs the 3.6 tests when 3.6 is default, not merely supported (another bug, I guess!)

[Python-modules-team] Bug#866565: flask-migrate: ftbfs with python3.6 as default

2017-06-29 Thread Michael Hudson-Doyle
Source: flask-migrate Severity: important User: debian-pyt...@lists.debian.org Usertags: python3.6 Dear Maintainer, We updated flask-migrate in Ubuntu got a very strange ftbfs when Python 3.6 was the default. I figured out what was going on and filed

[Python-modules-team] Bug#865926: jsonpickle: ftbfs with python3.6, please upgrade to 0.9.4

2017-06-25 Thread Michael Hudson-Doyle
Source: jsonpickle Version: 0.9.3-1 Severity: normal User: debian-pyt...@lists.debian.org Usertags: python3.6 Dear Maintainer, jsonpickle fails to build when Python 3.6 is a supported version, as the current development version of Ubuntu. The 0.9.4 upstream release builds fine though, so it

[Python-modules-team] Bug#864699: python-scipy: debian/tests/python3-smoke does not depends on python3-all-dbg

2017-06-12 Thread Michael Hudson-Doyle
:24:46.0 +1200 +++ python-scipy-0.18.1/debian/changelog 2017-06-13 12:31:33.0 +1200 @@ -1,3 +1,9 @@ +python-scipy (0.18.1-2ubuntu1) artful; urgency=medium + + * d/tests/control: Add python3-all-dbg to dependencies of python3-smoke test. + + -- Michael Hudson-Doyle <michael.

[Python-modules-team] Bug#864696: qscintilla2: autopkgtests fail when more than one python 3 version is supported

2017-06-12 Thread Michael Hudson-Doyle
of +Python 3 are actually installed. + + -- Michael Hudson-Doyle <michael.hud...@ubuntu.com> Tue, 13 Jun 2017 11:48:42 +1200 + qscintilla2 (2.9.3+dfsg-4build1) artful; urgency=medium * No change rebuild to add Python 3.6 support. diff -Nru qscintilla2-2.9.3+dfsg/debian/control qscin

[Python-modules-team] Bug#853013:

2017-06-07 Thread Michael Hudson-Doyle
I found this too and while I don't really understand how this test ever passes, I have a proposed fix upstream: https://github.com/urwid/urwid/pull/238 which I have just uploaded to ubuntu ___ Python-modules-team mailing list

[Python-modules-team] Bug#864327: shiboken: extend test skipping hack to python 3.6

2017-06-06 Thread Michael Hudson-Doyle
-1.2.2/debian/changelog 2017-05-16 03:59:33.0 + +++ shiboken-1.2.2/debian/changelog 2017-06-07 00:19:48.0 + @@ -1,3 +1,9 @@ +shiboken (1.2.2-3.1ubuntu1) artful; urgency=medium + + * Extend hack to skip tests which still fail for py3.6. + + -- Michael Hudson-Doyle

[Python-modules-team] Bug#862434: Bug#862434:

2017-05-15 Thread Michael Hudson-Doyle
I have not, no. I guess we'll get the autopkgtest coverage when Python 3.6 is the default, perhaps I should try something before then... ___ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org

[Python-modules-team] Bug#862434:

2017-05-15 Thread Michael Hudson-Doyle
I don't think that's quite right, I think the problem is the computation of PY3MIN and PY3MAX. I've uploaded this patch to Ubuntu which I think fixes the problem: http://launchpadlibrarian.net/319819189/mod-wsgi_4.5.11-1build1_4.5.11-1ubuntu1.diff.gz (you'd still have to edit wsgi.load to use the

[Python-modules-team] Bug#862423:

2017-05-15 Thread Michael Hudson-Doyle
/changelog2017-05-16 01:35:25.0 + @@ -1,3 +1,9 @@ +pysvn (1.9.4-2ubuntu1) artful; urgency=medium + + * Only build with default Python 3 as building with multiple versions fails. + + -- Michael Hudson-Doyle <michael.hud...@ubuntu.com> Tue, 16 May 2017 12:46:01 +1200 + pysvn (1

[Python-modules-team] Bug#846771:

2017-05-15 Thread Michael Hudson-Doyle
forwarded https://github.com/enthought/traits/issues/363 We ran into this in Ubuntu and I just uploaded a simple change to disable these two tests: https://launchpadlibrarian.net/319812483/python-traits_4.6.0-1build1_4.6.0-1ubuntu1.diff.gz I also filed a bug upstream as I could reproduce it