Your message dated Sat, 06 Sep 2025 14:52:12 +0000
with message-id <[email protected]>
and subject line Bug#1114340: fixed in pytibber 0.31.7-1
has caused the Debian Bug report #1114340,
regarding pytibber: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i
python{version} -p 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.)
--
1114340: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114340
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:pytibber
Version: 0.31.6-2
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build.
Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202509/
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 could not 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:pytibber, 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:129: Building wheel for python3.13 with "build"
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13
* Building wheel...
running bdist_wheel
running build
running build_py
creating build/lib/tibber
copying tibber/exceptions.py -> build/lib/tibber
copying tibber/const.py -> build/lib/tibber
copying tibber/websocket_transport.py -> build/lib/tibber
copying tibber/response_handler.py -> build/lib/tibber
copying tibber/gql_queries.py -> build/lib/tibber
copying tibber/home.py -> build/lib/tibber
copying tibber/realtime.py -> build/lib/tibber
copying tibber/__init__.py -> build/lib/tibber
running egg_info
creating pyTibber.egg-info
writing pyTibber.egg-info/PKG-INFO
writing dependency_links to pyTibber.egg-info/dependency_links.txt
writing requirements to pyTibber.egg-info/requires.txt
writing top-level names to pyTibber.egg-info/top_level.txt
writing manifest file 'pyTibber.egg-info/SOURCES.txt'
reading manifest file 'pyTibber.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'pyTibber.egg-info/SOURCES.txt'
copying tibber/py.typed -> build/lib/tibber
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/tibber
copying build/lib/tibber/exceptions.py ->
build/bdist.linux-x86_64/wheel/./tibber
copying build/lib/tibber/py.typed -> build/bdist.linux-x86_64/wheel/./tibber
copying build/lib/tibber/const.py -> build/bdist.linux-x86_64/wheel/./tibber
copying build/lib/tibber/websocket_transport.py ->
build/bdist.linux-x86_64/wheel/./tibber
copying build/lib/tibber/response_handler.py ->
build/bdist.linux-x86_64/wheel/./tibber
copying build/lib/tibber/gql_queries.py ->
build/bdist.linux-x86_64/wheel/./tibber
copying build/lib/tibber/home.py -> build/bdist.linux-x86_64/wheel/./tibber
copying build/lib/tibber/realtime.py -> build/bdist.linux-x86_64/wheel/./tibber
copying build/lib/tibber/__init__.py -> build/bdist.linux-x86_64/wheel/./tibber
running install_egg_info
Copying pyTibber.egg-info to
build/bdist.linux-x86_64/wheel/./pyTibber-0.31.6.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/pytibber-0.31.6.dist-info/WHEEL
creating
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/.tmp-j0gs5p1r/pytibber-0.31.6-py3-none-any.whl'
and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'pytibber-0.31.6.dist-info/licenses/LICENSE'
adding 'tibber/__init__.py'
adding 'tibber/const.py'
adding 'tibber/exceptions.py'
adding 'tibber/gql_queries.py'
adding 'tibber/home.py'
adding 'tibber/py.typed'
adding 'tibber/realtime.py'
adding 'tibber/response_handler.py'
adding 'tibber/websocket_transport.py'
adding 'pytibber-0.31.6.dist-info/METADATA'
adding 'pytibber-0.31.6.dist-info/WHEEL'
adding 'pytibber-0.31.6.dist-info/top_level.txt'
adding 'pytibber-0.31.6.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built pytibber-0.31.6-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with
"installer" module
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build;
python3.13 -m pytest test
============================= test session starts ==============================
platform linux -- Python 3.13.7, pytest-8.4.1, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build
configfile: pyproject.toml
plugins: anyio-4.8.0, typeguard-4.4.4
collected 0 items / 1 error
==================================== ERRORS ====================================
_____________________ ERROR collecting test/test_tibber.py _____________________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/test/test_tibber.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
test/test_tibber.py:10: in <module>
import tibber
tibber/__init__.py:20: in <module>
from .realtime import TibberRT
tibber/realtime.py:11: in <module>
from gql.transport.websockets import log as websockets_logger
E ImportError: cannot import name 'log' from 'gql.transport.websockets'
(/usr/lib/python3/dist-packages/gql/transport/websockets.py)
=========================== short test summary info ============================
ERROR test/test_tibber.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 0.19s ===============================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest test
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13
returned exit code 13
make: *** [debian/rules:3: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: pytibber
Source-Version: 0.31.7-1
Done: Edward Betts <[email protected]>
We believe that the bug you reported is fixed in the latest version of
pytibber, 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.
Edward Betts <[email protected]> (supplier of updated pytibber 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, 06 Sep 2025 14:15:40 +0100
Source: pytibber
Architecture: source
Version: 0.31.7-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team <[email protected]>
Changed-By: Edward Betts <[email protected]>
Closes: 1112623 1114340
Changes:
pytibber (0.31.7-1) unstable; urgency=medium
.
* New upstream release. (Closes: #1112623)
* Add python3-pytest-asyncio build dependency for tests. (Closes: #1114340)
* Remove 'Rules-Requires-Root: no', now the default.
* Add debian/salsa-ci.yml.
Checksums-Sha1:
1f4633a9a85cb3c433505faf656a09120b017fe0 2237 pytibber_0.31.7-1.dsc
d90299e8bbd223224d392256cca5fe80eaa3da85 29747 pytibber_0.31.7.orig.tar.gz
1bbcbb67b14d3d19e9badd0889c92b530eef2ae9 2200 pytibber_0.31.7-1.debian.tar.xz
cd2d1ca18138d6f78df91c3afa6fa926e639372a 7666
pytibber_0.31.7-1_source.buildinfo
Checksums-Sha256:
af00511190e7c8b441e028a17f3919371c60aa0fd97af81ec1182c249048afd5 2237
pytibber_0.31.7-1.dsc
aa2d2076a97ee384ea54b5da971cd06b32fc66563ab112f966e8305a6dfa9d34 29747
pytibber_0.31.7.orig.tar.gz
a99ff35be78c4d4aecf8a52e278b30aec0c2bd67ca10474af198fa690fdde8d4 2200
pytibber_0.31.7-1.debian.tar.xz
49955b166dcdc978d56f57b0005fbee1e9003f36f053465f2fd2a7f68ad68d70 7666
pytibber_0.31.7-1_source.buildinfo
Files:
dd7c991304770cec98405fb105c510d6 2237 python optional pytibber_0.31.7-1.dsc
60ca04e814a8fb5298a7a3e6f2681e92 29747 python optional
pytibber_0.31.7.orig.tar.gz
1b3381d5139e7a7d5a3e3d2ed647c0ac 2200 python optional
pytibber_0.31.7-1.debian.tar.xz
fda7ac4f3e882c3fa78f8c9831ed92d0 7666 python optional
pytibber_0.31.7-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmi8PBQACgkQlgWhCYxj
uSq8pg//fwMvobAb+pEZz2DCQnSu37TN0ydzmevOO23pkmsXufYMBX51oO1ZSjgX
PHnHDN7A/FLpwwO04mVTinKN4erKc8FkAYHm47KpUC+trX+IiSAebfc+vZmoghJS
HIlZFPgF01tsU82CCLa3bSSnTs4ZekmXbJuZZJ9hU8PRbYe0c/cdpB8K/EBO/rQ4
m5SKJRLqnfweXo7kAUa0IkemCehhXpsY5WDWVi+gE1eI11u6ZzMtxBw3q2L150Kd
lHDWT2GL65eiBZQuPC/xH/OorKo2DXc8vHbIklbqMcLZZbIaqgFS/KZU5k02zurs
spDofh8DfUTKDin2ukuZR+g43AUaQO7Z/st1usd1lVZqIRI+0utRCEtV14DeVlSX
q1xy0S24aymF20lFiAMAn/6wzrZrejt+O1Tj1B5/dOWWRQeR/FvL+5KbKcRFJ4wp
Oz+x114oX5QIw+Mu0kBCkb5Pw27ONmTRLMBsPnIbIBEtkOIrOW+YKfDd+xUzfI89
4pt/9SUnKWIoUZExsxnXMkqOf7xCwH9SnKLsFJ9Dou2h3Y0/ZnEbUQUDtF6yoM+m
1zjgRiC7TPLBswH8uyFVEHa+utXU9NLX7tVsl4Tc/93MYYgFN0hiCjP4VFFzn+zr
QKzhLJnT5jKcSxV08RW5SgjBsyomef8Zf07jjEwJ2/9hI8imNQU=
=3IaX
-----END PGP SIGNATURE-----
pgp0llkrna16F.pgp
Description: PGP signature
--- End Message ---