Your message dated Fri, 22 May 2026 21:51:43 +0000
with message-id <[email protected]>
and subject line Bug#1123192: fixed in python-async-property 0.2.2-4
has caused the Debian Bug report #1123192,
regarding python-async-property: 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.)


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

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with sphinxdoc --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
   debian/rules execute_after_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf /<<PKGBUILDDIR>>/docs/.build
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
 debian/rules binary
dh binary --with sphinxdoc --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_async-property  
* Building wheel...
/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/_distutils/dist.py:289: UserWarning: 
Unknown distribution option: 'tests_require'
  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
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:135: 
SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated
!!

        
********************************************************************************
        With Python 2.7 end-of-life, support for building universal wheels
        (i.e., wheels that support both Python 2 and Python 3)
        is being obviated.
        Please discontinue using this option, or if you still need it,
        file an issue with pypa/setuptools describing your use case.

        This deprecation is overdue, please update your project and remove 
deprecated
        calls to avoid build errors in the future.
        
********************************************************************************

!!
  self.finalize_options()
running build
running build_py
creating build/lib/async_property
copying async_property/proxy.py -> build/lib/async_property
copying async_property/cached.py -> build/lib/async_property
copying async_property/loader.py -> build/lib/async_property
copying async_property/__init__.py -> build/lib/async_property
copying async_property/base.py -> build/lib/async_property
running egg_info
creating async_property.egg-info
writing async_property.egg-info/PKG-INFO
writing dependency_links to async_property.egg-info/dependency_links.txt
writing top-level names to async_property.egg-info/top_level.txt
writing manifest file 'async_property.egg-info/SOURCES.txt'
reading manifest file 'async_property.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '__pycache__' found under 
directory '*'
warning: no previously-included files matching '*.py[co]' found under directory 
'*'
warning: no files found matching '*.jpg' under directory 'docs'
warning: no files found matching '*.png' under directory 'docs'
warning: no files found matching '*.gif' under directory 'docs'
adding license file 'LICENSE'
writing manifest file 'async_property.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/async_property
copying build/lib/async_property/proxy.py -> 
build/bdist.linux-x86_64/wheel/./async_property
copying build/lib/async_property/cached.py -> 
build/bdist.linux-x86_64/wheel/./async_property
copying build/lib/async_property/loader.py -> 
build/bdist.linux-x86_64/wheel/./async_property
copying build/lib/async_property/__init__.py -> 
build/bdist.linux-x86_64/wheel/./async_property
copying build/lib/async_property/base.py -> 
build/bdist.linux-x86_64/wheel/./async_property
running install_egg_info
Copying async_property.egg-info to 
build/bdist.linux-x86_64/wheel/./async_property-0.2.2.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/async_property-0.2.2.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_async-property/.tmp-8ck9r9dv/async_property-0.2.2-py2.py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'async_property/__init__.py'
adding 'async_property/base.py'
adding 'async_property/cached.py'
adding 'async_property/loader.py'
adding 'async_property/proxy.py'
adding 'async_property-0.2.2.dist-info/licenses/LICENSE'
adding 'async_property-0.2.2.dist-info/METADATA'
adding 'async_property-0.2.2.dist-info/WHEEL'
adding 'async_property-0.2.2.dist-info/top_level.txt'
adding 'async_property-0.2.2.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built async_property-0.2.2-py2.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_async-property  
* Building wheel...
/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/_distutils/dist.py:289: UserWarning: 
Unknown distribution option: 'tests_require'
  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
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:135: 
SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated
!!

        
********************************************************************************
        With Python 2.7 end-of-life, support for building universal wheels
        (i.e., wheels that support both Python 2 and Python 3)
        is being obviated.
        Please discontinue using this option, or if you still need it,
        file an issue with pypa/setuptools describing your use case.

        This deprecation is overdue, please update your project and remove 
deprecated
        calls to avoid build errors in the future.
        
********************************************************************************

!!
  self.finalize_options()
running build
running build_py
running egg_info
writing async_property.egg-info/PKG-INFO
writing dependency_links to async_property.egg-info/dependency_links.txt
writing top-level names to async_property.egg-info/top_level.txt
reading manifest file 'async_property.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '__pycache__' found under 
directory '*'
warning: no previously-included files matching '*.py[co]' found under directory 
'*'
warning: no files found matching '*.jpg' under directory 'docs'
warning: no files found matching '*.png' under directory 'docs'
warning: no files found matching '*.gif' under directory 'docs'
adding license file 'LICENSE'
writing manifest file 'async_property.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/async_property
copying build/lib/async_property/proxy.py -> 
build/bdist.linux-x86_64/wheel/./async_property
copying build/lib/async_property/cached.py -> 
build/bdist.linux-x86_64/wheel/./async_property
copying build/lib/async_property/loader.py -> 
build/bdist.linux-x86_64/wheel/./async_property
copying build/lib/async_property/__init__.py -> 
build/bdist.linux-x86_64/wheel/./async_property
copying build/lib/async_property/base.py -> 
build/bdist.linux-x86_64/wheel/./async_property
running install_egg_info
Copying async_property.egg-info to 
build/bdist.linux-x86_64/wheel/./async_property-0.2.2.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/async_property-0.2.2.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_async-property/.tmp-ibaycsun/async_property-0.2.2-py2.py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'async_property/__init__.py'
adding 'async_property/base.py'
adding 'async_property/cached.py'
adding 'async_property/loader.py'
adding 'async_property/proxy.py'
adding 'async_property-0.2.2.dist-info/licenses/LICENSE'
adding 'async_property-0.2.2.dist-info/METADATA'
adding 'async_property-0.2.2.dist-info/WHEEL'
adding 'async_property-0.2.2.dist-info/top_level.txt'
adding 'async_property-0.2.2.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built async_property-0.2.2-py2.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_async-property/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>>/.pybuild/cpython3_3.14_async-property/build
configfile: setup.cfg
plugins: asyncio-1.2.0, typeguard-4.4.4
asyncio: mode=Mode.AUTO, debug=False, asyncio_default_fixture_loop_scope=None, 
asyncio_default_test_loop_scope=function
collected 30 items

tests/test_async_cached_property.py F.........                           [ 33%]
tests/test_async_property.py F.....                                      [ 53%]
tests/test_asyncio_lock.py ....                                          [ 66%]
tests/test_inheritance.py ...                                            [ 76%]
tests/test_loader.py .......                                             [100%]

=================================== FAILURES ===================================
_______________________________ test_descriptor ________________________________

    async def test_descriptor():
        assert isinstance(MyModel.foo, AsyncCachedPropertyDescriptor)
        assert MyModel.foo.__name__ == 'foo'
>       assert MyModel.foo.__annotations__['return'] == str
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
E       AttributeError: 'AsyncCachedPropertyDescriptor' object has no attribute 
'__annotations__'. Did you mean: '__annotate__'?

tests/test_async_cached_property.py:19: AttributeError
_______________________________ test_descriptor ________________________________

    async def test_descriptor():
        assert isinstance(MyModel.foo, AsyncPropertyDescriptor)
        assert MyModel.foo.__name__ == 'foo'
>       assert MyModel.foo.__annotations__['return'] == str
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
E       AttributeError: 'AsyncPropertyDescriptor' object has no attribute 
'__annotations__'. Did you mean: '__annotate__'?

tests/test_async_property.py:19: AttributeError
=============================== warnings summary ===============================
async_property/cached.py:14: 12 warnings
tests/test_async_cached_property.py: 2 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_async-property/build/async_property/cached.py:14:
 DeprecationWarning: 'asyncio.iscoroutinefunction' is deprecated and slated for 
removal in Python 3.16; use inspect.iscoroutinefunction() instead
    assert is_coroutine(func), 'Can only use with async def'

async_property/cached.py:72
async_property/cached.py:72
async_property/cached.py:72
tests/test_async_cached_property.py::test_async_setter
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_async-property/build/async_property/cached.py:72:
 DeprecationWarning: 'asyncio.iscoroutinefunction' is deprecated and slated for 
removal in Python 3.16; use inspect.iscoroutinefunction() instead
    if method and is_coroutine(method):

async_property/base.py:10
tests/test_async_property.py::test_sync_error
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_async-property/build/async_property/base.py:10:
 DeprecationWarning: 'asyncio.iscoroutinefunction' is deprecated and slated for 
removal in Python 3.16; use inspect.iscoroutinefunction() instead
    assert is_coroutine(func), 'Can only use with async def'

tests/test_loader.py::test_call_load
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_async-property/build/async_property/loader.py:39:
 DeprecationWarning: 'asyncio.iscoroutinefunction' is deprecated and slated for 
removal in Python 3.16; use inspect.iscoroutinefunction() instead
    if hasattr(self, 'load') and is_coroutine(self.load):

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED tests/test_async_cached_property.py::test_descriptor - AttributeError:...
FAILED tests/test_async_property.py::test_descriptor - AttributeError: 'Async...
================== 2 failed, 28 passed, 21 warnings in 0.87s ===================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_async-property/build; python3.14 -m 
pytest tests
I: pybuild base:317: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_async-property/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>>/.pybuild/cpython3_3.13_async-property/build
configfile: setup.cfg
plugins: asyncio-1.2.0, typeguard-4.4.4
asyncio: mode=Mode.AUTO, debug=False, asyncio_default_fixture_loop_scope=None, 
asyncio_default_test_loop_scope=function
collected 30 items

tests/test_async_cached_property.py ..........                           [ 33%]
tests/test_async_property.py ......                                      [ 53%]
tests/test_asyncio_lock.py ....                                          [ 66%]
tests/test_inheritance.py ...                                            [ 76%]
tests/test_loader.py .......                                             [100%]

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

--- End Message ---
--- Begin Message ---
Source: python-async-property
Source-Version: 0.2.2-4
Done: Ananthu C V <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-async-property, 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.
Ananthu C V <[email protected]> (supplier of updated 
python-async-property 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: Sat, 23 May 2026 04:09:48 +0700
Source: python-async-property
Architecture: source
Version: 0.2.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Ananthu C V <[email protected]>
Closes: 1123192
Changes:
 python-async-property (0.2.2-4) unstable; urgency=medium
 .
   [ Ananthu C V ]
   * Team upload.
   * fix tests by adding a python3.14 compatibility patch (Closes: #1123192)
 .
 .
   [ Alexandre Detiste ]
   * apply Multi-Arch: hint
Checksums-Sha1:
 5b23c41eb7c5e4109315f6c75c23b47237332d74 2356 python-async-property_0.2.2-4.dsc
 851b6969835bfb700e032eaa8fffa42174ae7556 4196 
python-async-property_0.2.2-4.debian.tar.xz
 1cf57c927845dc1f8a53b0153e83e5eb8bba4d83 7959 
python-async-property_0.2.2-4_amd64.buildinfo
Checksums-Sha256:
 1cdb7c62315973fb4e41af366e088ec5d566f9471b00d96ed5062653f8b3967c 2356 
python-async-property_0.2.2-4.dsc
 e1c6fdbf35084187643802167f335b42143d06a3eb4bcb090a806a9925f027fd 4196 
python-async-property_0.2.2-4.debian.tar.xz
 0d2ab50e8c036c2c025df88ce6204d32fbefd683c43bc1b4ad26ab87e3009f8b 7959 
python-async-property_0.2.2-4_amd64.buildinfo
Files:
 9d6133d5b70b21899563ef32586fdbd6 2356 python optional 
python-async-property_0.2.2-4.dsc
 56f5fabb63b77692aaaba4dc2a6bc8f6 4196 python optional 
python-async-property_0.2.2-4.debian.tar.xz
 bc1481f48281a3d53376066669c0f198 7959 python optional 
python-async-property_0.2.2-4_amd64.buildinfo

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

iQIzBAEBCgAdFiEEUtW9Dn1NsITjS1hl1KQc+t2yDbUFAmoQxwMACgkQ1KQc+t2y
DbX1Eg/+JubQDuCchZSYPWorQXqVnVk1OaI5SyVol1YEdiVGiAPt5t3hNcHMrNxl
CjVDixmfQo8MDsYqPbesqanELAFabTo2/zzbCGe0WmpKfp8nM5afMrHdfWiZ6ony
e8yI2oPejqmTcuBgHLPth/W/dTEHukN/wiL1TjlvTs2cy3f1Vp0dAbMzFT719vEH
IK7/pVGTybMSFCmd3GF/vd0qVmwB7kdemXFUc1vJqZSMnv+GdwRCLuo/e1SNL9oP
1xi5MP5pI6fzgqCCOSRc194BiddSWhPZ9hd2af5n7PX07FhqahyilhXGNimj26Ny
XqylWCvDGUvk0l6Fmb0eLKhZy8QmfD6p+aDcjQCopZkDNM1aiGSyWpaGLPwY0YRr
kF5PSt+PaHsU7ayYHfXHUG9rRVOauquOiolmari6RCw0Vx69D9KgBfM2ugL93zmP
bPwSbhC9x78fqC/IQw6Iakrp8F/1hEA8OAw3CRPkxhtFLzX+RIZWbpdOnaWTIoSx
VnioywaBt9y2IrC//wXJvGF84WGa+WczB3Bc2MIOwF2fT5JDLu4icqJIqZBYz1k+
5MQGSc6yC4HR8bBPzf0NGo+EwPv3ZBvjPEXQRqP4iTWfT97kyXv4dLcRYYN+SCj1
NH+PpKnj8XP9bE+YTWk7qqE5OYGLJPkyQFyPIm28YJ1qPQ7Vt28=
=x6qG
-----END PGP SIGNATURE-----

Attachment: pgpN67UYRJZum.pgp
Description: PGP signature


--- End Message ---

Reply via email to