Your message dated Wed, 04 Mar 2026 15:33:40 +0000
with message-id <[email protected]>
and subject line Bug#1122439: fixed in napari-svg 0.2.1-4
has caused the Debian Bug report #1122439,
regarding napari-svg: FTBFS: pydantic.v1.errors.ConfigError: unable to infer 
type for attribute "name"
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.)


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

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with python3 --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 --with python3 --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_napari-svg  
* 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_napari-svg  
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_napari-svg  
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: 
SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

        
********************************************************************************
        Please use a simple string containing a SPDX expression for 
`project.license`. You can also use `project.license-files`. (Both options 
available on setuptools>=77.0.0).

        By 2026-Feb-18, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  corresp(dist, value, root_dir)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:55: 
SetuptoolsDeprecationWarning: 'tool.setuptools.license-files' is deprecated in 
favor of 'project.license-files' (available on setuptools>=77.0.0).
!!

        
********************************************************************************

        By 2026-Feb-18, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license-files
 for details.
        
********************************************************************************

!!
  _apply_tool_table(dist, config, filename)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:61: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: BSD License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  dist._finalize_license_expression()
/usr/lib/python3/dist-packages/setuptools/dist.py:759: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: BSD License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/napari_svg
copying napari_svg/xml_to_svg.py -> build/lib/napari_svg
copying napari_svg/_shape_to_xml.py -> build/lib/napari_svg
copying napari_svg/layer_to_xml.py -> build/lib/napari_svg
copying napari_svg/hook_implementations.py -> build/lib/napari_svg
copying napari_svg/_version.py -> build/lib/napari_svg
copying napari_svg/__init__.py -> build/lib/napari_svg
running egg_info
creating napari_svg.egg-info
writing napari_svg.egg-info/PKG-INFO
writing dependency_links to napari_svg.egg-info/dependency_links.txt
writing entry points to napari_svg.egg-info/entry_points.txt
writing requirements to napari_svg.egg-info/requires.txt
writing top-level names to napari_svg.egg-info/top_level.txt
writing manifest file 'napari_svg.egg-info/SOURCES.txt'
reading manifest file 'napari_svg.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.txt' under directory 'requirements'
warning: no files found matching 'requirements.txt'
warning: no previously-included files matching '__pycache__' found under 
directory '*'
warning: no previously-included files matching '*.py[co]' found under directory 
'*'
adding license file 'LICENSE'
writing manifest file 'napari_svg.egg-info/SOURCES.txt'
copying napari_svg/napari.yaml -> build/lib/napari_svg
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_svg
copying build/lib/napari_svg/napari.yaml -> 
build/bdist.linux-x86_64/wheel/./napari_svg
copying build/lib/napari_svg/xml_to_svg.py -> 
build/bdist.linux-x86_64/wheel/./napari_svg
copying build/lib/napari_svg/_shape_to_xml.py -> 
build/bdist.linux-x86_64/wheel/./napari_svg
copying build/lib/napari_svg/layer_to_xml.py -> 
build/bdist.linux-x86_64/wheel/./napari_svg
copying build/lib/napari_svg/hook_implementations.py -> 
build/bdist.linux-x86_64/wheel/./napari_svg
copying build/lib/napari_svg/_version.py -> 
build/bdist.linux-x86_64/wheel/./napari_svg
copying build/lib/napari_svg/__init__.py -> 
build/bdist.linux-x86_64/wheel/./napari_svg
running install_egg_info
Copying napari_svg.egg-info to 
build/bdist.linux-x86_64/wheel/./napari_svg-0.2.1.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/napari_svg-0.2.1.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_napari-svg/.tmp-6gooiga7/napari_svg-0.2.1-py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'napari_svg/__init__.py'
adding 'napari_svg/_shape_to_xml.py'
adding 'napari_svg/_version.py'
adding 'napari_svg/hook_implementations.py'
adding 'napari_svg/layer_to_xml.py'
adding 'napari_svg/napari.yaml'
adding 'napari_svg/xml_to_svg.py'
adding 'napari_svg-0.2.1.dist-info/licenses/LICENSE'
adding 'napari_svg-0.2.1.dist-info/METADATA'
adding 'napari_svg-0.2.1.dist-info/WHEEL'
adding 'napari_svg-0.2.1.dist-info/entry_points.txt'
adding 'napari_svg-0.2.1.dist-info/top_level.txt'
adding 'napari_svg-0.2.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built napari_svg-0.2.1-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:5: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: napari-svg
Source-Version: 0.2.1-4
Done: Roland Mas <[email protected]>

We believe that the bug you reported is fixed in the latest version of
napari-svg, 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-svg 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: Wed, 04 Mar 2026 16:11:55 +0100
Source: napari-svg
Architecture: source
Version: 0.2.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Roland Mas <[email protected]>
Closes: 1122439
Changes:
 napari-svg (0.2.1-4) unstable; urgency=medium
 .
   * Tighten build-dependency on python3-napari to fix "FTBFS:
     pydantic.v1.errors.ConfigError: unable to infer type for attribute
     name", thanks to Santiago Vila (Closes: #1122439).
Checksums-Sha1:
 476255281f6cd8e70569bdc201291047dbf19d27 2218 napari-svg_0.2.1-4.dsc
 b69062ec06d1c1f879ec532082405c0a139f250c 3224 napari-svg_0.2.1-4.debian.tar.xz
 9f8f6708d98381c6cb5e031c8883337d0e9a532f 21759 
napari-svg_0.2.1-4_amd64.buildinfo
Checksums-Sha256:
 a553285d000fe97dc76a157edea9c245ac0881dc0f4ccc5658370b703ccff67f 2218 
napari-svg_0.2.1-4.dsc
 395295020be667ada7e5d30003d977cd9b4998fbe09966c0258e6b5e8280d3ae 3224 
napari-svg_0.2.1-4.debian.tar.xz
 0c9c678fb5c06bdff0842964009e9d65d393445db72cbacdd744d89281cedfc4 21759 
napari-svg_0.2.1-4_amd64.buildinfo
Files:
 3ee39d8f5c68324777e4f100ce46d85c 2218 python optional napari-svg_0.2.1-4.dsc
 daedf6cf0cb133f03b3c758221e18bef 3224 python optional 
napari-svg_0.2.1-4.debian.tar.xz
 d75b6685c6d5a57e142dab5a9345a48b 21759 python optional 
napari-svg_0.2.1-4_amd64.buildinfo

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

iQIzBAEBCgAdFiEEtBU2D1kett1zr/uD0w3s0lmTIvwFAmmoTSQACgkQ0w3s0lmT
IvweDRAAlNNAz81w5z1IqNsvc48DNuFQFC/pSLOGt7Wm2VZn24jJ9WZGOw3uOSfk
qhgl5J9zDRdE+ry8b/S5IXErrn6biLCRgOtkManEm2BzS+1Q3nsn5SdSZFnygdNY
JfoIBuyGzy3244I2Mfyw9pgmgCQWpbzL+j14xMfecXd61CBmNVzhqx/K0noLaWP/
Wi9KDadCiOPgVh/r8pzWT/uVuU2uSZp6ae2JXsC1j2EWhy2Q8QTX4GHYv6nZLbgW
KcW7FBwUEeYwvWvSOWs0xqn2exPU//vbydPRjRsWvSJu2tSPi2GDfQLlf+MUszgw
thBPfDEIhxS8nhMk2WRyW9unOEbfIL7JOFz+sl91pgqBmeUI//LHEg/oxJ0ckXIp
7S1Tq/30cp909FTj8H4CDYri4JSnZOxlFmTsCrvVbGt6XovfBMvagWWVP8h9fvyz
Tk7CccEQ71lZzhJeINoBTknAxquklhA+zmuLz0N3QDsHEkxUKDueP62q0YI6cfzp
LaVSFwFCuUBwZM7U+nkkVhyZRlc7cevXGsDtgCi5BxQxlyVDpLX24/V48mNoNkW1
u6iklWMArPt7bpKU7mZB9STmtF1MLkoLjQKsehpYhlxwQvBpn2+A0Mld9Vi41Q0K
NFyeO6TByemn8kZf/LGr1VMxfLbyQh6K7uaQMNp+urh88xv+94I=
=V0OF
-----END PGP SIGNATURE-----

Attachment: pgpzI6BUCGOJ9.pgp
Description: PGP signature


--- End Message ---

Reply via email to