home-assistant-bluetooth 1.8.1-1 source package in Ubuntu

Changelog

home-assistant-bluetooth (1.8.1-1) unstable; urgency=medium

  * New upstream release.
  * Upstream started using Cython for performance, so package needs to switch
    from architecture "all" to "any".
  * Add DEB_BUILD_MAINT_OPTIONS = hardening=+all to debian/rules.
  * Patch pyproject.toml to remove group dependencies, they are unsupported by
    the version of Python poetry in testing.

 -- Edward Betts <edward@4angle.com>  Sat, 19 Nov 2022 17:22:55 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
home-assistant-bluetooth_1.8.1-1.dsc 2.3 KiB 01d4a624f027cc177fb441cd5e8a7aa2a7d29d84509c6c1a7e9c3d9d98d6c9b6
home-assistant-bluetooth_1.8.1.orig.tar.gz 28.7 KiB 36211b2e685b0e3369bf6812874437263258de1d2f57b38ec5e685363ddc14bc
home-assistant-bluetooth_1.8.1-1.debian.tar.xz 2.7 KiB f4bb669c0e1b62f9e35ca0fd777a7fc9d82dfe7ccafd28e882c702e66352502e

Available diffs

No changes file available.

Binary packages built by this source

python3-home-assistant-bluetooth: Home Assistant Bluetooth Models and Helpers

 This library is for accessing Home Assistant Bluetooth models. Libraries use
 these models to receive and parse Bluetooth advertisement data.
 .
 The data used to populate BluetoothServiceInfo comes from bleak's BLEDevice
 and AdvertisementData, except for the 'source' field, which comes from Home
 Assistant and represents the source of the data.
 .
 In the future, Home Assistant may support remote Bluetooth transceivers, which
 may use the source field to determine which device is closest.