Your message dated Sun, 22 Apr 2018 15:17:35 +0200
with message-id <20180422131735.5355-1-andre...@debian.org>
and subject line Bug#896375: fixed in python3-changelog 0.3.5-2
has caused the Debian Bug report #896375,
regarding python3-changelog: changelog fails to import
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 ow...@bugs.debian.org
immediately.)
--
896375: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896375
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-changelog
Version: 0.3.5-1
Severity: serious
User: helm...@debian.org
Usertags: python-import
After installing python3-changelog importing the module changelog
into a python interpreter fails with the following error:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3/dist-packages/changelog/__init__.py", line 3, in
<module>
from .changelog import setup
File "/usr/lib/python3/dist-packages/changelog/changelog.py", line 5, in
<module>
from sphinx.util.compat import Directive
ModuleNotFoundError: No module named 'sphinx'
The vast majority of import failures is attributed to missing dependencies.
Often times that manifests as an ImportError or ModuleNotFoundError.
Typically, dependencies should be inserted by dh-python via ${python:Depends}
or ${python3:Depends}. Thus a missing dependency can be caused by incomplete
install_requires in setup.py. Sometimes a missing dependency of a dependency
is the cause, in such cases this bug should be reassigned.
Helmut
--- End Message ---
--- Begin Message ---
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sun, 22 Apr 2018 14:37:02 +0200
Source: python-changelog
Binary: python-changelog python3-changelog
Architecture: source
Version: 0.3.5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Andrej Shadura <andre...@debian.org>
Description:
python-changelog - Sphinx extension to generate changelog files (Python 2)
python3-changelog - Sphinx extension to generate changelog files (Python 3)
Closes: 896251
Changes:
python-changelog (0.3.5-2) unstable; urgency=medium
.
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* d/control: Remove trailing whitespaces
.
[ Andrej Shadura ]
* Build-depend on sphinx, don't use compat code,
enable tests (Closes: #896251).
Checksums-Sha1:
f54e63409c502019565b7c1f9e6c9b1661598f86 1969 python-changelog_0.3.5-2.dsc
8be70bf728a945be516e72a68f29e1befabb2820 2748
python-changelog_0.3.5-2.debian.tar.xz
Checksums-Sha256:
901d70f495cc8dca2620cd9cba6c16855e6d66fda6c10ffd8d47168e319880d7 1969
python-changelog_0.3.5-2.dsc
132f7cc649b908ca2db06a0622aa1214cf043ce0949e739921fe5861c6552833 2748
python-changelog_0.3.5-2.debian.tar.xz
Files:
8b2f112f2af6d87ab89a53a84483b8a5 1969 python optional
python-changelog_0.3.5-2.dsc
7937f0c138872570744f4e61a3768fe2 2748 python optional
python-changelog_0.3.5-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQEcBAEBCAAGBQJa3IOtAAoJEF5AjNkc2DnSdbcH/1M33fE4uz+USBvGdO5yAIw1
I6qLw/kX4HODje4c0eqt1vUeoz4uWnfHKpPTc4uIzZEgJj3buaycaZysg+AktVn6
rY0KmbN2Q9dm6nOPUjvHxDpbwPlp1qW67HFKhlwPM8j4UxFuLqhC/6jnpUvqx1DO
bw1/YP/d+wHIJjIn8JoevfFwYvNOfj5EejE2hprFYNrusXQ2Xqc7E4lyO54bPgkA
D3C1YcMNgYEpR+Y0d/k17BxNyaTKTjVTlPq1obq7M4OvwERaL78u+ABr7KoWZ8+F
uoWW76AFKiqI2922tE5CcuvFz3Nhz8q8OnDs+Zv0jrXH5m53HY1h5SKYwrx1lyg=
=4w+c
-----END PGP SIGNATURE-----
--- End Message ---