Your message dated Sat, 10 May 2025 20:43:34 +0000
with message-id <e1udr2k-00evxc...@fasolo.debian.org>
and subject line Bug#1104847: fixed in sensorpush-ble 1.9.0-1
has caused the Debian Bug report #1104847,
regarding sensorpush-ble: FTBFS: E ModuleNotFoundError: No module named
'home_assistant_bluetooth'
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 ow...@bugs.debian.org
immediately.)
--
1104847: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1104847
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:sensorpush-ble
Version: 1.7.1-1
Severity: serious
Tags: ftbfs trixie sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --buildsystem=pybuild
debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_clean
rm -rf sensorpush_ble.egg-info/ docs/_build
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
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
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build override_dh_auto_build --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_sensorpush-ble
* Building wheel...
The "poetry.dev-dependencies" section is deprecated and will be removed in a
future version. Use "poetry.group.dev.dependencies" instead.
Successfully built sensorpush_ble-1.7.1-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with
"installer" module
cd docs; PYTHONPATH=/<<PKGBUILDDIR>>/src LC_ALL=C.UTF-8 LANGUAGE=C.UTF-8
sphinx-build -bhtml -d _build/doctrees source _build/html
Running Sphinx v8.1.3
loading translations [en]... done
making output directory... done
Converting `source_suffix = ['.rst', '.md']` to `source_suffix = {'.rst':
'restructuredtext', '.md': 'restructuredtext'}`.
myst v4.0.1: MdParserConfig(commonmark_only=False, gfm_only=False,
enable_extensions=set(), disable_syntax=[], all_links_external=False,
links_external_new_tab=False, url_schemes=('http', 'https', 'mailto', 'ftp'),
ref_domains=None, fence_as_directive=set(), number_code_blocks=[],
title_to_header=False, heading_anchors=0, heading_slug_func=None, html_meta={},
footnote_sort=True, footnote_transition=True, words_per_minute=200,
substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True,
dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False,
update_mathjax=True,
mathjax_classes='tex2jax_process|mathjax_process|math|output_area',
enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True)
building [mo]: targets for 0 po files that are out of date
writing output...
building [html]: targets for 5 source files that are out of date
updating environment: [new config] 5 added, 0 changed, 0 removed
reading sources... [ 20%] changelog
reading sources... [ 40%] contributing
reading sources... [ 60%] index
reading sources... [ 80%] installation
reading sources... [100%] usage
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
copying assets...
copying static files...
Writing evaluated template result to
/<<PKGBUILDDIR>>/docs/_build/html/_static/language_data.js
Writing evaluated template result to
/<<PKGBUILDDIR>>/docs/_build/html/_static/documentation_options.js
Writing evaluated template result to
/<<PKGBUILDDIR>>/docs/_build/html/_static/basic.css
Writing evaluated template result to
/<<PKGBUILDDIR>>/docs/_build/html/_static/js/versions.js
copying static files: done
copying extra files...
copying extra files: done
copying assets: done
writing output... [ 20%] changelog
writing output... [ 40%] contributing
writing output... [ 60%] index
writing output... [ 80%] installation
writing output... [100%] usage
generating indices... genindex done
writing additional pages... search done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded.
The HTML pages are in _build/html.
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sensorpush-ble/build; python3.13 -m
pytest --no-cov
============================= test session starts ==============================
platform linux -- Python 3.13.3, pytest-8.3.5, pluggy-1.5.0 --
/usr/bin/python3.13
cachedir: .pytest_cache
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sensorpush-ble/build
configfile: pyproject.toml
plugins: cov-5.0.0
collecting ... collected 0 items / 1 error
==================================== ERRORS ====================================
____________________ ERROR collecting tests/test_parser.py _____________________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sensorpush-ble/build/tests/test_parser.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)
tests/test_parser.py:11: in <module>
from sensorpush_ble.parser import SensorPushBluetoothDeviceData
sensorpush_ble/__init__.py:15: in <module>
from .parser import SensorPushBluetoothDeviceData
sensorpush_ble/parser.py:15: in <module>
from home_assistant_bluetooth import BluetoothServiceInfo
E ModuleNotFoundError: No module named 'home_assistant_bluetooth'
=========================== short test summary info ============================
ERROR tests/test_parser.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 0.15s ===============================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sensorpush-ble/build; python3.13 -m
pytest --no-cov
dh_auto_test: error: pybuild --test -i python{version} -p 3.13 returned exit
code 13
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202505/
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:sensorpush-ble, so that this is still
visible in the BTS web page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: sensorpush-ble
Source-Version: 1.9.0-1
Done: Edward Betts <edw...@4angle.com>
We believe that the bug you reported is fixed in the latest version of
sensorpush-ble, 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 1104...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Edward Betts <edw...@4angle.com> (supplier of updated sensorpush-ble 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 10 May 2025 21:28:33 +0300
Source: sensorpush-ble
Architecture: source
Version: 1.9.0-1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team <team+homeassist...@tracker.debian.org>
Changed-By: Edward Betts <edw...@4angle.com>
Closes: 1104847
Changes:
sensorpush-ble (1.9.0-1) unstable; urgency=medium
.
* New upstream release.
* Add python3-habluetooth build dependency. (Closes: #1104847)
* Switch to autopkgtest-pkg-pybuild.
* Update Standards-Version.
* Update copyright year.
* Move files to clean from override_dh_auto_clean to debian/clean.
* Simplify debian/rules.
* Simplify debian/watch.
Checksums-Sha1:
07883d24717f0ce47459186b0434db47c5140ef3 2523 sensorpush-ble_1.9.0-1.dsc
9bd274f7780fe106b1d6d886b0092da133ade6c2 67844 sensorpush-ble_1.9.0.orig.tar.gz
aaa5bcfa1a8abe2027e605fb1d1c3617d737b02e 4124
sensorpush-ble_1.9.0-1.debian.tar.xz
fabcd72043a856be55c8a92a9389c94119134454 7503
sensorpush-ble_1.9.0-1_source.buildinfo
Checksums-Sha256:
f4533010aefc05bcd6717acc0e000842e503bdc4aeb7bde96852ebbaeeacc4ff 2523
sensorpush-ble_1.9.0-1.dsc
a6ef858d1c0a665c5cfa2e1855573e523249a2222a18a44a89886337bcef76f4 67844
sensorpush-ble_1.9.0.orig.tar.gz
c47bb543fce4d5a6fac3507351f56a676b3484baa3a6cb81db0edca54829898d 4124
sensorpush-ble_1.9.0-1.debian.tar.xz
af87e41332682b0c20370e03bd231b1d921a68927191ee24e545a03a441be87a 7503
sensorpush-ble_1.9.0-1_source.buildinfo
Files:
34ed72f16490d667ec166dc5c985aecd 2523 python optional
sensorpush-ble_1.9.0-1.dsc
e7d2c819804a43287dc3889c627e496f 67844 python optional
sensorpush-ble_1.9.0.orig.tar.gz
2fa2a5d6bf856ccbb80b7d49873e74e9 4124 python optional
sensorpush-ble_1.9.0-1.debian.tar.xz
5ab705486ed0f80c29f4bc444ae2fd6a 7503 python optional
sensorpush-ble_1.9.0-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmgfqjoACgkQlgWhCYxj
uSo2gA//TEJfuueNYeUWi8WIlgUhlQHGM5vA8ZZK5jMrkfIqDQkBoFTJ63+cnfKL
n44b3UraP+nLEvRvx1dSDoglFkEAa3AMbqJD3vL37QuPU/Qu0glPuXJj1bya1Noh
ONtSa/pQQ4/HTFLfODzfVUGJGv4P64HsvZMmF5BsXB8Jdqqr6DFJGsn2m7qyEEkj
p7V9M82R4WuGn3v2BI4Xws9nkMUT4vt3iFpUKYOdDkKMRJPfs+zbmZwD3DSjPGXd
Y+8olo0ojojQlGl4ABHdeVIwq2qiMh7uciPSZOjOHghahxs6wKOlLfisCil//m5z
kGprFaL8okrgYNcaiSrJc/KYQ/QR1FHMdIRqyvzELUTOG34x8fmDkDSY+R8O/Auv
bfaUNZMiq31uXBUci23UUjspVBcDah8g4nza3u2Uk+0q5WgaollbQ/MzI5SY4zIM
PA9df+uaakXMS3XQfAL1RuDrkXoDGXOhQGhurJbHKJ8r5WQq4TGsoctw7AIMO8Js
f+uwWGBogAXmpdU0VT5+YFBtSN0z7hlkzFiZaVonv9mseEDwRfbfoit8Adc1mjQ3
d2CdIHd0ceGhcwDy1MQ/FuZDuB7MX1Qj4LnTEjLZdlUPIfypVA6j7sFwID1oQcvD
a79lEptQKLEXJBY30biFr4xbrJtKA0BO8oUpg+NADnYedQsfdvc=
=SKHv
-----END PGP SIGNATURE-----
pgpelTra9DSwy.pgp
Description: PGP signature
--- End Message ---