Your message dated Mon, 26 Feb 2024 18:45:19 +0100
with message-id <[email protected]>
and subject line Re: reportbug fails its autopkg tests with Python 3.12
has caused the Debian Bug report #1061837,
regarding reportbug fails its autopkg tests with Python 3.12
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1061837: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061837
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:reportbug
Version: 12.0.0
Severity: important
Tags: sid trixie ftbfs
User: [email protected]
Usertags: python3.12
With python3-defaults from experimental, the package fails its autopkg
tests:
[...]
612s autopkgtest [14:15:05]: test runnable: [-----------------------
612s running /tmp/autopkgtest.wHezyS/build.2WS/src/debian/tests/runnable
612s
612s running reportbug --version
614s Traceback (most recent call last):
614s File "/usr/bin/reportbug", line 40, in <module>
614s from reportbug import utils
614s File "/usr/lib/python3/dist-packages/reportbug/utils.py", line
70, in <module>
614s from . import debbugs # noqa: E402
614s ^^^^^^^^^^^^^^^^^^^^^
614s File "/usr/lib/python3/dist-packages/reportbug/debbugs.py", line
33, in <module>
614s import debianbts
614s File "/usr/lib/python3/dist-packages/debianbts/__init__.py", line
1, in <module>
614s from debianbts.debianbts import * # noqa
614s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
614s File "/usr/lib/python3/dist-packages/debianbts/debianbts.py",
line 22, in <module>
614s from pysimplesoap.client import SoapClient
614s File "/usr/lib/python3/dist-packages/pysimplesoap/__init__.py",
line 16, in <module>
614s from . import client, server, simplexml, transport
614s File "/usr/lib/python3/dist-packages/pysimplesoap/client.py",
line 33, in <module>
614s from .transport import get_http_wrapper, set_http_wrapper, get_Http
614s File "/usr/lib/python3/dist-packages/pysimplesoap/transport.py",
line 19, in <module>
614s from distutils.version import LooseVersion
614s ModuleNotFoundError: No module named 'distutils'
--- End Message ---
--- Begin Message ---
Hi,
this problem was caused by
#1063443 pysimplesoap: not compatible with Python 3.12
which is fixed now.
Kind regards
Andreas.
--
http://fam-tille.de
--- End Message ---