Control: reassign -1 src:pagekite 1.5.2.201011-4

On Wed, Mar 25, 2026 at 09:29:22AM +0100, Petter Reinholdtsen wrote:
[Graham Inggs]
The autopkgtests of this package failed in Ubuntu with Python 3.14 as
the default version.  I've copied what I hope is the relevant part of
the log below.

Thank you for the heads up.  I notice
<URL: https://bugzilla.redhat.com/show_bug.cgi?id=2327971 > is a similar
report about a missing 'URLopener' in six, and there there is a pointer to a
upstream fix <URL: https://github.com/benjaminp/six/pull/388 > in six,
so I believe the problem is actually in the
<URL: https://tracker.debian.org/pkg/six > package and should be fixed
there.

The problem can't be that six is missing the upstream patch you point to, because that patch landed in six 1.17.0 which has been in Debian for over a year and was even in trixie.

The problem is that pagekite itself is doing `from six.moves.urllib.request import URLopener`. six can't make that work for you any more, since the class was removed from the Python standard library. This appears to have been fixed in pagekite upstream:

  
https://github.com/pagekite/PyPagekite/commit/b15c769c22b0554706fdbc46a0a0bc89bdb9909f

Reassigning back.

Regards,

--
Colin Watson (he/him)                              [[email protected]]

Reply via email to