Source: python-changelog Version: 0.6.1-1 Severity: serious User: debian-pyt...@lists.debian.org Usertags: python3.12
Hi Maintainer python-changelog's autopkgtests fail with Python 3.12 [1]. I've copied what I hope is the relevant part of the log below. Regards Graham [1] https://ci.debian.net/packages/p/python-changelog/testing/amd64/ 50s autopkgtest [20:10:33]: test autodep8-python3: [----------------------- 50s Testing with python3.12: 50s Traceback (most recent call last): 50s File "<string>", line 1, in <module> 50s File "/usr/lib/python3/dist-packages/changelog/__init__.py", line 3, in <module> 50s from .sphinxext import setup # noqa 50s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 50s File "/usr/lib/python3/dist-packages/changelog/sphinxext.py", line 7, in <module> 50s from .docutils import ChangeDirective 50s File "/usr/lib/python3/dist-packages/changelog/docutils.py", line 2, in <module> 50s from distutils.version import LooseVersion 50s ModuleNotFoundError: No module named 'distutils' 51s autopkgtest [20:10:34]: test autodep8-python3: -----------------------]