From sanvila at debian.org Tue Jun 9 00:14:25 2026 From: sanvila at debian.org (Santiago Vila) Date: Mon, 08 Jun 2026 23:14:25 +0000 Subject: [Pkg-matrix-maintainers] Bug#1139401: python-matrix-nio: FTBFS with aiohttp 3.14 Message-ID: Package: src:python-matrix-nio Version: 0.25.2-2 Severity: serious Tags: ftbfs forky sid User: debian-qa at lists.debian.org Usertags: aiohttp-3.14 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/202606/ 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-matrix-nio, 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:142: Building wheel for python3.13 with "build" module I: pybuild base:385: python3.13 -m build --skip-dependency-check --no-isolation --wheel --outdir /<>/.pybuild/cpython3_3.13 * 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). This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) running bdist_wheel running build running build_py creating build/lib/nio copying src/nio/exceptions.py -> build/lib/nio copying src/nio/rooms.py -> build/lib/nio copying src/nio/http.py -> build/lib/nio copying src/nio/monitors.py -> build/lib/nio copying src/nio/responses.py -> build/lib/nio copying src/nio/__init__.py -> build/lib/nio copying src/nio/api.py -> build/lib/nio copying src/nio/_compat.py -> build/lib/nio copying src/nio/schemas.py -> build/lib/nio creating build/lib/nio/event_builders copying src/nio/event_builders/event_builder.py -> build/lib/nio/event_builders copying src/nio/event_builders/__init__.py -> build/lib/nio/event_builders copying src/nio/event_builders/direct_messages.py -> build/lib/nio/event_builders copying src/nio/event_builders/state_events.py -> build/lib/nio/event_builders creating build/lib/nio/client copying src/nio/client/http_client.py -> build/lib/nio/client copying src/nio/client/base_client.py -> build/lib/nio/client copying src/nio/client/__init__.py -> build/lib/nio/client copying src/nio/client/async_client.py -> build/lib/nio/client creating build/lib/nio/crypto copying src/nio/crypto/sas.py -> build/lib/nio/crypto copying src/nio/crypto/async_attachments.py -> build/lib/nio/crypto copying src/nio/crypto/olm_machine.py -> build/lib/nio/crypto copying src/nio/crypto/key_request.py -> build/lib/nio/crypto copying src/nio/crypto/device.py -> build/lib/nio/crypto copying src/nio/crypto/memorystores.py -> build/lib/nio/crypto copying src/nio/crypto/sessions.py -> build/lib/nio/crypto copying src/nio/crypto/__init__.py -> build/lib/nio/crypto copying src/nio/crypto/attachments.py -> build/lib/nio/crypto copying src/nio/crypto/key_export.py -> build/lib/nio/crypto copying src/nio/crypto/log.py -> build/lib/nio/crypto creating build/lib/nio/events copying src/nio/events/ephemeral.py -> build/lib/nio/events copying src/nio/events/account_data.py -> build/lib/nio/events copying src/nio/events/common.py -> build/lib/nio/events copying src/nio/events/__init__.py -> build/lib/nio/events copying src/nio/events/room_events.py -> build/lib/nio/events copying src/nio/events/to_device.py -> build/lib/nio/events copying src/nio/events/invite_events.py -> build/lib/nio/events copying src/nio/events/misc.py -> build/lib/nio/events copying src/nio/events/presence.py -> build/lib/nio/events creating build/lib/nio/store copying src/nio/store/__init__.py -> build/lib/nio/store copying src/nio/store/models.py -> build/lib/nio/store copying src/nio/store/log.py -> build/lib/nio/store copying src/nio/store/file_trustdb.py -> build/lib/nio/store copying src/nio/store/database.py -> build/lib/nio/store running egg_info creating src/matrix_nio.egg-info writing src/matrix_nio.egg-info/PKG-INFO writing dependency_links to src/matrix_nio.egg-info/dependency_links.txt writing requirements to src/matrix_nio.egg-info/requires.txt writing top-level names to src/matrix_nio.egg-info/top_level.txt writing manifest file 'src/matrix_nio.egg-info/SOURCES.txt' reading manifest file 'src/matrix_nio.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.md' writing manifest file 'src/matrix_nio.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/nio copying build/lib/nio/exceptions.py -> build/bdist.linux-x86_64/wheel/./nio copying build/lib/nio/rooms.py -> build/bdist.linux-x86_64/wheel/./nio creating build/bdist.linux-x86_64/wheel/nio/event_builders copying build/lib/nio/event_builders/event_builder.py -> build/bdist.linux-x86_64/wheel/./nio/event_builders copying build/lib/nio/event_builders/__init__.py -> build/bdist.linux-x86_64/wheel/./nio/event_builders copying build/lib/nio/event_builders/direct_messages.py -> build/bdist.linux-x86_64/wheel/./nio/event_builders copying build/lib/nio/event_builders/state_events.py -> build/bdist.linux-x86_64/wheel/./nio/event_builders creating build/bdist.linux-x86_64/wheel/nio/client copying build/lib/nio/client/http_client.py -> build/bdist.linux-x86_64/wheel/./nio/client copying build/lib/nio/client/base_client.py -> build/bdist.linux-x86_64/wheel/./nio/client copying build/lib/nio/client/__init__.py -> build/bdist.linux-x86_64/wheel/./nio/client copying build/lib/nio/client/async_client.py -> build/bdist.linux-x86_64/wheel/./nio/client copying build/lib/nio/http.py -> build/bdist.linux-x86_64/wheel/./nio copying build/lib/nio/monitors.py -> build/bdist.linux-x86_64/wheel/./nio creating build/bdist.linux-x86_64/wheel/nio/crypto copying build/lib/nio/crypto/sas.py -> build/bdist.linux-x86_64/wheel/./nio/crypto copying build/lib/nio/crypto/async_attachments.py -> build/bdist.linux-x86_64/wheel/./nio/crypto copying build/lib/nio/crypto/olm_machine.py -> build/bdist.linux-x86_64/wheel/./nio/crypto copying build/lib/nio/crypto/key_request.py -> build/bdist.linux-x86_64/wheel/./nio/crypto copying build/lib/nio/crypto/device.py -> build/bdist.linux-x86_64/wheel/./nio/crypto copying build/lib/nio/crypto/memorystores.py -> build/bdist.linux-x86_64/wheel/./nio/crypto copying build/lib/nio/crypto/sessions.py -> build/bdist.linux-x86_64/wheel/./nio/crypto copying build/lib/nio/crypto/__init__.py -> build/bdist.linux-x86_64/wheel/./nio/crypto copying build/lib/nio/crypto/attachments.py -> build/bdist.linux-x86_64/wheel/./nio/crypto copying build/lib/nio/crypto/key_export.py -> build/bdist.linux-x86_64/wheel/./nio/crypto copying build/lib/nio/crypto/log.py -> build/bdist.linux-x86_64/wheel/./nio/crypto copying build/lib/nio/responses.py -> build/bdist.linux-x86_64/wheel/./nio creating build/bdist.linux-x86_64/wheel/nio/events copying build/lib/nio/events/ephemeral.py -> build/bdist.linux-x86_64/wheel/./nio/events copying build/lib/nio/events/account_data.py -> build/bdist.linux-x86_64/wheel/./nio/events copying build/lib/nio/events/common.py -> build/bdist.linux-x86_64/wheel/./nio/events copying build/lib/nio/events/__init__.py -> build/bdist.linux-x86_64/wheel/./nio/events copying build/lib/nio/events/room_events.py -> build/bdist.linux-x86_64/wheel/./nio/events copying build/lib/nio/events/to_device.py -> build/bdist.linux-x86_64/wheel/./nio/events copying build/lib/nio/events/invite_events.py -> build/bdist.linux-x86_64/wheel/./nio/events copying build/lib/nio/events/misc.py -> build/bdist.linux-x86_64/wheel/./nio/events copying build/lib/nio/events/presence.py -> build/bdist.linux-x86_64/wheel/./nio/events copying build/lib/nio/__init__.py -> build/bdist.linux-x86_64/wheel/./nio creating build/bdist.linux-x86_64/wheel/nio/store copying build/lib/nio/store/__init__.py -> build/bdist.linux-x86_64/wheel/./nio/store copying build/lib/nio/store/models.py -> build/bdist.linux-x86_64/wheel/./nio/store copying build/lib/nio/store/log.py -> build/bdist.linux-x86_64/wheel/./nio/store copying build/lib/nio/store/file_trustdb.py -> build/bdist.linux-x86_64/wheel/./nio/store copying build/lib/nio/store/database.py -> build/bdist.linux-x86_64/wheel/./nio/store copying build/lib/nio/api.py -> build/bdist.linux-x86_64/wheel/./nio copying build/lib/nio/_compat.py -> build/bdist.linux-x86_64/wheel/./nio copying build/lib/nio/schemas.py -> build/bdist.linux-x86_64/wheel/./nio running install_egg_info Copying src/matrix_nio.egg-info to build/bdist.linux-x86_64/wheel/./matrix_nio-0.25.2.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/matrix_nio-0.25.2.dist-info/WHEEL creating '/<>/.pybuild/cpython3_3.13/.tmp-yhd6tff2/matrix_nio-0.25.2-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'matrix_nio-0.25.2.dist-info/licenses/LICENSE.md' adding 'nio/__init__.py' adding 'nio/_compat.py' adding 'nio/api.py' adding 'nio/exceptions.py' adding 'nio/http.py' adding 'nio/monitors.py' adding 'nio/responses.py' adding 'nio/rooms.py' adding 'nio/schemas.py' adding 'nio/client/__init__.py' adding 'nio/client/async_client.py' adding 'nio/client/base_client.py' adding 'nio/client/http_client.py' adding 'nio/crypto/__init__.py' adding 'nio/crypto/async_attachments.py' adding 'nio/crypto/attachments.py' adding 'nio/crypto/device.py' adding 'nio/crypto/key_export.py' adding 'nio/crypto/key_request.py' adding 'nio/crypto/log.py' adding 'nio/crypto/memorystores.py' adding 'nio/crypto/olm_machine.py' adding 'nio/crypto/sas.py' adding 'nio/crypto/sessions.py' adding 'nio/event_builders/__init__.py' adding 'nio/event_builders/direct_messages.py' adding 'nio/event_builders/event_builder.py' adding 'nio/event_builders/state_events.py' adding 'nio/events/__init__.py' adding 'nio/events/account_data.py' adding 'nio/events/common.py' adding 'nio/events/ephemeral.py' adding 'nio/events/invite_events.py' adding 'nio/events/misc.py' adding 'nio/events/presence.py' adding 'nio/events/room_events.py' adding 'nio/events/to_device.py' adding 'nio/store/__init__.py' adding 'nio/store/database.py' adding 'nio/store/file_trustdb.py' adding 'nio/store/log.py' adding 'nio/store/models.py' adding 'matrix_nio-0.25.2.dist-info/METADATA' adding 'matrix_nio-0.25.2.dist-info/WHEEL' adding 'matrix_nio-0.25.2.dist-info/top_level.txt' adding 'matrix_nio-0.25.2.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built matrix_nio-0.25.2-py3-none-any.whl I: pybuild plugin_pyproject:168: Unpacking wheel built for python3.13 with "installer" module dh_auto_test -O--buildsystem=pybuild I: pybuild base:385: cd /<>/.pybuild/cpython3_3.13/build; python3.13 -m pytest -k "not test_connect_wrapper" ============================= test session starts ============================== platform linux -- Python 3.13.12, pytest-9.0.3, pluggy-1.6.0 benchmark: 5.2.3 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) rootdir: /<>/.pybuild/cpython3_3.13/build configfile: pyproject.toml plugins: Faker-39.0.0, asyncio-1.4.0, hypothesis-6.152.4, benchmark-5.2.3, aiohttp-1.1.0, cov-5.0.0, typeguard-4.4.4 asyncio: mode=Mode.STRICT, debug=False, asyncio_default_fixture_loop_scope=function, asyncio_default_test_loop_scope=function collected 427 items / 1 deselected / 426 selected tests/api_test.py .... [ 0%] tests/async_attachment_test.py ............... [ 4%] tests/async_client_test.py .FFFFFFFFFFF..FFFFFFFFFFFFFFFFFFFFFFFFFF.FFFF [ 15%] FFFFFFFFFFFFFFFFFFF.....FF....FFFFFFFFFFFFFFFF.. E: Build killed with signal TERM after 60 minutes of inactivity -------------------------------------------------------------------------------- From owner at bugs.debian.org Wed Jun 10 15:10:35 2026 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 10 Jun 2026 14:10:35 +0000 Subject: [Pkg-matrix-maintainers] Processed: FTBFS with aiohttp 3.14 References: Message-ID: Processing commands for control at bugs.debian.org: > # Closing 62 packages verified to build again with python3-aioresponses 0.7.6-4 > # Sorry for the fuss and thanks a lot to Edward Betts > reassign 1139346 python3-aioresponses Bug #1139346 [src:aiodukeenergy] aiodukeenergy: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:aiodukeenergy' to 'python3-aioresponses'. No longer marked as found in versions aiodukeenergy/1.1.0-1. Ignoring request to alter fixed versions of bug #1139346 to the same values previously set > reassign 1139347 python3-aioresponses Bug #1139347 [src:aioelectricitymaps] aioelectricitymaps: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:aioelectricitymaps' to 'python3-aioresponses'. No longer marked as found in versions aioelectricitymaps/1.1.1-1. Ignoring request to alter fixed versions of bug #1139347 to the same values previously set > reassign 1139348 python3-aioresponses Bug #1139348 [src:aioghost] aioghost: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:aioghost' to 'python3-aioresponses'. No longer marked as found in versions aioghost/0.4.16-1. Ignoring request to alter fixed versions of bug #1139348 to the same values previously set > reassign 1139349 python3-aioresponses Bug #1139349 [src:aioimmich] aioimmich: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:aioimmich' to 'python3-aioresponses'. No longer marked as found in versions aioimmich/0.14.1-1. Ignoring request to alter fixed versions of bug #1139349 to the same values previously set > reassign 1139351 python3-aioresponses Bug #1139351 [src:aiopegelonline] aiopegelonline: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:aiopegelonline' to 'python3-aioresponses'. No longer marked as found in versions aiopegelonline/0.1.2-1. Ignoring request to alter fixed versions of bug #1139351 to the same values previously set > reassign 1139352 python3-aioresponses Bug #1139352 [src:aiotankerkoenig] aiotankerkoenig: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:aiotankerkoenig' to 'python3-aioresponses'. No longer marked as found in versions aiotankerkoenig/0.5.3-1. Ignoring request to alter fixed versions of bug #1139352 to the same values previously set > reassign 1139353 python3-aioresponses Bug #1139353 [src:aiowebdav2] aiowebdav2: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:aiowebdav2' to 'python3-aioresponses'. No longer marked as found in versions aiowebdav2/0.6.2-1. Ignoring request to alter fixed versions of bug #1139353 to the same values previously set > reassign 1139354 python3-aioresponses Bug #1139354 [src:cookidoo-api] cookidoo-api: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:cookidoo-api' to 'python3-aioresponses'. No longer marked as found in versions cookidoo-api/0.17.2-1. Ignoring request to alter fixed versions of bug #1139354 to the same values previously set > reassign 1139355 python3-aioresponses Bug #1139355 [src:doorbirdpy] doorbirdpy: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:doorbirdpy' to 'python3-aioresponses'. No longer marked as found in versions doorbirdpy/3.0.12-1. Ignoring request to alter fixed versions of bug #1139355 to the same values previously set > reassign 1139356 python3-aioresponses Bug #1139356 [src:ekey-bionyxpy] ekey-bionyxpy: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:ekey-bionyxpy' to 'python3-aioresponses'. No longer marked as found in versions ekey-bionyxpy/1.0.1-1. Ignoring request to alter fixed versions of bug #1139356 to the same values previously set > reassign 1139357 python3-aioresponses Bug #1139357 [src:fyta-cli] fyta-cli: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:fyta-cli' to 'python3-aioresponses'. No longer marked as found in versions fyta-cli/0.7.3-1. Ignoring request to alter fixed versions of bug #1139357 to the same values previously set > reassign 1139359 python3-aioresponses Bug #1139359 [src:py-nightscout] py-nightscout: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:py-nightscout' to 'python3-aioresponses'. No longer marked as found in versions py-nightscout/1.3.3-3. Ignoring request to alter fixed versions of bug #1139359 to the same values previously set > reassign 1139360 python3-aioresponses Bug #1139360 [src:pyairnow] pyairnow: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:pyairnow' to 'python3-aioresponses'. No longer marked as found in versions pyairnow/1.3.1-1. Ignoring request to alter fixed versions of bug #1139360 to the same values previously set > reassign 1139361 python3-aioresponses Bug #1139361 [src:pydeconz] pydeconz: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:pydeconz' to 'python3-aioresponses'. No longer marked as found in versions pydeconz/120-1. Ignoring request to alter fixed versions of bug #1139361 to the same values previously set > reassign 1139362 python3-aioresponses Bug #1139362 [src:pyenphase] pyenphase: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:pyenphase' to 'python3-aioresponses'. No longer marked as found in versions pyenphase/2.4.9-1. Ignoring request to alter fixed versions of bug #1139362 to the same values previously set > reassign 1139363 python3-aioresponses Bug #1139363 [src:pyisy] pyisy: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:pyisy' to 'python3-aioresponses'. No longer marked as found in versions pyisy/3.6.1-1. Ignoring request to alter fixed versions of bug #1139363 to the same values previously set > reassign 1139365 python3-aioresponses Bug #1139365 [src:pynina] pynina: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:pynina' to 'python3-aioresponses'. No longer marked as found in versions pynina/1.0.2-1. Ignoring request to alter fixed versions of bug #1139365 to the same values previously set > reassign 1139366 python3-aioresponses Bug #1139366 [src:pysma] pysma: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:pysma' to 'python3-aioresponses'. No longer marked as found in versions pysma/1.1.4-1. Ignoring request to alter fixed versions of bug #1139366 to the same values previously set > reassign 1139368 python3-aioresponses Bug #1139368 [src:python-accuweather] python-accuweather: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-accuweather' to 'python3-aioresponses'. No longer marked as found in versions python-accuweather/3.0.0-2. Ignoring request to alter fixed versions of bug #1139368 to the same values previously set > reassign 1139369 python3-aioresponses Bug #1139369 [src:python-aio-geojson-client] python-aio-geojson-client: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-aio-geojson-client' to 'python3-aioresponses'. No longer marked as found in versions python-aio-geojson-client/0.20-3. Ignoring request to alter fixed versions of bug #1139369 to the same values previously set > reassign 1139370 python3-aioresponses Bug #1139370 [src:python-aio-geojson-generic-client] python-aio-geojson-generic-client: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-aio-geojson-generic-client' to 'python3-aioresponses'. No longer marked as found in versions python-aio-geojson-generic-client/0.4-3. Ignoring request to alter fixed versions of bug #1139370 to the same values previously set > reassign 1139371 python3-aioresponses Bug #1139371 [src:python-aio-geojson-geonetnz-quakes] python-aio-geojson-geonetnz-quakes: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-aio-geojson-geonetnz-quakes' to 'python3-aioresponses'. No longer marked as found in versions python-aio-geojson-geonetnz-quakes/0.16-3. Ignoring request to alter fixed versions of bug #1139371 to the same values previously set > reassign 1139372 python3-aioresponses Bug #1139372 [src:python-aio-geojson-geonetnz-volcano] python-aio-geojson-geonetnz-volcano: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-aio-geojson-geonetnz-volcano' to 'python3-aioresponses'. No longer marked as found in versions python-aio-geojson-geonetnz-volcano/0.9-3. Ignoring request to alter fixed versions of bug #1139372 to the same values previously set > reassign 1139373 python3-aioresponses Bug #1139373 [src:python-aio-geojson-nsw-rfs-incidents] python-aio-geojson-nsw-rfs-incidents: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-aio-geojson-nsw-rfs-incidents' to 'python3-aioresponses'. No longer marked as found in versions python-aio-geojson-nsw-rfs-incidents/0.7-3. Ignoring request to alter fixed versions of bug #1139373 to the same values previously set > reassign 1139374 python3-aioresponses Bug #1139374 [src:python-aio-geojson-usgs-earthquakes] python-aio-geojson-usgs-earthquakes: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-aio-geojson-usgs-earthquakes' to 'python3-aioresponses'. No longer marked as found in versions python-aio-geojson-usgs-earthquakes/0.3-3. Ignoring request to alter fixed versions of bug #1139374 to the same values previously set > reassign 1139375 python3-aioresponses Bug #1139375 [src:python-aio-georss-client] python-aio-georss-client: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-aio-georss-client' to 'python3-aioresponses'. No longer marked as found in versions python-aio-georss-client/0.12-3. Ignoring request to alter fixed versions of bug #1139375 to the same values previously set > reassign 1139376 python3-aioresponses Bug #1139376 [src:python-aio-georss-gdacs] python-aio-georss-gdacs: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-aio-georss-gdacs' to 'python3-aioresponses'. No longer marked as found in versions python-aio-georss-gdacs/0.9+dfsg1-2. Ignoring request to alter fixed versions of bug #1139376 to the same values previously set > reassign 1139377 python3-aioresponses Bug #1139377 [src:python-aioazuredevops] python-aioazuredevops: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-aioazuredevops' to 'python3-aioresponses'. No longer marked as found in versions python-aioazuredevops/2.2.0-2. Ignoring request to alter fixed versions of bug #1139377 to the same values previously set > reassign 1139378 python3-aioresponses Bug #1139378 [src:python-aiohasupervisor] python-aiohasupervisor: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-aiohasupervisor' to 'python3-aioresponses'. No longer marked as found in versions python-aiohasupervisor/0.4.3-1. Ignoring request to alter fixed versions of bug #1139378 to the same values previously set > reassign 1139379 python3-aioresponses Bug #1139379 [src:python-aioemonitor] python-aioemonitor: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-aioemonitor' to 'python3-aioresponses'. No longer marked as found in versions python-aioemonitor/1.0.5-2. Ignoring request to alter fixed versions of bug #1139379 to the same values previously set > reassign 1139381 python3-aioresponses Bug #1139381 [src:python-aiomealie] python-aiomealie: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-aiomealie' to 'python3-aioresponses'. No longer marked as found in versions python-aiomealie/1.2.4-1. Ignoring request to alter fixed versions of bug #1139381 to the same values previously set > reassign 1139382 python3-aioresponses Bug #1139382 [src:python-aioopenexchangerates] python-aioopenexchangerates: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-aioopenexchangerates' to 'python3-aioresponses'. No longer marked as found in versions python-aioopenexchangerates/0.4.14-2. Ignoring request to alter fixed versions of bug #1139382 to the same values previously set > reassign 1139384 python3-aioresponses Bug #1139384 [src:python-aioshelly] python-aioshelly: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-aioshelly' to 'python3-aioresponses'. No longer marked as found in versions python-aioshelly/13.23.1-1. Ignoring request to alter fixed versions of bug #1139384 to the same values previously set > reassign 1139385 python3-aioresponses Bug #1139385 [src:python-aiounifi] python-aiounifi: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-aiounifi' to 'python3-aioresponses'. No longer marked as found in versions python-aiounifi/79-3. Ignoring request to alter fixed versions of bug #1139385 to the same values previously set > reassign 1139386 python3-aioresponses Bug #1139386 [src:python-airgradient] python-airgradient: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-airgradient' to 'python3-aioresponses'. No longer marked as found in versions python-airgradient/0.9.2-1. Ignoring request to alter fixed versions of bug #1139386 to the same values previously set > reassign 1139387 python3-aioresponses Bug #1139387 [src:python-airly] python-airly: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-airly' to 'python3-aioresponses'. No longer marked as found in versions python-airly/1.1.0-1. Ignoring request to alter fixed versions of bug #1139387 to the same values previously set > reassign 1139389 python3-aioresponses Bug #1139389 [src:python-altruistclient] python-altruistclient: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-altruistclient' to 'python3-aioresponses'. No longer marked as found in versions python-altruistclient/0.1.1-1. Ignoring request to alter fixed versions of bug #1139389 to the same values previously set > reassign 1139391 python3-aioresponses Bug #1139391 [src:python-bond-async] python-bond-async: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-bond-async' to 'python3-aioresponses'. No longer marked as found in versions python-bond-async/0.2.1-2. Ignoring request to alter fixed versions of bug #1139391 to the same values previously set > reassign 1139392 python3-aioresponses Bug #1139392 [src:python-firebase-messaging] python-firebase-messaging: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-firebase-messaging' to 'python3-aioresponses'. No longer marked as found in versions python-firebase-messaging/0.4.4-3. Ignoring request to alter fixed versions of bug #1139392 to the same values previously set > reassign 1139393 python3-aioresponses Bug #1139393 [src:python-bring-api] python-bring-api: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-bring-api' to 'python3-aioresponses'. No longer marked as found in versions python-bring-api/0.9.0-2. Ignoring request to alter fixed versions of bug #1139393 to the same values previously set > reassign 1139394 python3-aioresponses Bug #1139394 [src:python-foobot-async] python-foobot-async: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-foobot-async' to 'python3-aioresponses'. No longer marked as found in versions python-foobot-async/1.0.1-3. Ignoring request to alter fixed versions of bug #1139394 to the same values previously set > reassign 1139395 python3-aioresponses Bug #1139395 [src:python-gios] python-gios: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-gios' to 'python3-aioresponses'. No longer marked as found in versions python-gios/7.1.0-1. Ignoring request to alter fixed versions of bug #1139395 to the same values previously set > reassign 1139399 python3-aioresponses Bug #1139399 [src:python-hdfury] python-hdfury: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-hdfury' to 'python3-aioresponses'. No longer marked as found in versions python-hdfury/1.6.0-1. Ignoring request to alter fixed versions of bug #1139399 to the same values previously set > reassign 1139400 python3-aioresponses Bug #1139400 [src:python-incomfort-client] python-incomfort-client: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-incomfort-client' to 'python3-aioresponses'. No longer marked as found in versions python-incomfort-client/0.6.3.1-2. Ignoring request to alter fixed versions of bug #1139400 to the same values previously set > reassign 1139401 python3-aioresponses Bug #1139401 [src:python-matrix-nio] python-matrix-nio: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-matrix-nio' to 'python3-aioresponses'. No longer marked as found in versions python-matrix-nio/0.25.2-2. Ignoring request to alter fixed versions of bug #1139401 to the same values previously set > reassign 1139402 python3-aioresponses Bug #1139402 [src:python-intellifire4py] python-intellifire4py: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-intellifire4py' to 'python3-aioresponses'. No longer marked as found in versions python-intellifire4py/4.1.9-2. Ignoring request to alter fixed versions of bug #1139402 to the same values previously set > reassign 1139403 python3-aioresponses Bug #1139403 [src:python-mill-local] python-mill-local: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-mill-local' to 'python3-aioresponses'. No longer marked as found in versions python-mill-local/0.5.0-1. Ignoring request to alter fixed versions of bug #1139403 to the same values previously set > reassign 1139404 python3-aioresponses Bug #1139404 [src:python-nyt-games] python-nyt-games: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-nyt-games' to 'python3-aioresponses'. No longer marked as found in versions python-nyt-games/0.5.0-1. Ignoring request to alter fixed versions of bug #1139404 to the same values previously set > reassign 1139405 python3-aioresponses Bug #1139405 [src:python-nextdns] python-nextdns: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-nextdns' to 'python3-aioresponses'. No longer marked as found in versions python-nextdns/3.3.0-2. Ignoring request to alter fixed versions of bug #1139405 to the same values previously set > reassign 1139407 python3-aioresponses Bug #1139407 [src:python-openhomedevice] python-openhomedevice: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-openhomedevice' to 'python3-aioresponses'. No longer marked as found in versions python-openhomedevice/2.3.1-1. Ignoring request to alter fixed versions of bug #1139407 to the same values previously set > reassign 1139408 python3-aioresponses Bug #1139408 [src:python-overseerr] python-overseerr: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-overseerr' to 'python3-aioresponses'. No longer marked as found in versions python-overseerr/0.9.0-1. Ignoring request to alter fixed versions of bug #1139408 to the same values previously set > reassign 1139409 python3-aioresponses Bug #1139409 [src:python-ovoenergy] python-ovoenergy: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-ovoenergy' to 'python3-aioresponses'. No longer marked as found in versions python-ovoenergy/3.0.2-3. Ignoring request to alter fixed versions of bug #1139409 to the same values previously set > reassign 1139410 python3-aioresponses Bug #1139410 [src:python-peblar] python-peblar: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-peblar' to 'python3-aioresponses'. No longer marked as found in versions python-peblar/0.5.1-1. Ignoring request to alter fixed versions of bug #1139410 to the same values previously set > reassign 1139411 python3-aioresponses Bug #1139411 [src:python-pvo] python-pvo: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-pvo' to 'python3-aioresponses'. No longer marked as found in versions python-pvo/3.0.0-1. Ignoring request to alter fixed versions of bug #1139411 to the same values previously set > reassign 1139412 python3-aioresponses Bug #1139412 [src:python-ring-doorbell] python-ring-doorbell: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-ring-doorbell' to 'python3-aioresponses'. No longer marked as found in versions python-ring-doorbell/0.9.13-4. Ignoring request to alter fixed versions of bug #1139412 to the same values previously set > reassign 1139413 python3-aioresponses Bug #1139413 [src:python-renault-api] python-renault-api: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-renault-api' to 'python3-aioresponses'. No longer marked as found in versions python-renault-api/0.5.11-1. Ignoring request to alter fixed versions of bug #1139413 to the same values previously set > reassign 1139414 python3-aioresponses Bug #1139414 [src:python-tailscale] python-tailscale: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-tailscale' to 'python3-aioresponses'. No longer marked as found in versions python-tailscale/0.8.0-2. Ignoring request to alter fixed versions of bug #1139414 to the same values previously set > reassign 1139415 python3-aioresponses Bug #1139415 [src:python-twentemilieu] python-twentemilieu: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-twentemilieu' to 'python3-aioresponses'. No longer marked as found in versions python-twentemilieu/3.0.0-1. Ignoring request to alter fixed versions of bug #1139415 to the same values previously set > reassign 1139416 python3-aioresponses Bug #1139416 [src:python-unifi-discovery] python-unifi-discovery: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-unifi-discovery' to 'python3-aioresponses'. No longer marked as found in versions python-unifi-discovery/1.2.0-2. Ignoring request to alter fixed versions of bug #1139416 to the same values previously set > reassign 1139418 python3-aioresponses Bug #1139418 [src:python-vehicle] python-vehicle: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:python-vehicle' to 'python3-aioresponses'. No longer marked as found in versions python-vehicle/3.0.0-1. Ignoring request to alter fixed versions of bug #1139418 to the same values previously set > reassign 1139421 python3-aioresponses Bug #1139421 [src:switchbot-api] switchbot-api: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:switchbot-api' to 'python3-aioresponses'. No longer marked as found in versions switchbot-api/2.11.1-2. Ignoring request to alter fixed versions of bug #1139421 to the same values previously set > reassign 1139422 python3-aioresponses Bug #1139422 [src:vdirsyncer] vdirsyncer: FTBFS with aiohttp 3.14 Bug reassigned from package 'src:vdirsyncer' to 'python3-aioresponses'. No longer marked as found in versions vdirsyncer/0.20.0-1. Ignoring request to alter fixed versions of bug #1139422 to the same values previously set > found 1139346 0.7.6-3 Bug #1139346 [python3-aioresponses] aiodukeenergy: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139347 0.7.6-3 Bug #1139347 [python3-aioresponses] aioelectricitymaps: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139348 0.7.6-3 Bug #1139348 [python3-aioresponses] aioghost: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139349 0.7.6-3 Bug #1139349 [python3-aioresponses] aioimmich: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139351 0.7.6-3 Bug #1139351 [python3-aioresponses] aiopegelonline: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139352 0.7.6-3 Bug #1139352 [python3-aioresponses] aiotankerkoenig: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139353 0.7.6-3 Bug #1139353 [python3-aioresponses] aiowebdav2: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139354 0.7.6-3 Bug #1139354 [python3-aioresponses] cookidoo-api: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139355 0.7.6-3 Bug #1139355 [python3-aioresponses] doorbirdpy: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139356 0.7.6-3 Bug #1139356 [python3-aioresponses] ekey-bionyxpy: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139357 0.7.6-3 Bug #1139357 [python3-aioresponses] fyta-cli: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139359 0.7.6-3 Bug #1139359 [python3-aioresponses] py-nightscout: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139360 0.7.6-3 Bug #1139360 [python3-aioresponses] pyairnow: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139361 0.7.6-3 Bug #1139361 [python3-aioresponses] pydeconz: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139362 0.7.6-3 Bug #1139362 [python3-aioresponses] pyenphase: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139363 0.7.6-3 Bug #1139363 [python3-aioresponses] pyisy: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139365 0.7.6-3 Bug #1139365 [python3-aioresponses] pynina: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139366 0.7.6-3 Bug #1139366 [python3-aioresponses] pysma: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139368 0.7.6-3 Bug #1139368 [python3-aioresponses] python-accuweather: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139369 0.7.6-3 Bug #1139369 [python3-aioresponses] python-aio-geojson-client: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139370 0.7.6-3 Bug #1139370 [python3-aioresponses] python-aio-geojson-generic-client: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139371 0.7.6-3 Bug #1139371 [python3-aioresponses] python-aio-geojson-geonetnz-quakes: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139372 0.7.6-3 Bug #1139372 [python3-aioresponses] python-aio-geojson-geonetnz-volcano: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139373 0.7.6-3 Bug #1139373 [python3-aioresponses] python-aio-geojson-nsw-rfs-incidents: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139374 0.7.6-3 Bug #1139374 [python3-aioresponses] python-aio-geojson-usgs-earthquakes: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139375 0.7.6-3 Bug #1139375 [python3-aioresponses] python-aio-georss-client: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139376 0.7.6-3 Bug #1139376 [python3-aioresponses] python-aio-georss-gdacs: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139377 0.7.6-3 Bug #1139377 [python3-aioresponses] python-aioazuredevops: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139378 0.7.6-3 Bug #1139378 [python3-aioresponses] python-aiohasupervisor: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139379 0.7.6-3 Bug #1139379 [python3-aioresponses] python-aioemonitor: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139381 0.7.6-3 Bug #1139381 [python3-aioresponses] python-aiomealie: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139382 0.7.6-3 Bug #1139382 [python3-aioresponses] python-aioopenexchangerates: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139384 0.7.6-3 Bug #1139384 [python3-aioresponses] python-aioshelly: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139385 0.7.6-3 Bug #1139385 [python3-aioresponses] python-aiounifi: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139386 0.7.6-3 Bug #1139386 [python3-aioresponses] python-airgradient: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139387 0.7.6-3 Bug #1139387 [python3-aioresponses] python-airly: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139389 0.7.6-3 Bug #1139389 [python3-aioresponses] python-altruistclient: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139391 0.7.6-3 Bug #1139391 [python3-aioresponses] python-bond-async: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139392 0.7.6-3 Bug #1139392 [python3-aioresponses] python-firebase-messaging: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139393 0.7.6-3 Bug #1139393 [python3-aioresponses] python-bring-api: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139394 0.7.6-3 Bug #1139394 [python3-aioresponses] python-foobot-async: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139395 0.7.6-3 Bug #1139395 [python3-aioresponses] python-gios: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139399 0.7.6-3 Bug #1139399 [python3-aioresponses] python-hdfury: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139400 0.7.6-3 Bug #1139400 [python3-aioresponses] python-incomfort-client: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139401 0.7.6-3 Bug #1139401 [python3-aioresponses] python-matrix-nio: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139402 0.7.6-3 Bug #1139402 [python3-aioresponses] python-intellifire4py: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139403 0.7.6-3 Bug #1139403 [python3-aioresponses] python-mill-local: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139404 0.7.6-3 Bug #1139404 [python3-aioresponses] python-nyt-games: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139405 0.7.6-3 Bug #1139405 [python3-aioresponses] python-nextdns: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139407 0.7.6-3 Bug #1139407 [python3-aioresponses] python-openhomedevice: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139408 0.7.6-3 Bug #1139408 [python3-aioresponses] python-overseerr: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139409 0.7.6-3 Bug #1139409 [python3-aioresponses] python-ovoenergy: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139410 0.7.6-3 Bug #1139410 [python3-aioresponses] python-peblar: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139411 0.7.6-3 Bug #1139411 [python3-aioresponses] python-pvo: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139412 0.7.6-3 Bug #1139412 [python3-aioresponses] python-ring-doorbell: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139413 0.7.6-3 Bug #1139413 [python3-aioresponses] python-renault-api: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139414 0.7.6-3 Bug #1139414 [python3-aioresponses] python-tailscale: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139415 0.7.6-3 Bug #1139415 [python3-aioresponses] python-twentemilieu: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139416 0.7.6-3 Bug #1139416 [python3-aioresponses] python-unifi-discovery: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139418 0.7.6-3 Bug #1139418 [python3-aioresponses] python-vehicle: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139421 0.7.6-3 Bug #1139421 [python3-aioresponses] switchbot-api: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > found 1139422 0.7.6-3 Bug #1139422 [python3-aioresponses] vdirsyncer: FTBFS with aiohttp 3.14 Marked as found in versions python-aioresponses/0.7.6-3. > close 1139346 0.7.6-4 Bug #1139346 [python3-aioresponses] aiodukeenergy: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139346 [python3-aioresponses] aiodukeenergy: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139347 0.7.6-4 Bug #1139347 [python3-aioresponses] aioelectricitymaps: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139347 [python3-aioresponses] aioelectricitymaps: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139348 0.7.6-4 Bug #1139348 [python3-aioresponses] aioghost: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139348 [python3-aioresponses] aioghost: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139349 0.7.6-4 Bug #1139349 [python3-aioresponses] aioimmich: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139349 [python3-aioresponses] aioimmich: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139351 0.7.6-4 Bug #1139351 [python3-aioresponses] aiopegelonline: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139351 [python3-aioresponses] aiopegelonline: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139352 0.7.6-4 Bug #1139352 [python3-aioresponses] aiotankerkoenig: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139352 [python3-aioresponses] aiotankerkoenig: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139353 0.7.6-4 Bug #1139353 [python3-aioresponses] aiowebdav2: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139353 [python3-aioresponses] aiowebdav2: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139354 0.7.6-4 Bug #1139354 [python3-aioresponses] cookidoo-api: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139354 [python3-aioresponses] cookidoo-api: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139355 0.7.6-4 Bug #1139355 [python3-aioresponses] doorbirdpy: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139355 [python3-aioresponses] doorbirdpy: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139356 0.7.6-4 Bug #1139356 [python3-aioresponses] ekey-bionyxpy: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139356 [python3-aioresponses] ekey-bionyxpy: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139357 0.7.6-4 Bug #1139357 [python3-aioresponses] fyta-cli: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139357 [python3-aioresponses] fyta-cli: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139359 0.7.6-4 Bug #1139359 [python3-aioresponses] py-nightscout: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139359 [python3-aioresponses] py-nightscout: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139360 0.7.6-4 Bug #1139360 [python3-aioresponses] pyairnow: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139360 [python3-aioresponses] pyairnow: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139361 0.7.6-4 Bug #1139361 [python3-aioresponses] pydeconz: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139361 [python3-aioresponses] pydeconz: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139362 0.7.6-4 Bug #1139362 [python3-aioresponses] pyenphase: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139362 [python3-aioresponses] pyenphase: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139363 0.7.6-4 Bug #1139363 [python3-aioresponses] pyisy: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139363 [python3-aioresponses] pyisy: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139365 0.7.6-4 Bug #1139365 [python3-aioresponses] pynina: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139365 [python3-aioresponses] pynina: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139366 0.7.6-4 Bug #1139366 [python3-aioresponses] pysma: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139366 [python3-aioresponses] pysma: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139368 0.7.6-4 Bug #1139368 [python3-aioresponses] python-accuweather: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139368 [python3-aioresponses] python-accuweather: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139369 0.7.6-4 Bug #1139369 [python3-aioresponses] python-aio-geojson-client: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139369 [python3-aioresponses] python-aio-geojson-client: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139370 0.7.6-4 Bug #1139370 [python3-aioresponses] python-aio-geojson-generic-client: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139370 [python3-aioresponses] python-aio-geojson-generic-client: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139371 0.7.6-4 Bug #1139371 [python3-aioresponses] python-aio-geojson-geonetnz-quakes: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139371 [python3-aioresponses] python-aio-geojson-geonetnz-quakes: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139372 0.7.6-4 Bug #1139372 [python3-aioresponses] python-aio-geojson-geonetnz-volcano: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139372 [python3-aioresponses] python-aio-geojson-geonetnz-volcano: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139373 0.7.6-4 Bug #1139373 [python3-aioresponses] python-aio-geojson-nsw-rfs-incidents: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139373 [python3-aioresponses] python-aio-geojson-nsw-rfs-incidents: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139374 0.7.6-4 Bug #1139374 [python3-aioresponses] python-aio-geojson-usgs-earthquakes: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139374 [python3-aioresponses] python-aio-geojson-usgs-earthquakes: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139375 0.7.6-4 Bug #1139375 [python3-aioresponses] python-aio-georss-client: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139375 [python3-aioresponses] python-aio-georss-client: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139376 0.7.6-4 Bug #1139376 [python3-aioresponses] python-aio-georss-gdacs: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139376 [python3-aioresponses] python-aio-georss-gdacs: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139377 0.7.6-4 Bug #1139377 [python3-aioresponses] python-aioazuredevops: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139377 [python3-aioresponses] python-aioazuredevops: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139378 0.7.6-4 Bug #1139378 [python3-aioresponses] python-aiohasupervisor: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139378 [python3-aioresponses] python-aiohasupervisor: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139379 0.7.6-4 Bug #1139379 [python3-aioresponses] python-aioemonitor: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139379 [python3-aioresponses] python-aioemonitor: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139381 0.7.6-4 Bug #1139381 [python3-aioresponses] python-aiomealie: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139381 [python3-aioresponses] python-aiomealie: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139382 0.7.6-4 Bug #1139382 [python3-aioresponses] python-aioopenexchangerates: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139382 [python3-aioresponses] python-aioopenexchangerates: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139384 0.7.6-4 Bug #1139384 [python3-aioresponses] python-aioshelly: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139384 [python3-aioresponses] python-aioshelly: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139385 0.7.6-4 Bug #1139385 [python3-aioresponses] python-aiounifi: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139385 [python3-aioresponses] python-aiounifi: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139386 0.7.6-4 Bug #1139386 [python3-aioresponses] python-airgradient: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139386 [python3-aioresponses] python-airgradient: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139387 0.7.6-4 Bug #1139387 [python3-aioresponses] python-airly: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139387 [python3-aioresponses] python-airly: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139389 0.7.6-4 Bug #1139389 [python3-aioresponses] python-altruistclient: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139389 [python3-aioresponses] python-altruistclient: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139391 0.7.6-4 Bug #1139391 [python3-aioresponses] python-bond-async: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139391 [python3-aioresponses] python-bond-async: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139392 0.7.6-4 Bug #1139392 [python3-aioresponses] python-firebase-messaging: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139392 [python3-aioresponses] python-firebase-messaging: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139393 0.7.6-4 Bug #1139393 [python3-aioresponses] python-bring-api: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139393 [python3-aioresponses] python-bring-api: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139394 0.7.6-4 Bug #1139394 [python3-aioresponses] python-foobot-async: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139394 [python3-aioresponses] python-foobot-async: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139395 0.7.6-4 Bug #1139395 [python3-aioresponses] python-gios: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139395 [python3-aioresponses] python-gios: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139399 0.7.6-4 Bug #1139399 [python3-aioresponses] python-hdfury: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139399 [python3-aioresponses] python-hdfury: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139400 0.7.6-4 Bug #1139400 [python3-aioresponses] python-incomfort-client: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139400 [python3-aioresponses] python-incomfort-client: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139401 0.7.6-4 Bug #1139401 [python3-aioresponses] python-matrix-nio: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139401 [python3-aioresponses] python-matrix-nio: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139402 0.7.6-4 Bug #1139402 [python3-aioresponses] python-intellifire4py: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139402 [python3-aioresponses] python-intellifire4py: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139403 0.7.6-4 Bug #1139403 [python3-aioresponses] python-mill-local: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139403 [python3-aioresponses] python-mill-local: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139404 0.7.6-4 Bug #1139404 [python3-aioresponses] python-nyt-games: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139404 [python3-aioresponses] python-nyt-games: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139405 0.7.6-4 Bug #1139405 [python3-aioresponses] python-nextdns: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139405 [python3-aioresponses] python-nextdns: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139407 0.7.6-4 Bug #1139407 [python3-aioresponses] python-openhomedevice: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139407 [python3-aioresponses] python-openhomedevice: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139408 0.7.6-4 Bug #1139408 [python3-aioresponses] python-overseerr: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139408 [python3-aioresponses] python-overseerr: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139409 0.7.6-4 Bug #1139409 [python3-aioresponses] python-ovoenergy: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139409 [python3-aioresponses] python-ovoenergy: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139410 0.7.6-4 Bug #1139410 [python3-aioresponses] python-peblar: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139410 [python3-aioresponses] python-peblar: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139411 0.7.6-4 Bug #1139411 [python3-aioresponses] python-pvo: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139411 [python3-aioresponses] python-pvo: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139412 0.7.6-4 Bug #1139412 [python3-aioresponses] python-ring-doorbell: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139412 [python3-aioresponses] python-ring-doorbell: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139413 0.7.6-4 Bug #1139413 [python3-aioresponses] python-renault-api: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139413 [python3-aioresponses] python-renault-api: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139414 0.7.6-4 Bug #1139414 [python3-aioresponses] python-tailscale: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139414 [python3-aioresponses] python-tailscale: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139415 0.7.6-4 Bug #1139415 [python3-aioresponses] python-twentemilieu: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139415 [python3-aioresponses] python-twentemilieu: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139416 0.7.6-4 Bug #1139416 [python3-aioresponses] python-unifi-discovery: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139416 [python3-aioresponses] python-unifi-discovery: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139418 0.7.6-4 Bug #1139418 [python3-aioresponses] python-vehicle: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139418 [python3-aioresponses] python-vehicle: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139421 0.7.6-4 Bug #1139421 [python3-aioresponses] switchbot-api: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139421 [python3-aioresponses] switchbot-api: FTBFS with aiohttp 3.14 Marked Bug as done > close 1139422 0.7.6-4 Bug #1139422 [python3-aioresponses] vdirsyncer: FTBFS with aiohttp 3.14 Marked as fixed in versions python-aioresponses/0.7.6-4. Bug #1139422 [python3-aioresponses] vdirsyncer: FTBFS with aiohttp 3.14 Marked Bug as done > thanks Stopping processing here. Please contact me if you need assistance. -- 1139346: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139346 1139347: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139347 1139348: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139348 1139349: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139349 1139351: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139351 1139352: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139352 1139353: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139353 1139354: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139354 1139355: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139355 1139356: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139356 1139357: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139357 1139359: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139359 1139360: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139360 1139361: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139361 1139362: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139362 1139363: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139363 1139365: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139365 1139366: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139366 1139368: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139368 1139369: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139369 1139370: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139370 1139371: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139371 1139372: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139372 1139373: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139373 1139374: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139374 1139375: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139375 1139376: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139376 1139377: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139377 1139378: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139378 1139379: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139379 1139381: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139381 1139382: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139382 1139384: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139384 1139385: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139385 1139386: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139386 1139387: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139387 1139389: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139389 1139391: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139391 1139392: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139392 1139393: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139393 1139394: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139394 1139395: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139395 1139399: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139399 1139400: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139400 1139401: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139401 1139402: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139402 1139403: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139403 1139404: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139404 1139405: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139405 1139407: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139407 1139408: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139408 1139409: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139409 1139410: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139410 1139411: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139411 1139412: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139412 1139413: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139413 1139414: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139414 1139415: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139415 1139416: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139416 1139418: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139418 1139421: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139421 1139422: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139422 Debian Bug Tracking System Contact owner at bugs.debian.org with problems