Your message dated Thu, 11 Dec 2025 06:49:21 +0000
with message-id <[email protected]>
and subject line Bug#1122467: fixed in python-pwdlib 0.3.0-2
has caused the Debian Bug report #1122467,
regarding python-pwdlib: FTBFS: TypeError: PythonConfig.__init__() got an 
unexpected keyword argument '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 [email protected]
immediately.)


-- 
1122467: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1122467
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-pwdlib
Version: 0.3.0-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/202512/

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:python-pwdlib, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_clean
/usr/share/dh-python/dhpython/build/__init__.py:30: DeprecationWarning: 
glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and 
pass a directory to its root_dir argument instead.
  for i in sorted(i[7:-3] for i in glob1(dirname(__file__), 'plugin_*.py')):
/usr/share/dh-python/dhpython/build/base.py:142: DeprecationWarning: glob.glob1 
is deprecated and will be removed in Python 3.15. Use glob.glob and pass a 
directory to its root_dir argument instead.
  res = glob1(context['dir'], ftpl)
rm -rf docs.debian
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
/usr/share/dh-python/dhpython/build/__init__.py:30: DeprecationWarning: 
glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and 
pass a directory to its root_dir argument instead.
  for i in sorted(i[7:-3] for i in glob1(dirname(__file__), 'plugin_*.py')):
/usr/share/dh-python/dhpython/build/base.py:142: DeprecationWarning: glob.glob1 
is deprecated and will be removed in Python 3.15. Use glob.glob and pass a 
directory to its root_dir argument instead.
  res = glob1(context['dir'], ftpl)
   dh_auto_build -O--buildsystem=pybuild
/usr/share/dh-python/dhpython/build/__init__.py:30: DeprecationWarning: 
glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and 
pass a directory to its root_dir argument instead.
  for i in sorted(i[7:-3] for i in glob1(dirname(__file__), 'plugin_*.py')):
/usr/share/dh-python/dhpython/build/base.py:142: DeprecationWarning: glob.glob1 
is deprecated and will be removed in Python 3.15. Use glob.glob and pass a 
directory to its root_dir argument instead.
  res = glob1(context['dir'], ftpl)
I: pybuild plugin_pyproject:131: Building wheel for python3.14 with "build" 
module
I: pybuild base:317: python3.14 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pwdlib  
* Building wheel...
Successfully built pwdlib-0.3.0-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.14 with 
"installer" module
I: pybuild plugin_pyproject:131: Building wheel for python3.13 with "build" 
module
I: pybuild base:317: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pwdlib  
* Building wheel...
Successfully built pwdlib-0.3.0-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.13 with 
"installer" module
   debian/rules execute_after_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
PYTHONPATH=. python3 -m mkdocs build -v -d docs.debian/html
DEBUG   -  Loading configuration file: /<<PKGBUILDDIR>>/mkdocs.yml
DEBUG   -  Loaded theme configuration for 'material' from 
'/usr/lib/python3/dist-packages/material/templates/mkdocs_theme.yml': 
{'language': 'en', 'direction': None, 'features': [], 'font': {'text': 
'Roboto', 'code': 'Roboto Mono'}, 'icon': None, 'favicon': 
'assets/images/favicon.png', 'static_templates': ['404.html']}
DEBUG   -  Config value 'config_file_path' = '/<<PKGBUILDDIR>>/mkdocs.yml'
DEBUG   -  Config value 'site_name' = 'pwdlib'
DEBUG   -  Config value 'nav' = [{'About': 'index.md'}, {'Guide': 'guide.md'}, 
{'Reference': [{'pwdlib': 'reference/pwdlib.md'}, {'pwdlib.exceptions': 
'reference/pwdlib.exceptions.md'}, {'pwdlib.hashers': 
'reference/pwdlib.hashers.md'}]}]
DEBUG   -  Config value 'pages' = None
DEBUG   -  Config value 'exclude_docs' = None
DEBUG   -  Config value 'draft_docs' = None
DEBUG   -  Config value 'not_in_nav' = None
DEBUG   -  Config value 'site_url' = None
DEBUG   -  Config value 'site_description' = 'Modern password hashing for 
Python'
DEBUG   -  Config value 'site_author' = None
DEBUG   -  Config value 'theme' = Theme(name='material', 
dirs=['/usr/lib/python3/dist-packages/material/templates', 
'/usr/lib/python3/dist-packages/mkdocs/templates'], 
static_templates={'sitemap.xml', '404.html'}, name='material', 
locale=Locale('en'), language='en', direction=None, 
features=['content.code.copy'], font=False, icon={'logo': 'octicons/key-16'}, 
favicon='assets/images/favicon.png', palette=[{'media': 
'(prefers-color-scheme)', 'toggle': {'icon': 'material/brightness-auto', 
'name': 'Switch to light mode'}}, {'media': '(prefers-color-scheme: light)', 
'scheme': 'default', 'primary': 'amber', 'accent': 'amber', 'toggle': {'icon': 
'material/brightness-7', 'name': 'Switch to dark mode'}}, {'media': 
'(prefers-color-scheme: dark)', 'scheme': 'slate', 'primary': 'amber', 
'accent': 'amber', 'toggle': {'icon': 'material/brightness-4', 'name': 'Switch 
to light mode'}}])
DEBUG   -  Config value 'docs_dir' = '/<<PKGBUILDDIR>>/docs'
DEBUG   -  Config value 'site_dir' = '/<<PKGBUILDDIR>>/docs.debian/html'
DEBUG   -  Config value 'copyright' = None
DEBUG   -  Config value 'google_analytics' = None
DEBUG   -  Config value 'dev_addr' = _IpAddressValue(host='127.0.0.1', 
port=8000)
DEBUG   -  Config value 'use_directory_urls' = True
DEBUG   -  Config value 'repo_url' = 'https://github.com/frankie567/pwdlib'
DEBUG   -  Config value 'repo_name' = 'frankie567/pwdlib'
DEBUG   -  Config value 'edit_uri_template' = None
DEBUG   -  Config value 'edit_uri' = 'edit/master/docs/'
DEBUG   -  Config value 'extra_css' = []
DEBUG   -  Config value 'extra_javascript' = []
DEBUG   -  Config value 'extra_templates' = []
DEBUG   -  Config value 'markdown_extensions' = ['toc', 'tables', 
'fenced_code', 'pymdownx.highlight', 'pymdownx.tasklist', 
'pymdownx.inlinehilite', 'pymdownx.snippets', 'pymdownx.superfences', 
'admonition']
DEBUG   -  Config value 'mdx_configs' = {'toc': {'permalink': True}, 
'pymdownx.highlight': {'anchor_linenums': True}, 'pymdownx.tasklist': 
{'custom_checkbox': True}}
DEBUG   -  Config value 'strict' = False
DEBUG   -  Config value 'remote_branch' = 'gh-pages'
DEBUG   -  Config value 'remote_name' = 'origin'
DEBUG   -  Config value 'extra' = {}
DEBUG   -  Config value 'plugins' = {'material/search': 
<material.plugins.search.plugin.SearchPlugin object at 0x7f5d35a93380>, 
'autorefs': <mkdocs_autorefs._internal.plugin.AutorefsPlugin object at 
0x7f5d35a93e00>, 'mkdocstrings': 
<mkdocstrings._internal.plugin.MkdocstringsPlugin object at 0x7f5d3570e900>}
DEBUG   -  Config value 'hooks' = {}
DEBUG   -  Config value 'watch' = ['/<<PKGBUILDDIR>>/docs', 
'/<<PKGBUILDDIR>>/pwdlib']
DEBUG   -  Config value 'validation' = {'nav': {'omitted_files': 20, 
'not_found': 30, 'absolute_links': 20}, 'links': {'not_found': 30, 
'absolute_links': 20, 'unrecognized_links': 20, 'anchors': 20}}
DEBUG   -  Running `startup` event from plugin 'material/search'
DEBUG   -  Running `config` event from plugin 'material/search'
DEBUG   -  Looking for translations for locale 'en'
DEBUG   -  No translations found here: 
'/usr/lib/python3/dist-packages/mkdocs/templates/locales'
DEBUG   -  No translations found here: 
'/usr/lib/python3/dist-packages/material/templates/locales'
DEBUG   -  Looking for translations for locale 'en'
DEBUG   -  No translations found here: 
'/usr/lib/python3/dist-packages/mkdocs/templates/locales'
DEBUG   -  No translations found here: 
'/usr/lib/python3/dist-packages/material/templates/locales'
DEBUG   -  Looking for translations for locale 'en'
DEBUG   -  No translations found here: 
'/usr/lib/python3/dist-packages/mkdocs/templates/locales'
DEBUG   -  No translations found here: 
'/usr/lib/python3/dist-packages/material/templates/locales'
DEBUG   -  Running `config` event from plugin 'autorefs'
DEBUG   -  mkdocs_autorefs: Adding AutorefsExtension to the list
DEBUG   -  Running `config` event from plugin 'mkdocstrings'
DEBUG   -  mkdocstrings: Adding extension to the list
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/usr/lib/python3/dist-packages/mkdocs/__main__.py", line 370, in 
<module>
    cli()
    ~~~^^
  File "/usr/lib/python3/dist-packages/click/core.py", line 1161, in __call__
    return self.main(*args, **kwargs)
           ~~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/click/core.py", line 1082, in main
    rv = self.invoke(ctx)
  File "/usr/lib/python3/dist-packages/click/core.py", line 1697, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
                           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
  File "/usr/lib/python3/dist-packages/click/core.py", line 1443, in invoke
    return ctx.invoke(self.callback, **ctx.params)
           ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/click/core.py", line 788, in invoke
    return __callback(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/mkdocs/__main__.py", line 288, in 
build_command
    build.build(cfg, dirty=not clean)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/mkdocs/commands/build.py", line 265, in 
build
    config = config.plugins.on_config(config)
  File "/usr/lib/python3/dist-packages/mkdocs/plugins.py", line 587, in 
on_config
    return self.run_event('config', config)
           ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/mkdocs/plugins.py", line 566, in 
run_event
    result = method(item, **kwargs)
  File "/usr/lib/python3/dist-packages/mkdocstrings/_internal/plugin.py", line 
153, in on_config
    handlers._download_inventories()
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File 
"/usr/lib/python3/dist-packages/mkdocstrings/_internal/handlers/base.py", line 
600, in _download_inventories
    handler = self.get_handler(handler_name)
  File 
"/usr/lib/python3/dist-packages/mkdocstrings/_internal/handlers/base.py", line 
581, in get_handler
    self._handlers[name] = module.get_handler(
                           ~~~~~~~~~~~~~~~~~~^
        theme=self._theme,
        ^^^^^^^^^^^^^^^^^^
    ...<4 lines>...
        tool_config=self._tool_config,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File 
"/usr/lib/python3/dist-packages/mkdocstrings_handlers/python/_internal/handler.py",
 line 403, in get_handler
    config=PythonConfig.from_data(**handler_config),
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
  File 
"/usr/lib/python3/dist-packages/mkdocstrings_handlers/python/_internal/config.py",
 line 1142, in from_data
    return cls(**cls.coerce(**data))
TypeError: PythonConfig.__init__() got an unexpected keyword argument 'import'
make[1]: *** [debian/rules:16: execute_after_dh_auto_build] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:8: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: python-pwdlib
Source-Version: 0.3.0-2
Done: Carl Keinath <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-pwdlib, 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.
Carl Keinath <[email protected]> (supplier of updated python-pwdlib 
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: Thu, 11 Dec 2025 00:13:00 +0100
Source: python-pwdlib
Built-For-Profiles: noudeb
Architecture: source
Version: 0.3.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Carl Keinath <[email protected]>
Closes: 1122467
Changes:
 python-pwdlib (0.3.0-2) unstable; urgency=medium
 .
   * add mkdocstrings-python 2 compat patch
   * Fix FTBFS (Closes: #1122467)
Checksums-Sha1:
 66ccb7e036696e662dc1530a68e50d198d95053a 2449 python-pwdlib_0.3.0-2.dsc
 7e3819b8cee5ee712a4b2ba15979e2ccb6de2058 6388 
python-pwdlib_0.3.0-2.debian.tar.xz
 0de80df44268159eb53c96627c5531f2100e6c7f 15616 
python-pwdlib_0.3.0-2_source.buildinfo
Checksums-Sha256:
 109124af8c67768f69cc9e42a4e62b2ca6088d9083c8ee9a63d32e3886b0a7db 2449 
python-pwdlib_0.3.0-2.dsc
 fdc16316d1ec175832616fd4ae3b1cc36cec059fd3cdccc6773c3f2b0cca2b96 6388 
python-pwdlib_0.3.0-2.debian.tar.xz
 83f77183d5bc790a3651d8b7ee5a32428a3e2cc2d9cd07539003222e6f854444 15616 
python-pwdlib_0.3.0-2_source.buildinfo
Files:
 09ae20dce76266321fe5b0a54cddf120 2449 python optional python-pwdlib_0.3.0-2.dsc
 7bff30f135e1f98d848875bfeca1ffa2 6388 python optional 
python-pwdlib_0.3.0-2.debian.tar.xz
 a84f4c756c5899c6cd4448426e8529ff 15616 python optional 
python-pwdlib_0.3.0-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEd8lhnEnWos3N8v+qQoMEoXSNzHoFAmk6ZRQACgkQQoMEoXSN
zHr1wBAAsJtIBk7ZVebhi/1PVRDt/RF0vblfJ7Za2rloM1riEZZpvmg+QtCi5Lbo
jguLbRDxznqcHSf33j6EP/fks+sWrgtJyEEHOxUkgLQqaVLyd6lvdmo2COJMjA6K
scBr6uiH9CbQiQ1ip7BRYEuTSW5iKCRZywdGc6L2eKQWK2bzlOa020EMewRSLAPH
mEuk45LetW0YKAEERutQvDxzThih6FVAvUR30Upq1yR588oUDZhXFudAEl7CEX8o
TDSpocHaI0Wzg6exO+K2Lv2AGKKukwUcAU0w/DJKcdkdVGhMe2B8hsFXydvDbqcg
4FVaiI+KIR7k/LV+epz08SR04sB1dkeiuD4pCTGD3YVnV7ydYZOSxMXMtuwk0AgO
g0GFoIqypaJ/mesqCPgP9SY4yXOBwyhj3puTybXvjhVchzwJg6VwM0kFfpKHvhh6
9+XzRJOo3Y45Ac8JDMc/Q4PvUKy4pKuN/7XR4xkoe2Dkg1sY1KwW03HOxbzZRRyG
iiSKwzlEBAlbEmhu0wQNP0dgYyfU5nAw/lV/qgTND5oqdtnLCh3CcYRI93NpEWQ7
m2H1vcnxoOV4/Um3eVhkJYNovW2mgXNn/lpe+DuDJ/tFXN+JS9FoAzCKVo2m7YIZ
GD1KfR0XvCGj0ODIpXK0HqvOuIuoj/K/kwEhGtzkhT+ttfBlaas=
=Cs+l
-----END PGP SIGNATURE-----

Attachment: pgpPC4gNBU7sR.pgp
Description: PGP signature


--- End Message ---

Reply via email to