Your message dated Sun, 15 Feb 2026 15:49:17 +0000
with message-id <[email protected]>
and subject line Bug#1123153: fixed in napari-plugin-manager 0.1.10-1
has caused the Debian Bug report #1123153,
regarding napari-plugin-manager: FTBFS: dh_auto_build: error: pybuild --build 
-i python{version} -p "3.14 3.13" returned exit code 13
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.)


-- 
1123153: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123153
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:napari-plugin-manager
Version: 0.1.7-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:napari-plugin-manager, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild --test-pytest
   dh_auto_clean -O--buildsystem=pybuild -O--test-pytest
   dh_autoreconf_clean -O--buildsystem=pybuild -O--test-pytest
   dh_clean -O--buildsystem=pybuild -O--test-pytest
 debian/rules binary
dh binary --buildsystem=pybuild --test-pytest
   dh_update_autotools_config -O--buildsystem=pybuild -O--test-pytest
   dh_autoreconf -O--buildsystem=pybuild -O--test-pytest
   dh_auto_configure -O--buildsystem=pybuild -O--test-pytest
   dh_auto_build -O--buildsystem=pybuild -O--test-pytest
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  
* Building wheel...
/usr/lib/python3/dist-packages/npe2/_pydantic_compat.py:3: UserWarning: Core 
Pydantic V1 functionality isn't compatible with Python 3.14 or greater.
  from pydantic.v1 import (
Traceback (most recent call last):
  File 
"/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py", 
line 389, in <module>
    main()
    ~~~~^^
  File 
"/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py", 
line 373, in main
    json_out["return_val"] = hook(**hook_input["kwargs"])
                             ~~~~^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py", 
line 280, in build_wheel
    return _build_backend().build_wheel(
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        wheel_directory, config_settings, metadata_directory
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 435, in 
build_wheel
    return _build(['bdist_wheel'])
  File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 426, in 
_build
    return self._build_with_temp_dir(
           ~~~~~~~~~~~~~~~~~~~~~~~~~^
        cmd,
        ^^^^
    ...<3 lines>...
        self._arbitrary_args(config_settings),
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 407, in 
_build_with_temp_dir
    self.run_setup()
    ~~~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 320, in 
run_setup
    exec(code, locals())
    ~~~~^^^^^^^^^^^^^^^^
  File "<string>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 117, in 
setup
    return distutils.core.setup(**attrs)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
  File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 
148, in setup
    _setup_distribution = dist = klass(attrs)
                                 ~~~~~^^^^^^^
  File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 323, in 
__init__
    _Distribution.__init__(self, dist_attrs)
    ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
309, in __init__
    self.finalize_options()
    ~~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 785, in 
finalize_options
    for ep in sorted(loaded, key=by_order):
              ~~~~~~^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 784, in 
<lambda>
    loaded = map(lambda e: e.load(), filtered)
                           ~~~~~~^^
  File "/usr/lib/python3.14/importlib/metadata/__init__.py", line 179, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.14/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1398, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1371, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1314, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 491, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1398, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1371, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1342, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 938, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 759, in exec_module
  File "<frozen importlib._bootstrap>", line 491, in _call_with_frames_removed
  File "/usr/lib/python3/dist-packages/npe2/__init__.py", line 11, in <module>
    from ._dynamic_plugin import DynamicPlugin
  File "/usr/lib/python3/dist-packages/npe2/_dynamic_plugin.py", line 19, in 
<module>
    from ._plugin_manager import PluginManager
  File "/usr/lib/python3/dist-packages/npe2/_plugin_manager.py", line 32, in 
<module>
    from ._command_registry import CommandRegistry
  File "/usr/lib/python3/dist-packages/npe2/_command_registry.py", line 9, in 
<module>
    from .manifest import utils
  File "/usr/lib/python3/dist-packages/npe2/manifest/__init__.py", line 1, in 
<module>
    from ._package_metadata import PackageMetadata
  File "/usr/lib/python3/dist-packages/npe2/manifest/_package_metadata.py", 
line 20, in <module>
    class PackageMetadata(BaseModel):
    ...<198 lines>...
            return id(self)
  File "/usr/lib/python3/dist-packages/pydantic/v1/main.py", line 221, in 
__new__
    inferred = ModelField.infer(
        name=var_name,
    ...<3 lines>...
        config=config,
    )
  File "/usr/lib/python3/dist-packages/pydantic/v1/fields.py", line 504, in 
infer
    return cls(
        name=name,
    ...<7 lines>...
        field_info=field_info,
    )
  File "/usr/lib/python3/dist-packages/pydantic/v1/fields.py", line 434, in 
__init__
    self.prepare()
    ~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/pydantic/v1/fields.py", line 544, in 
prepare
    self._set_default_and_type()
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/pydantic/v1/fields.py", line 576, in 
_set_default_and_type
    raise errors_.ConfigError(f'unable to infer type for attribute 
"{self.name}"')
pydantic.v1.errors.ConfigError: unable to infer type for attribute "name"

ERROR Backend subprocess exited when trying to invoke build_wheel
E: pybuild pybuild:389: build: plugin pyproject failed with: exit code=1: 
python3.14 -m build --skip-dependency-check --no-isolation --wheel --outdir 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14  
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  
* Building wheel...
running bdist_wheel
running build
running build_py
creating build/lib/napari_plugin_manager
copying src/napari_plugin_manager/base_qt_plugin_dialog.py -> 
build/lib/napari_plugin_manager
copying src/napari_plugin_manager/npe2api.py -> build/lib/napari_plugin_manager
copying src/napari_plugin_manager/qt_widgets.py -> 
build/lib/napari_plugin_manager
copying src/napari_plugin_manager/qt_warning_dialog.py -> 
build/lib/napari_plugin_manager
copying src/napari_plugin_manager/qt_package_installer.py -> 
build/lib/napari_plugin_manager
copying src/napari_plugin_manager/utils.py -> build/lib/napari_plugin_manager
copying src/napari_plugin_manager/qt_plugin_dialog.py -> 
build/lib/napari_plugin_manager
copying src/napari_plugin_manager/base_qt_package_installer.py -> 
build/lib/napari_plugin_manager
copying src/napari_plugin_manager/_version.py -> build/lib/napari_plugin_manager
copying src/napari_plugin_manager/__init__.py -> build/lib/napari_plugin_manager
running egg_info
creating src/napari_plugin_manager.egg-info
writing src/napari_plugin_manager.egg-info/PKG-INFO
writing dependency_links to 
src/napari_plugin_manager.egg-info/dependency_links.txt
writing requirements to src/napari_plugin_manager.egg-info/requires.txt
writing top-level names to src/napari_plugin_manager.egg-info/top_level.txt
writing manifest file 'src/napari_plugin_manager.egg-info/SOURCES.txt'
reading manifest file 'src/napari_plugin_manager.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'src/napari_plugin_manager.egg-info/SOURCES.txt'
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/napari_plugin_manager
copying build/lib/napari_plugin_manager/base_qt_plugin_dialog.py -> 
build/bdist.linux-x86_64/wheel/./napari_plugin_manager
copying build/lib/napari_plugin_manager/npe2api.py -> 
build/bdist.linux-x86_64/wheel/./napari_plugin_manager
copying build/lib/napari_plugin_manager/qt_widgets.py -> 
build/bdist.linux-x86_64/wheel/./napari_plugin_manager
copying build/lib/napari_plugin_manager/qt_warning_dialog.py -> 
build/bdist.linux-x86_64/wheel/./napari_plugin_manager
copying build/lib/napari_plugin_manager/qt_package_installer.py -> 
build/bdist.linux-x86_64/wheel/./napari_plugin_manager
copying build/lib/napari_plugin_manager/utils.py -> 
build/bdist.linux-x86_64/wheel/./napari_plugin_manager
copying build/lib/napari_plugin_manager/qt_plugin_dialog.py -> 
build/bdist.linux-x86_64/wheel/./napari_plugin_manager
copying build/lib/napari_plugin_manager/base_qt_package_installer.py -> 
build/bdist.linux-x86_64/wheel/./napari_plugin_manager
copying build/lib/napari_plugin_manager/_version.py -> 
build/bdist.linux-x86_64/wheel/./napari_plugin_manager
copying build/lib/napari_plugin_manager/__init__.py -> 
build/bdist.linux-x86_64/wheel/./napari_plugin_manager
running install_egg_info
Copying src/napari_plugin_manager.egg-info to 
build/bdist.linux-x86_64/wheel/./napari_plugin_manager-0.1.7.egg-info
running install_scripts
creating 
build/bdist.linux-x86_64/wheel/napari_plugin_manager-0.1.7.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/.tmp-6xvgkt9i/napari_plugin_manager-0.1.7-py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'napari_plugin_manager/__init__.py'
adding 'napari_plugin_manager/_version.py'
adding 'napari_plugin_manager/base_qt_package_installer.py'
adding 'napari_plugin_manager/base_qt_plugin_dialog.py'
adding 'napari_plugin_manager/npe2api.py'
adding 'napari_plugin_manager/qt_package_installer.py'
adding 'napari_plugin_manager/qt_plugin_dialog.py'
adding 'napari_plugin_manager/qt_warning_dialog.py'
adding 'napari_plugin_manager/qt_widgets.py'
adding 'napari_plugin_manager/utils.py'
adding 'napari_plugin_manager-0.1.7.dist-info/licenses/LICENSE'
adding 'napari_plugin_manager-0.1.7.dist-info/METADATA'
adding 'napari_plugin_manager-0.1.7.dist-info/WHEEL'
adding 'napari_plugin_manager-0.1.7.dist-info/top_level.txt'
adding 'napari_plugin_manager-0.1.7.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built napari_plugin_manager-0.1.7-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.13 with 
"installer" module
dh_auto_build: error: pybuild --build -i python{version} -p "3.14 3.13" 
returned exit code 13
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: napari-plugin-manager
Source-Version: 0.1.10-1
Done: Roland Mas <[email protected]>

We believe that the bug you reported is fixed in the latest version of
napari-plugin-manager, 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.
Roland Mas <[email protected]> (supplier of updated napari-plugin-manager 
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: Sun, 15 Feb 2026 16:28:09 +0100
Source: napari-plugin-manager
Architecture: source
Version: 0.1.10-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Roland Mas <[email protected]>
Closes: 1123153
Changes:
 napari-plugin-manager (0.1.10-1) unstable; urgency=medium
 .
   * Update debian/watch to version 5
   * New upstream release. This fixes Python 3.14 compatibility (closes: 
#1123153).
   * Add Build-Depends: dbus-daemon for testing.
Checksums-Sha1:
 e2ec1d432a0c45b0c7b381b4a378235134822b4d 2636 
napari-plugin-manager_0.1.10-1.dsc
 5235d9ac87a4ea6f7a99ae692c754d33bfebfd94 1778272 
napari-plugin-manager_0.1.10.orig.tar.gz
 6c20a4b420e1d5eb4a01ceef561baad606ec3107 4680 
napari-plugin-manager_0.1.10-1.debian.tar.xz
 8cc2a3ee253e13e633ca263102442db04a826a56 18617 
napari-plugin-manager_0.1.10-1_amd64.buildinfo
Checksums-Sha256:
 9cabc716b1789ee0ebf8c79b24ba37e0d374c70858bed60768a01d0f90a5b6d0 2636 
napari-plugin-manager_0.1.10-1.dsc
 e82b3634650dae29034950ec7cb4372deb467af343d1193b04490eb818b578dd 1778272 
napari-plugin-manager_0.1.10.orig.tar.gz
 e4c998221230ea650c64d844575e2904ac6c8a7dd1cf1fcd926a0634991b6ce8 4680 
napari-plugin-manager_0.1.10-1.debian.tar.xz
 036a27feadc54c9deb80ff1e6995bcb00024195162ea117ae9b79378d73ff83e 18617 
napari-plugin-manager_0.1.10-1_amd64.buildinfo
Files:
 ffe553855d52ba93057b580ff7bcac5d 2636 python optional 
napari-plugin-manager_0.1.10-1.dsc
 6ee7c1467db45f52c8c39af08cef0cc0 1778272 python optional 
napari-plugin-manager_0.1.10.orig.tar.gz
 9fe8d03328e6a5f870aa4f341eec419c 4680 python optional 
napari-plugin-manager_0.1.10-1.debian.tar.xz
 c12e4ebc4f53c08c38cc5c775f257945 18617 python optional 
napari-plugin-manager_0.1.10-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEtBU2D1kett1zr/uD0w3s0lmTIvwFAmmR55kACgkQ0w3s0lmT
Ivx+jRAAtqn/V6F0wpcN+g9asOYLU0y4alfJyRGU9J4GPPLMu4w1aH5KNDKbMTHo
llm4qxYxaUe5n3VpMuAC662Loq1C+Z3ZB9FzG4Mykt/DfrS61dNIllq39cQdBm1V
cQmfRbxvu8Azxxos1PSls8Gl68dcwQUPuZQHLqC1pL/ze0xd4nUz6+qwJxVDNAiP
uEXgA56y9NtY1XChCMzjYx5fYeYxQbxPu8PryOogDK8qZYNNwUPflYvlD4tMMMtQ
axhH4nPT87JKeQnPp+D1XwzwChMvsOEJ2x7Mb4h7A/ebei4azkGSUaCSLa1vn3ZH
1VKoTUV89x0QvfziKITW6UAMHghTpfk6Dntd6qXUWZ0hGfhWmG+SBHJC+Wv7HUNm
y4UJ6iXo8fWjoSi1AJY5UnG7cr6P2elNiVEcQ1sVjAxyIh91b9Hbus2s9iDhDvy9
Ak/DFMko/ainAd1TsK6yrX4ib418zg6GCDrEbEUwqsVxgu3jGStk2HU+6Kd6sKjY
6V7BdMAoAlFzKOoMxvFJcLUpNVDByVCr+g1taHkUevvPNkvo+ghyKL4FPl2uCmFi
8sgPaMrIw3UQYvmAHSAhq0q5KJPtTBbQ3cl5R3E1Tz04vg4p9yAb6BNaTIp8iCDr
nSLwSHtqDwreCOAx4g1FgbOFymHzpJgqHvUz71SpXw8UnVsauMA=
=jlKM
-----END PGP SIGNATURE-----

Attachment: pgp1cXCdsss6l.pgp
Description: PGP signature


--- End Message ---

Reply via email to