Your message dated Sun, 11 Jan 2026 13:49:13 +0000
with message-id <[email protected]>
and subject line Bug#1123328: fixed in python-typish 1.9.3-3
has caused the Debian Bug report #1123328,
regarding python-typish: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -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.)


-- 
1123328: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123328
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-typish
Version: 1.9.3-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:python-typish, 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
   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
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/setuptools/_distutils/dist.py:289: UserWarning: 
Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: 
Unknown distribution option: 'test_suite'
  warnings.warn(msg)
/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 :: MIT 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/typish
copying typish/_meta.py -> build/lib/typish
copying typish/_types.py -> build/lib/typish
copying typish/_state.py -> build/lib/typish
copying typish/__init__.py -> build/lib/typish
creating build/lib/typish/functions
copying typish/functions/_common_ancestor.py -> build/lib/typish/functions
copying typish/functions/_get_type_hints_of_callable.py -> 
build/lib/typish/functions
copying typish/functions/_is_from_typing.py -> build/lib/typish/functions
copying typish/functions/_get_args.py -> build/lib/typish/functions
copying typish/functions/_get_type.py -> build/lib/typish/functions
copying typish/functions/_is_optional_type.py -> build/lib/typish/functions
copying typish/functions/_get_alias.py -> build/lib/typish/functions
copying typish/functions/_get_mro.py -> build/lib/typish/functions
copying typish/functions/_get_simple_name.py -> build/lib/typish/functions
copying typish/functions/_get_origin.py -> build/lib/typish/functions
copying typish/functions/_instance_of.py -> build/lib/typish/functions
copying typish/functions/_subclass_of.py -> build/lib/typish/functions
copying typish/functions/__init__.py -> build/lib/typish/functions
copying typish/functions/_is_type_annotation.py -> build/lib/typish/functions
creating build/lib/typish/classes
copying typish/classes/_union_type.py -> build/lib/typish/classes
copying typish/classes/_something.py -> build/lib/typish/classes
copying typish/classes/_cls_dict.py -> build/lib/typish/classes
copying typish/classes/_cls_function.py -> build/lib/typish/classes
copying typish/classes/_subscriptable_type.py -> build/lib/typish/classes
copying typish/classes/_literal.py -> build/lib/typish/classes
copying typish/classes/__init__.py -> build/lib/typish/classes
creating build/lib/typish/decorators
copying typish/decorators/_hintable.py -> build/lib/typish/decorators
copying typish/decorators/__init__.py -> build/lib/typish/decorators
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/typish
copying build/lib/typish/_meta.py -> build/bdist.linux-x86_64/wheel/./typish
creating build/bdist.linux-x86_64/wheel/typish/functions
copying build/lib/typish/functions/_common_ancestor.py -> 
build/bdist.linux-x86_64/wheel/./typish/functions
copying build/lib/typish/functions/_get_type_hints_of_callable.py -> 
build/bdist.linux-x86_64/wheel/./typish/functions
copying build/lib/typish/functions/_is_from_typing.py -> 
build/bdist.linux-x86_64/wheel/./typish/functions
copying build/lib/typish/functions/_get_args.py -> 
build/bdist.linux-x86_64/wheel/./typish/functions
copying build/lib/typish/functions/_get_type.py -> 
build/bdist.linux-x86_64/wheel/./typish/functions
copying build/lib/typish/functions/_is_optional_type.py -> 
build/bdist.linux-x86_64/wheel/./typish/functions
copying build/lib/typish/functions/_get_alias.py -> 
build/bdist.linux-x86_64/wheel/./typish/functions
copying build/lib/typish/functions/_get_mro.py -> 
build/bdist.linux-x86_64/wheel/./typish/functions
copying build/lib/typish/functions/_get_simple_name.py -> 
build/bdist.linux-x86_64/wheel/./typish/functions
copying build/lib/typish/functions/_get_origin.py -> 
build/bdist.linux-x86_64/wheel/./typish/functions
copying build/lib/typish/functions/_instance_of.py -> 
build/bdist.linux-x86_64/wheel/./typish/functions
copying build/lib/typish/functions/_subclass_of.py -> 
build/bdist.linux-x86_64/wheel/./typish/functions
copying build/lib/typish/functions/__init__.py -> 
build/bdist.linux-x86_64/wheel/./typish/functions
copying build/lib/typish/functions/_is_type_annotation.py -> 
build/bdist.linux-x86_64/wheel/./typish/functions
creating build/bdist.linux-x86_64/wheel/typish/classes
copying build/lib/typish/classes/_union_type.py -> 
build/bdist.linux-x86_64/wheel/./typish/classes
copying build/lib/typish/classes/_something.py -> 
build/bdist.linux-x86_64/wheel/./typish/classes
copying build/lib/typish/classes/_cls_dict.py -> 
build/bdist.linux-x86_64/wheel/./typish/classes
copying build/lib/typish/classes/_cls_function.py -> 
build/bdist.linux-x86_64/wheel/./typish/classes
copying build/lib/typish/classes/_subscriptable_type.py -> 
build/bdist.linux-x86_64/wheel/./typish/classes
copying build/lib/typish/classes/_literal.py -> 
build/bdist.linux-x86_64/wheel/./typish/classes
copying build/lib/typish/classes/__init__.py -> 
build/bdist.linux-x86_64/wheel/./typish/classes
copying build/lib/typish/_types.py -> build/bdist.linux-x86_64/wheel/./typish
copying build/lib/typish/_state.py -> build/bdist.linux-x86_64/wheel/./typish
creating build/bdist.linux-x86_64/wheel/typish/decorators
copying build/lib/typish/decorators/_hintable.py -> 
build/bdist.linux-x86_64/wheel/./typish/decorators
copying build/lib/typish/decorators/__init__.py -> 
build/bdist.linux-x86_64/wheel/./typish/decorators
copying build/lib/typish/__init__.py -> build/bdist.linux-x86_64/wheel/./typish
running install_egg_info
running egg_info
creating typish.egg-info
writing typish.egg-info/PKG-INFO
writing dependency_links to typish.egg-info/dependency_links.txt
writing requirements to typish.egg-info/requires.txt
writing top-level names to typish.egg-info/top_level.txt
writing manifest file 'typish.egg-info/SOURCES.txt'
reading manifest file 'typish.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'typish.egg-info/SOURCES.txt'
Copying typish.egg-info to 
build/bdist.linux-x86_64/wheel/./typish-1.9.3.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/typish-1.9.3.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/.tmp-kpv7bzet/typish-1.9.3-py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'typish/__init__.py'
adding 'typish/_meta.py'
adding 'typish/_state.py'
adding 'typish/_types.py'
adding 'typish/classes/__init__.py'
adding 'typish/classes/_cls_dict.py'
adding 'typish/classes/_cls_function.py'
adding 'typish/classes/_literal.py'
adding 'typish/classes/_something.py'
adding 'typish/classes/_subscriptable_type.py'
adding 'typish/classes/_union_type.py'
adding 'typish/decorators/__init__.py'
adding 'typish/decorators/_hintable.py'
adding 'typish/functions/__init__.py'
adding 'typish/functions/_common_ancestor.py'
adding 'typish/functions/_get_alias.py'
adding 'typish/functions/_get_args.py'
adding 'typish/functions/_get_mro.py'
adding 'typish/functions/_get_origin.py'
adding 'typish/functions/_get_simple_name.py'
adding 'typish/functions/_get_type.py'
adding 'typish/functions/_get_type_hints_of_callable.py'
adding 'typish/functions/_instance_of.py'
adding 'typish/functions/_is_from_typing.py'
adding 'typish/functions/_is_optional_type.py'
adding 'typish/functions/_is_type_annotation.py'
adding 'typish/functions/_subclass_of.py'
adding 'typish-1.9.3.dist-info/licenses/LICENSE'
adding 'typish-1.9.3.dist-info/METADATA'
adding 'typish-1.9.3.dist-info/WHEEL'
adding 'typish-1.9.3.dist-info/top_level.txt'
adding 'typish-1.9.3.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built typish-1.9.3-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  
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: 
Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: 
Unknown distribution option: 'test_suite'
  warnings.warn(msg)
/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 :: MIT 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
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/typish
copying build/lib/typish/_meta.py -> build/bdist.linux-x86_64/wheel/./typish
creating build/bdist.linux-x86_64/wheel/typish/functions
copying build/lib/typish/functions/_common_ancestor.py -> 
build/bdist.linux-x86_64/wheel/./typish/functions
copying build/lib/typish/functions/_get_type_hints_of_callable.py -> 
build/bdist.linux-x86_64/wheel/./typish/functions
copying build/lib/typish/functions/_is_from_typing.py -> 
build/bdist.linux-x86_64/wheel/./typish/functions
copying build/lib/typish/functions/_get_args.py -> 
build/bdist.linux-x86_64/wheel/./typish/functions
copying build/lib/typish/functions/_get_type.py -> 
build/bdist.linux-x86_64/wheel/./typish/functions
copying build/lib/typish/functions/_is_optional_type.py -> 
build/bdist.linux-x86_64/wheel/./typish/functions
copying build/lib/typish/functions/_get_alias.py -> 
build/bdist.linux-x86_64/wheel/./typish/functions
copying build/lib/typish/functions/_get_mro.py -> 
build/bdist.linux-x86_64/wheel/./typish/functions
copying build/lib/typish/functions/_get_simple_name.py -> 
build/bdist.linux-x86_64/wheel/./typish/functions
copying build/lib/typish/functions/_get_origin.py -> 
build/bdist.linux-x86_64/wheel/./typish/functions
copying build/lib/typish/functions/_instance_of.py -> 
build/bdist.linux-x86_64/wheel/./typish/functions
copying build/lib/typish/functions/_subclass_of.py -> 
build/bdist.linux-x86_64/wheel/./typish/functions
copying build/lib/typish/functions/__init__.py -> 
build/bdist.linux-x86_64/wheel/./typish/functions
copying build/lib/typish/functions/_is_type_annotation.py -> 
build/bdist.linux-x86_64/wheel/./typish/functions
creating build/bdist.linux-x86_64/wheel/typish/classes
copying build/lib/typish/classes/_union_type.py -> 
build/bdist.linux-x86_64/wheel/./typish/classes
copying build/lib/typish/classes/_something.py -> 
build/bdist.linux-x86_64/wheel/./typish/classes
copying build/lib/typish/classes/_cls_dict.py -> 
build/bdist.linux-x86_64/wheel/./typish/classes
copying build/lib/typish/classes/_cls_function.py -> 
build/bdist.linux-x86_64/wheel/./typish/classes
copying build/lib/typish/classes/_subscriptable_type.py -> 
build/bdist.linux-x86_64/wheel/./typish/classes
copying build/lib/typish/classes/_literal.py -> 
build/bdist.linux-x86_64/wheel/./typish/classes
copying build/lib/typish/classes/__init__.py -> 
build/bdist.linux-x86_64/wheel/./typish/classes
copying build/lib/typish/_types.py -> build/bdist.linux-x86_64/wheel/./typish
copying build/lib/typish/_state.py -> build/bdist.linux-x86_64/wheel/./typish
creating build/bdist.linux-x86_64/wheel/typish/decorators
copying build/lib/typish/decorators/_hintable.py -> 
build/bdist.linux-x86_64/wheel/./typish/decorators
copying build/lib/typish/decorators/__init__.py -> 
build/bdist.linux-x86_64/wheel/./typish/decorators
copying build/lib/typish/__init__.py -> build/bdist.linux-x86_64/wheel/./typish
running install_egg_info
running egg_info
writing typish.egg-info/PKG-INFO
writing dependency_links to typish.egg-info/dependency_links.txt
writing requirements to typish.egg-info/requires.txt
writing top-level names to typish.egg-info/top_level.txt
reading manifest file 'typish.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'typish.egg-info/SOURCES.txt'
Copying typish.egg-info to 
build/bdist.linux-x86_64/wheel/./typish-1.9.3.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/typish-1.9.3.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/.tmp-cchqzp19/typish-1.9.3-py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'typish/__init__.py'
adding 'typish/_meta.py'
adding 'typish/_state.py'
adding 'typish/_types.py'
adding 'typish/classes/__init__.py'
adding 'typish/classes/_cls_dict.py'
adding 'typish/classes/_cls_function.py'
adding 'typish/classes/_literal.py'
adding 'typish/classes/_something.py'
adding 'typish/classes/_subscriptable_type.py'
adding 'typish/classes/_union_type.py'
adding 'typish/decorators/__init__.py'
adding 'typish/decorators/_hintable.py'
adding 'typish/functions/__init__.py'
adding 'typish/functions/_common_ancestor.py'
adding 'typish/functions/_get_alias.py'
adding 'typish/functions/_get_args.py'
adding 'typish/functions/_get_mro.py'
adding 'typish/functions/_get_origin.py'
adding 'typish/functions/_get_simple_name.py'
adding 'typish/functions/_get_type.py'
adding 'typish/functions/_get_type_hints_of_callable.py'
adding 'typish/functions/_instance_of.py'
adding 'typish/functions/_is_from_typing.py'
adding 'typish/functions/_is_optional_type.py'
adding 'typish/functions/_is_type_annotation.py'
adding 'typish/functions/_subclass_of.py'
adding 'typish-1.9.3.dist-info/licenses/LICENSE'
adding 'typish-1.9.3.dist-info/METADATA'
adding 'typish-1.9.3.dist-info/WHEEL'
adding 'typish-1.9.3.dist-info/top_level.txt'
adding 'typish-1.9.3.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built typish-1.9.3-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.13 with 
"installer" module
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build; 
python3.14 -m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.14.2, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>
plugins: typeguard-4.4.4
collected 122 items

tests/classes/test_cls_dict.py ......                                    [  4%]
tests/classes/test_cls_function.py ..F.........                          [ 14%]
tests/classes/test_literal_meta.py ...                                   [ 17%]
tests/classes/test_something.py .......                                  [ 22%]
tests/classes/test_subscribtable_type.py ...                             [ 25%]
tests/decorators/test_hintable.py ...........................            [ 47%]
tests/functions/test_common_ancestor.py ......                           [ 52%]
tests/functions/test_get_args_and_return_type.py ....                    [ 55%]
tests/functions/test_get_mro.py ...                                      [ 58%]
tests/functions/test_get_type.py ..............                          [ 69%]
tests/functions/test_get_type_hints_of_callable.py .....                 [ 73%]
tests/functions/test_instance_of.py ..............                       [ 85%]
tests/functions/test_is_optional_type.py .                               [ 86%]
tests/functions/test_is_type_annotation.py .                             [ 86%]
tests/functions/test_origin_and_alias.py ..                              [ 88%]
tests/functions/test_subclass_of.py ..........                           [ 96%]
tests/test_generic_collection_type.py ...                                [ 99%]
tests/test_meta.py .                                                     [100%]

=================================== FAILURES ===================================
__________________ TestClsFunction.test_complex_cls_function ___________________

self = <tests.classes.test_cls_function.TestClsFunction 
testMethod=test_complex_cls_function>

    def test_complex_cls_function(self):
        # Test if a more complex ClsFunction can be created without problems.
        _Size = Union[int, Literal[Any]]
        _Type = Union[type, Literal[Any]]
    
>       ClsFunction({
            _Size: lambda: 1,
            _Type: lambda: 2,
            Tuple[_Size, _Type]: lambda: 3,
            Tuple[_Size, ...]: lambda: 4,
            Tuple[Tuple[_Size, ...], _Type]: lambda: 5,
            Tuple[Tuple[_Size, EllipsisType], _Type]: lambda: 6,
            Tuple[Tuple[Literal[Any], EllipsisType], Literal[Any]]: lambda: 7,
        })

tests/classes/test_cls_function.py:128: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
typish/classes/_cls_function.py:24: in __init__
    self.body = ClsDict(body)
                ^^^^^^^^^^^^^
typish/classes/_cls_dict.py:25: in __new__
    if not all([is_type_annotation(key) for key in args[0]]):
                ^^^^^^^^^^^^^^^^^^^^^^^
typish/functions/_is_type_annotation.py:22: in is_type_annotation
    or instance_of(item, super_cls)
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
typish/functions/_instance_of.py:18: in instance_of
    return all(_instance_of(obj, clsinfo, state) for clsinfo in args)
           ^^^
typish/functions/_instance_of.py:18: in <genexpr>
    return all(_instance_of(obj, clsinfo, state) for clsinfo in args)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
typish/functions/_instance_of.py:35: in _instance_of
    return subclass_of(type_, clsinfo)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
typish/functions/_subclass_of.py:19: in subclass_of
    return all(_subclass_of(cls, clsinfo) for clsinfo in args)
           ^^^
typish/functions/_subclass_of.py:19: in <genexpr>
    return all(_subclass_of(cls, clsinfo) for clsinfo in args)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
typish/functions/_subclass_of.py:36: in _subclass_of
    result = _forward_subclass_check(cls, clsinfo)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
typish/functions/_subclass_of.py:54: in _forward_subclass_check
    cls_args = get_args(cls)
               ^^^^^^^^^^^^^
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

t = <class 'typing.Union'>

    def get_args(t: type) -> typing.Tuple[type, ...]:
        """
        Get the arguments from a collection type (e.g. ``typing.List[int]``) as 
a
        ``tuple``.
        :param t: the collection type.
        :return: a ``tuple`` containing types.
        """
        args_ = getattr(t, '__args__', tuple()) or tuple()
>       args = tuple([attr for attr in args_
                                       ^^^^^
                      if type(attr) != typing.TypeVar])
E       TypeError: 'member_descriptor' object is not iterable

typish/functions/_get_args.py:12: TypeError
=========================== short test summary info ============================
FAILED 
tests/classes/test_cls_function.py::TestClsFunction::test_complex_cls_function
======================== 1 failed, 121 passed in 0.25s =========================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build; python3.14 -m pytest tests
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; 
python3.13 -m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.13.11, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>
plugins: typeguard-4.4.4
collected 122 items

tests/classes/test_cls_dict.py ......                                    [  4%]
tests/classes/test_cls_function.py ............                          [ 14%]
tests/classes/test_literal_meta.py ...                                   [ 17%]
tests/classes/test_something.py .......                                  [ 22%]
tests/classes/test_subscribtable_type.py ...                             [ 25%]
tests/decorators/test_hintable.py ...........................            [ 47%]
tests/functions/test_common_ancestor.py ......                           [ 52%]
tests/functions/test_get_args_and_return_type.py ....                    [ 55%]
tests/functions/test_get_mro.py ...                                      [ 58%]
tests/functions/test_get_type.py ..............                          [ 69%]
tests/functions/test_get_type_hints_of_callable.py .....                 [ 73%]
tests/functions/test_instance_of.py ..............                       [ 85%]
tests/functions/test_is_optional_type.py .                               [ 86%]
tests/functions/test_is_type_annotation.py .                             [ 86%]
tests/functions/test_origin_and_alias.py ..                              [ 88%]
tests/functions/test_subclass_of.py ..........                           [ 96%]
tests/test_generic_collection_type.py ...                                [ 99%]
tests/test_meta.py .                                                     [100%]

============================= 122 passed in 0.33s ==============================
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 
3.13" returned exit code 13
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: python-typish
Source-Version: 1.9.3-3
Done: Roland Mas <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-typish, 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 python-typish 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, 11 Jan 2026 14:26:50 +0100
Source: python-typish
Architecture: source
Version: 1.9.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Roland Mas <[email protected]>
Closes: 1123328
Changes:
 python-typish (1.9.3-3) unstable; urgency=medium
 .
   * Fix Python 3.14 compatibility (closes: #1123328).
Checksums-Sha1:
 1c93876bb084767103d663a717dbb50f6aaed50f 2215 python-typish_1.9.3-3.dsc
 3f2e2e641bd7367e5cfff3972a399fb68b991d05 2936 
python-typish_1.9.3-3.debian.tar.xz
 5530718b40b0e74ebe9f9ebff8b76ce9b1676a7d 7124 
python-typish_1.9.3-3_amd64.buildinfo
Checksums-Sha256:
 fe7396edb27fc2eca5da2a6a295f1d525a819c3d4610583ce75dfb0888f97d4f 2215 
python-typish_1.9.3-3.dsc
 55acc6979eb8ec20147f1df4189ebf0c31d4b97b4f2a540f69a38ed6ccb28e57 2936 
python-typish_1.9.3-3.debian.tar.xz
 3ea8c7040da38605e174def5f4b120f6a6364ab40d28c0843e8337dc6f374df9 7124 
python-typish_1.9.3-3_amd64.buildinfo
Files:
 5c4ef70baa10c7034573c4ed2a54ccf2 2215 python optional python-typish_1.9.3-3.dsc
 3d97d915bcbc895e658657b89bf98b4e 2936 python optional 
python-typish_1.9.3-3.debian.tar.xz
 da45781860d88e41c5e74820c681baa3 7124 python optional 
python-typish_1.9.3-3_amd64.buildinfo

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

iQIzBAEBCgAdFiEEtBU2D1kett1zr/uD0w3s0lmTIvwFAmljpfcACgkQ0w3s0lmT
Ivxysw//Ylc71Ti0g/GV7qJpKi1k3ZRWw2PZjGUoUx+UnnRbj7nNz/MNHWDyntYG
uDVocO5v5BlcD2Qs5721txC2KLzNXbAE9qTKmh4DWErjg86RzVYS3kcG7LmfwB9R
fpp4z+EZ6Wbp17l2xXOkwbZ7rQt5QtW3c7Gbc5pRPVSRXWyJhuljdhBPemjOoZdx
oogGGB2YUXX9nw3y/LvVAuz495MhgvE6XcS8YvT15H+cqB1Gl8wZrHxAfETd+bb+
d66hEHEMO7LrV62VkykyXO5opF8/Ljn2pu2S2mcaNEPKx7fkDAkIbgaL2rHFt9q8
m7xS27IKduFaAQQ9SEyRA5TkFfTS4F/9hUhOvJZGJnpW4OFgD+fyFN3gTHbwnXKP
r1Nn6JBULGnIvCwSZA0/ZVXj6+4v/JSZsmJOE0mDCCLwWMaahVBH+DKyxfeZrtzL
eMd3/kpGCErgB7ucTOzmOa9sfAE5dp4jieTSLiGK4/LUZovmPiHUdSQ7fIItGYwp
4Su4awkXWf8fYP63Oum2hYo9Nv8Em/ttPOUKom9hz5M/VmW3Lcwt/AP5Cay2Z0CW
rcPx7FgjKMlpSjjPsYyOFZPOw1eA576bST95vpdfD7CHQdJYRZyaksRl5Z0ao18x
JiHxVo+KMiLqg587PYTDCHiDs6poJrh8Fixvmi/tsnlYL2mlJH4=
=5YFH
-----END PGP SIGNATURE-----

Attachment: pgpubnu3bJ_t7.pgp
Description: PGP signature


--- End Message ---

Reply via email to