Your message dated Tue, 05 May 2026 14:34:01 +0000
with message-id <[email protected]>
and subject line Bug#1135500: fixed in khard 0.20.1-2
has caused the Debian Bug report #1135500,
regarding khard: FTBFS: TypeError: 'module' object is not callable
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.)
--
1135500: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1135500
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:khard
Version: 0.20.1-1
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/202605/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:khard, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
debian/rules execute_after_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f khard/version.py
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
debian/rules binary
dh binary --buildsystem=pybuild
dh_update_autotools_config -O--buildsystem=pybuild
dh_autoreconf -O--buildsystem=pybuild
dh_auto_configure -O--buildsystem=pybuild
dh_auto_build -O--buildsystem=pybuild
[... snipped ...]
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'khard.data' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to
distribute this
package, please make sure that 'khard.data' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation
page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'khard.data' to be distributed and are
already explicitly excluding 'khard.data' via
`find_namespace_packages(...)/find_namespace` or
`find_packages(...)/find`,
you can try to use `exclude_package_data`, or
`include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools
documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/khard
creating build/bdist.linux-x86_64/wheel/khard/data
copying build/lib/khard/data/template.yaml ->
build/bdist.linux-x86_64/wheel/./khard/data
copying build/lib/khard/data/config.spec ->
build/bdist.linux-x86_64/wheel/./khard/data
copying build/lib/khard/__init__.py -> build/bdist.linux-x86_64/wheel/./khard
creating build/bdist.linux-x86_64/wheel/khard/helpers
copying build/lib/khard/helpers/__init__.py ->
build/bdist.linux-x86_64/wheel/./khard/helpers
copying build/lib/khard/helpers/interactive.py ->
build/bdist.linux-x86_64/wheel/./khard/helpers
copying build/lib/khard/helpers/typing.py ->
build/bdist.linux-x86_64/wheel/./khard/helpers
copying build/lib/khard/khard.py -> build/bdist.linux-x86_64/wheel/./khard
copying build/lib/khard/formatter.py -> build/bdist.linux-x86_64/wheel/./khard
copying build/lib/khard/query.py -> build/bdist.linux-x86_64/wheel/./khard
copying build/lib/khard/cli.py -> build/bdist.linux-x86_64/wheel/./khard
copying build/lib/khard/config.py -> build/bdist.linux-x86_64/wheel/./khard
copying build/lib/khard/contacts.py -> build/bdist.linux-x86_64/wheel/./khard
copying build/lib/khard/version.py -> build/bdist.linux-x86_64/wheel/./khard
copying build/lib/khard/exceptions.py -> build/bdist.linux-x86_64/wheel/./khard
copying build/lib/khard/__main__.py -> build/bdist.linux-x86_64/wheel/./khard
copying build/lib/khard/actions.py -> build/bdist.linux-x86_64/wheel/./khard
copying build/lib/khard/address_book.py ->
build/bdist.linux-x86_64/wheel/./khard
running install_egg_info
Copying khard.egg-info to build/bdist.linux-x86_64/wheel/./khard-0.20.1.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/khard-0.20.1.dist-info/WHEEL
creating
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/.tmp-xrsp4fwo/khard-0.20.1-py3-none-any.whl'
and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'khard/__init__.py'
adding 'khard/__main__.py'
adding 'khard/actions.py'
adding 'khard/address_book.py'
adding 'khard/cli.py'
adding 'khard/config.py'
adding 'khard/contacts.py'
adding 'khard/exceptions.py'
adding 'khard/formatter.py'
adding 'khard/khard.py'
adding 'khard/query.py'
adding 'khard/version.py'
adding 'khard/data/config.spec'
adding 'khard/data/template.yaml'
adding 'khard/helpers/__init__.py'
adding 'khard/helpers/interactive.py'
adding 'khard/helpers/typing.py'
adding 'khard-0.20.1.dist-info/licenses/LICENSE'
adding 'khard-0.20.1.dist-info/METADATA'
adding 'khard-0.20.1.dist-info/WHEEL'
adding 'khard-0.20.1.dist-info/entry_points.txt'
adding 'khard-0.20.1.dist-info/top_level.txt'
adding 'khard-0.20.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built khard-0.20.1-py3-none-any.whl
I: pybuild plugin_pyproject:168: Unpacking wheel built for python3.13 with
"installer" module
debian/rules execute_after_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cd doc && \
make html && \
make text && \
make man
make[2]: Entering directory '/<<PKGBUILDDIR>>/doc'
Running Sphinx v9.1.0
loading translations [en]... done
making output directory... done
Converting `source_suffix = '.rst'` to `source_suffix = {'.rst':
'restructuredtext'}`.
[AutoAPI] Reading files... [ 7%] /<<PKGBUILDDIR>>/khard/__init__.py
[AutoAPI] Reading files... [ 13%] /<<PKGBUILDDIR>>/khard/khard.py
[AutoAPI] Reading files... [ 20%] /<<PKGBUILDDIR>>/khard/formatter.py
[AutoAPI] Reading files... [ 27%] /<<PKGBUILDDIR>>/khard/query.py
[AutoAPI] Reading files... [ 33%] /<<PKGBUILDDIR>>/khard/cli.py
[AutoAPI] Reading files... [ 40%] /<<PKGBUILDDIR>>/khard/config.py
[AutoAPI] Reading files... [ 47%] /<<PKGBUILDDIR>>/khard/contacts.py
[AutoAPI] Reading files... [ 53%] /<<PKGBUILDDIR>>/khard/version.py
[AutoAPI] Reading files... [ 60%] /<<PKGBUILDDIR>>/khard/exceptions.py
[AutoAPI] Reading files... [ 67%] /<<PKGBUILDDIR>>/khard/__main__.py
[AutoAPI] Reading files... [ 73%] /<<PKGBUILDDIR>>/khard/actions.py
[AutoAPI] Reading files... [ 80%] /<<PKGBUILDDIR>>/khard/address_book.py
[AutoAPI] Reading files... [ 87%] /<<PKGBUILDDIR>>/khard/helpers/__init__.py
[AutoAPI] Reading files... [ 93%] /<<PKGBUILDDIR>>/khard/helpers/interactive.py
[AutoAPI] Reading files... [100%] /<<PKGBUILDDIR>>/khard/helpers/typing.py
[AutoAPI] Mapping Data... [ 7%] /<<PKGBUILDDIR>>/khard/__init__.py
[AutoAPI] Mapping Data... [ 13%] /<<PKGBUILDDIR>>/khard/khard.py
[AutoAPI] Mapping Data... [ 20%] /<<PKGBUILDDIR>>/khard/formatter.py
[AutoAPI] Mapping Data... [ 27%] /<<PKGBUILDDIR>>/khard/query.py
[AutoAPI] Mapping Data... [ 33%] /<<PKGBUILDDIR>>/khard/cli.py
[AutoAPI] Mapping Data... [ 40%] /<<PKGBUILDDIR>>/khard/config.py
[AutoAPI] Mapping Data... [ 47%] /<<PKGBUILDDIR>>/khard/contacts.py
[AutoAPI] Mapping Data... [ 53%] /<<PKGBUILDDIR>>/khard/version.py
[AutoAPI] Mapping Data... [ 60%] /<<PKGBUILDDIR>>/khard/exceptions.py
[AutoAPI] Mapping Data... [ 67%] /<<PKGBUILDDIR>>/khard/__main__.py
[AutoAPI] Mapping Data... [ 73%] /<<PKGBUILDDIR>>/khard/actions.py
[AutoAPI] Mapping Data... [ 80%] /<<PKGBUILDDIR>>/khard/address_book.py
[AutoAPI] Mapping Data... [ 87%] /<<PKGBUILDDIR>>/khard/helpers/__init__.py
[AutoAPI] Mapping Data... [ 93%] /<<PKGBUILDDIR>>/khard/helpers/interactive.py
[AutoAPI] Mapping Data... [100%] /<<PKGBUILDDIR>>/khard/helpers/typing.py
[AutoAPI] Rendering Data... [ 7%] khard
[AutoAPI] Rendering Data... [ 13%] khard.cli
[AutoAPI] Rendering Data... [ 20%] khard.khard
[AutoAPI] Rendering Data... [ 27%] khard.query
[AutoAPI] Rendering Data... [ 33%] khard.config
[AutoAPI] Rendering Data... [ 40%] khard.version
[AutoAPI] Rendering Data... [ 47%] khard.actions
[AutoAPI] Rendering Data... [ 53%] khard.helpers
[AutoAPI] Rendering Data... [ 60%] khard.contacts
[AutoAPI] Rendering Data... [ 67%] khard.__main__
[AutoAPI] Rendering Data... [ 73%] khard.formatter
[AutoAPI] Rendering Data... [ 80%] khard.exceptions
[AutoAPI] Rendering Data... [ 87%] khard.address_book
[AutoAPI] Rendering Data... [ 93%] khard.helpers.typing
[AutoAPI] Rendering Data... [100%] khard.helpers.interactive
[autosummary] generating autosummary for: bench.rst, commandline.rst,
contributing.rst, davcontroller.rst, index.rst, indices.rst, man.rst,
man/khard-subcommands.rst, man/khard.conf.rst, man/khard.rst, scripting.rst
building [mo]: targets for 0 po files that are out of date
writing output...
building [html]: targets for 11 source files that are out of date
updating environment: [new config] 27 added, 0 changed, 0 removed
reading sources... [ 4%] autoapi/index
reading sources... [ 7%] autoapi/khard/__main__/index
reading sources... [ 11%] autoapi/khard/actions/index
reading sources... [ 15%] autoapi/khard/address_book/index
reading sources... [ 19%] autoapi/khard/cli/index
reading sources... [ 22%] autoapi/khard/config/index
reading sources... [ 26%] autoapi/khard/contacts/index
reading sources... [ 30%] autoapi/khard/exceptions/index
reading sources... [ 33%] autoapi/khard/formatter/index
reading sources... [ 37%] autoapi/khard/helpers/index
reading sources... [ 41%] autoapi/khard/helpers/interactive/index
reading sources... [ 44%] autoapi/khard/helpers/typing/index
reading sources... [ 48%] autoapi/khard/index
reading sources... [ 52%] autoapi/khard/khard/index
reading sources... [ 56%] autoapi/khard/query/index
reading sources... [ 59%] autoapi/khard/version/index
reading sources... [ 63%] bench
reading sources... [ 67%] commandline
reading sources... [ 70%] contributing
reading sources... [ 74%] davcontroller
reading sources... [ 78%] index
[AutoAPI] Adding AutoAPI TOCTree [autoapi/index] to index.rst
reading sources... [ 81%] indices
reading sources... [ 85%] man
reading sources... [ 89%] man/khard
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/address_book/index.rst:21: WARNING:
duplicate label classes, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/actions/index.rst
[autosectionlabel.autoapi/khard/address_book/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/address_book/index.rst:31: WARNING:
duplicate label module contents, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/actions/index.rst
[autosectionlabel.autoapi/khard/address_book/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/cli/index.rst:13: WARNING: duplicate
label attributes, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/address_book/index.rst
[autosectionlabel.autoapi/khard/cli/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/cli/index.rst:21: WARNING: duplicate
label classes, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/address_book/index.rst
[autosectionlabel.autoapi/khard/cli/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/cli/index.rst:41: WARNING: duplicate
label module contents, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/address_book/index.rst
[autosectionlabel.autoapi/khard/cli/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/config/index.rst:13: WARNING:
duplicate label attributes, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/cli/index.rst
[autosectionlabel.autoapi/khard/config/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/config/index.rst:22: WARNING:
duplicate label classes, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/cli/index.rst
[autosectionlabel.autoapi/khard/config/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/config/index.rst:30: WARNING:
duplicate label functions, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/cli/index.rst
[autosectionlabel.autoapi/khard/config/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/config/index.rst:40: WARNING:
duplicate label module contents, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/cli/index.rst
[autosectionlabel.autoapi/khard/config/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/contacts/index.rst:23: WARNING:
duplicate label attributes, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/config/index.rst
[autosectionlabel.autoapi/khard/contacts/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/contacts/index.rst:33: WARNING:
duplicate label classes, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/config/index.rst
[autosectionlabel.autoapi/khard/contacts/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/contacts/index.rst:43: WARNING:
duplicate label functions, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/config/index.rst
[autosectionlabel.autoapi/khard/contacts/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/contacts/index.rst:52: WARNING:
duplicate label module contents, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/config/index.rst
[autosectionlabel.autoapi/khard/contacts/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/exceptions/index.rst:24: WARNING:
duplicate label module contents, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/contacts/index.rst
[autosectionlabel.autoapi/khard/exceptions/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/formatter/index.rst:13: WARNING:
duplicate label classes, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/contacts/index.rst
[autosectionlabel.autoapi/khard/formatter/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/formatter/index.rst:21: WARNING:
duplicate label module contents, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/exceptions/index.rst
[autosectionlabel.autoapi/khard/formatter/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/helpers/index.rst:23: WARNING:
duplicate label attributes, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/contacts/index.rst
[autosectionlabel.autoapi/khard/helpers/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/helpers/index.rst:32: WARNING:
duplicate label functions, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/contacts/index.rst
[autosectionlabel.autoapi/khard/helpers/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/helpers/interactive/index.rst:13:
WARNING: duplicate label attributes, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/helpers/index.rst
[autosectionlabel.autoapi/khard/helpers/interactive/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/helpers/interactive/index.rst:21:
WARNING: duplicate label classes, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/formatter/index.rst
[autosectionlabel.autoapi/khard/helpers/interactive/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/helpers/interactive/index.rst:30:
WARNING: duplicate label functions, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/helpers/index.rst
[autosectionlabel.autoapi/khard/helpers/interactive/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/helpers/interactive/index.rst:40:
WARNING: duplicate label module contents, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/formatter/index.rst
[autosectionlabel.autoapi/khard/helpers/interactive/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/helpers/typing/index.rst:13: WARNING:
duplicate label attributes, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/helpers/interactive/index.rst
[autosectionlabel.autoapi/khard/helpers/typing/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/helpers/typing/index.rst:23: WARNING:
duplicate label functions, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/helpers/interactive/index.rst
[autosectionlabel.autoapi/khard/helpers/typing/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/helpers/typing/index.rst:34: WARNING:
duplicate label module contents, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/helpers/interactive/index.rst
[autosectionlabel.autoapi/khard/helpers/typing/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/index.rst:8: WARNING: duplicate label
submodules, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/helpers/index.rst
[autosectionlabel.autoapi/khard/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/khard/index.rst:13: WARNING:
duplicate label attributes, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/helpers/typing/index.rst
[autosectionlabel.autoapi/khard/khard/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/khard/index.rst:23: WARNING:
duplicate label functions, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/helpers/typing/index.rst
[autosectionlabel.autoapi/khard/khard/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/khard/index.rst:59: WARNING:
duplicate label module contents, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/helpers/typing/index.rst
[autosectionlabel.autoapi/khard/khard/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/query/index.rst:13: WARNING:
duplicate label attributes, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/khard/index.rst
[autosectionlabel.autoapi/khard/query/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/query/index.rst:21: WARNING:
duplicate label classes, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/helpers/interactive/index.rst
[autosectionlabel.autoapi/khard/query/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/query/index.rst:37: WARNING:
duplicate label functions, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/khard/index.rst
[autosectionlabel.autoapi/khard/query/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/query/index.rst:45: WARNING:
duplicate label module contents, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/khard/index.rst
[autosectionlabel.autoapi/khard/query/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/version/index.rst:8: WARNING:
duplicate label attributes, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/query/index.rst
[autosectionlabel.autoapi/khard/version/index]
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/version/index.rst:21: WARNING:
duplicate label module contents, other instance in
/<<PKGBUILDDIR>>/doc/source/autoapi/khard/query/index.rst
[autosectionlabel.autoapi/khard/version/index]
Versions
========
* Platform: linux;
(Linux-6.12.74+deb13+1-cloud-amd64-x86_64-with-glibc2.42)
* Python version: 3.13.12 (CPython)
* Sphinx version: 9.1.0
* Docutils version: 0.22.4
* Jinja2 version: 3.1.6
* Pygments version: 2.19.2
Last Messages
=============
[AutoAPI] Adding AutoAPI TOCTree [autoapi/index] to index.rst
reading sources... [ 81%]
indices
reading sources... [ 85%]
man
reading sources... [ 89%]
man/khard
Loaded Extensions
=================
* sphinx.ext.mathjax (9.1.0)
* alabaster (1.0.0)
* sphinx.ext.autodoc (9.1.0)
* sphinx.ext.autosummary (9.1.0)
* sphinx.ext.graphviz (9.1.0)
* sphinx.ext.inheritance_diagram (9.1.0)
* autoapi.extension (unknown version)
* sphinx.ext.autosectionlabel (9.1.0)
* sphinx.ext.todo (9.1.0)
* sphinx_autodoc_typehints (unknown version)
* sphinxarg.ext (0.5.2)
Traceback
=========
File "/usr/lib/python3/dist-packages/sphinxarg/ext.py", line 511, in run
with mock(self.config.autodoc_mock_imports):
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'module' object is not callable
The full traceback has been saved in:
/tmp/sphinx-err-nvm5br4f.log
To report this error to the developers, please open an issue at
<https://github.com/sphinx-doc/sphinx/issues/>. Thanks!
Please also report this if it was a user error, so that a better error message
can be provided next time.
make[2]: *** [Makefile:20: html] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc'
make[1]: *** [debian/rules:10: execute_after_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:20: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: khard
Source-Version: 0.20.1-2
Done: Colin Watson <[email protected]>
We believe that the bug you reported is fixed in the latest version of
khard, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Colin Watson <[email protected]> (supplier of updated khard package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 05 May 2026 15:22:13 +0100
Source: khard
Architecture: source
Version: 0.20.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1135500
Changes:
khard (0.20.1-2) unstable; urgency=medium
.
* Team upload.
* Remove the autodoc typehints extension in sphinx (closes: #1135500).
Checksums-Sha1:
11ed49b31bb07ec4eef2b1e6262aa20df841ec41 2479 khard_0.20.1-2.dsc
5bb68c21e2f57cdf3c3b99f1492827626e247e1f 7348 khard_0.20.1-2.debian.tar.xz
154ce4233ddd0151a2246fdcbdfad36a993b331a 662536 khard_0.20.1-2.git.tar.xz
a2daa6fa9b41ad731124b62aad2a01a78616e859 17344 khard_0.20.1-2_source.buildinfo
Checksums-Sha256:
f5c0df46bda4a42c908720353ebe51fcefd9e392c889c870665c444b90784f33 2479
khard_0.20.1-2.dsc
d54e272853b0c0c599993c5717ffe3578d7ec69ae7915ee02d7f85025f0e4cbc 7348
khard_0.20.1-2.debian.tar.xz
ed918bc44a911e839a35e0d14f0c9ba5c4bce0cc43fb1d0555c34afc32c09193 662536
khard_0.20.1-2.git.tar.xz
f9342ea3499703e2c2bedf743ecca5c5d9082ab7c5eec5cbdae8646763e7531e 17344
khard_0.20.1-2_source.buildinfo
Files:
9ee2b105c0707a1a6795e7164f3822a3 2479 utils optional khard_0.20.1-2.dsc
07ec1090412fb6ff595a01330cdadd3d 7348 utils optional
khard_0.20.1-2.debian.tar.xz
2d011f11a540154a4ba65ab2fa730c15 662536 utils optional
khard_0.20.1-2.git.tar.xz
a6663e64a24539d34ed531f3437878ab 17344 utils optional
khard_0.20.1-2_source.buildinfo
Git-Tag-Info: tag=9022135f221e115052a13c8e485b083b56fc1d95
fp=ac0a4ff12611b6fccf01c111393587d97d86500b
Git-Tag-Tagger: Colin Watson <[email protected]>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmn5/XAACgkQYG0ITkaD
wHkN7BAA2V9gz3iFEmJ/EO7jfBKdWF7xKHUtuS8t2Md6zlL9sEIJqNsq758pzYNZ
REh2ozqwO13QmdoBeMLQnYK8GBZpd7uKeBL9y9iHd/Jwidq7J4Q4K5E1xLlyQixf
WZ2yYMVGUGZ83D0uN0uBrKgMqk3QVCgrjcqec6MPHtMFHMMvqXM00sS2Gjzjubr8
TCMjarAzAvSbf8TGKg9CzsBeKS8xoldu15UNVrV3ikP3yb6azkbc219zh1NIJ2k/
Ij0cgCU5kSfqKRWTV6NueWlMlPwtw+XVZix4kV3DgPhzBSO2G2rIGqBmSK7/XgzB
hjJW5Q4QPo/N5+K7CxGy2+6HbmTPNcpHMHo0YLFlqLZ5cWAqHEFuiN2UQMbGIimg
qmfH/KOWewXqwYeKmDXZK7iTUQEb2JiJJtDOaps53BBZrgveUfreTNs9nvqrqlc3
IAYeILw5Tjvy4k83DTSrHaLILLQRFC85beSr8KzqyOLdujw+83ByBmfY6wBYD2s3
PlvW7pGq3RuXnzNif6coGxDe+GumJwW4lABlB0JZmhO8Kp9Jle6ZpncBQSNoorax
k/pX5XQVXJeFemgb4BftRcMHM54uLD/hX+7RvbqFHf4vEyQF+1kG1ttuuYxevjA2
7icOT208WZOO3uw2fXwYn0qfDlZTNxzuS9zr66/747NHSKwraWg=
=APKV
-----END PGP SIGNATURE-----
pgp2u6Ornw6b3.pgp
Description: PGP signature
--- End Message ---