Wang Mingyu
361c98e554
python3-bleak: upgrade 1.1.1 -> 2.0.0
...
Added
------
- Added bleak.backends.get_default_backend() and BleakBackend enum for a
centralized backend detection.
- Added BleakClient().backend_id and BleakScanner().backend_id properties to
identify the backend in use.
Changed --------
- Use "AcquireNotify" rather than "StartNotify" for Linux backend on supported
characteristics
- Allow multiple calls to disconnect() on Windows to align behavior over all
backends.
- Raise new BleakBluetoothNotAvailableError when Bluetooth is not supported,
turned off or permission is denied.
Fixed ------
- Fixed potential race condition causing timeout while connecting in WinRT
backend.
- Fixed file handle leak in BlueZ backend when D-Bus connection is lost and
re-established.
- Fixed crash in CoreBluetooth backend if an ObjC delegate callback is called
after the asyncio run loop stops.
- Fixed possible deadlock when starting scanning on Windows when Bluetooth is
turned off.
- Fixed "Bluetooth device is turned off" Exception on macOS, when a Bluetooth
permission request popup is shown to the user by the OS.
Removed ---------
- Removed support for Python 3.9.
- Removed support for macOS < 10.15.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-11-25 07:44:42 -08:00
..
2025-10-19 16:11:36 -07:00
2025-11-18 16:24:13 -08:00
2025-11-14 07:39:48 -08:00
2025-10-08 18:46:03 -07:00
2025-10-05 21:43:43 -07:00
2025-07-22 16:39:49 -07:00
2025-11-20 18:10:36 -08:00
2025-11-20 14:54:55 -08:00
2025-07-22 00:16:42 -07:00
2025-07-22 00:16:43 -07:00
2025-10-21 20:02:41 -07:00
2025-11-11 10:19:42 -08:00
2025-11-04 16:52:46 -08:00
2025-10-06 11:34:43 -07:00
2025-10-05 21:43:44 -07:00
2025-10-05 21:43:43 -07:00
2025-10-25 14:20:38 -07:00
2025-11-20 10:30:33 -08:00
2025-11-18 16:24:12 -08:00
2025-10-15 12:43:14 -07:00
2025-07-26 16:11:59 -07:00
2025-11-10 10:21:42 -08:00
2025-11-12 06:49:44 -08:00
2025-11-13 19:05:06 -08:00
2025-10-29 10:14:14 -07:00
2025-10-05 21:43:43 -07:00
2025-08-04 17:32:04 -07:00
2025-11-14 07:36:55 -08:00
2025-10-06 11:34:42 -07:00
2025-08-03 18:21:11 -07:00
2025-11-18 08:23:44 -08:00
2025-10-08 23:35:52 -07:00
2025-11-18 08:23:44 -08:00
2025-10-08 23:35:52 -07:00
2025-11-18 20:09:52 -08:00
2025-09-16 09:59:17 -07:00
2025-11-18 20:07:55 -08:00
2025-11-25 07:44:41 -08:00
2025-11-11 10:19:42 -08:00
2025-11-21 16:16:34 -08:00
2025-11-25 07:44:41 -08:00
2025-10-09 09:41:11 -07:00
2025-11-25 07:44:41 -08:00
2025-10-08 18:46:03 -07:00
2025-09-01 15:52:05 -07:00
2025-11-11 10:19:42 -08:00
2025-11-18 08:23:45 -08:00
2025-11-25 07:44:42 -08:00
2025-11-18 16:24:13 -08:00
2025-11-12 22:46:02 -08:00
2025-11-18 08:23:45 -08:00
2025-08-20 07:35:10 -07:00
2025-11-18 08:23:45 -08:00
2025-10-29 10:14:13 -07:00
2025-11-11 10:19:42 -08:00
2025-09-04 10:50:40 -07:00
2025-10-21 20:02:40 -07:00
2025-11-14 07:39:48 -08:00
2025-10-29 10:14:13 -07:00
2025-10-21 20:02:41 -07:00
2025-10-15 12:03:01 -07:00
2025-11-11 10:19:42 -08:00
2025-09-01 15:52:05 -07:00
2025-10-24 09:06:24 -07:00
2025-10-08 18:46:03 -07:00
2025-11-06 16:00:50 -08:00
2025-09-24 13:17:39 -07:00
2025-07-21 22:43:59 -07:00
2025-10-12 10:23:53 -07:00
2025-10-12 10:23:52 -07:00
2025-10-06 22:08:46 -07:00
2025-08-20 07:35:11 -07:00
2025-09-16 09:59:18 -07:00
2025-08-20 07:35:11 -07:00
2025-09-04 10:28:25 -07:00
2025-09-04 10:28:25 -07:00
2025-09-04 10:28:26 -07:00
2025-11-18 08:23:45 -08:00
2025-09-16 09:59:18 -07:00
2025-09-16 09:59:18 -07:00
2025-08-20 07:35:11 -07:00
2025-10-09 09:41:11 -07:00
2025-09-04 10:28:26 -07:00
2025-08-04 17:32:05 -07:00
2025-10-08 23:35:53 -07:00
2025-08-04 17:32:05 -07:00
2025-08-21 07:51:07 -07:00
2025-10-14 09:00:22 -07:00
2025-09-24 13:17:39 -07:00
2025-08-21 07:51:07 -07:00
2025-11-20 18:10:36 -08:00
2025-11-20 14:54:55 -08:00
2025-10-28 23:31:29 -07:00
2025-08-21 07:51:07 -07:00
2025-10-14 09:00:22 -07:00
2025-11-11 10:19:44 -08:00
2025-10-29 10:14:13 -07:00
2025-10-29 10:14:13 -07:00
2025-10-29 10:14:13 -07:00
2025-10-21 20:02:41 -07:00
2025-09-16 09:59:18 -07:00
2025-10-15 12:03:01 -07:00
2025-10-29 10:14:13 -07:00
2025-10-21 20:02:41 -07:00
2025-09-16 09:59:18 -07:00
2025-11-21 16:16:34 -08:00
2025-11-11 10:19:42 -08:00
2025-09-04 10:50:40 -07:00
2025-11-18 08:17:55 -08:00
2025-10-29 10:14:13 -07:00
2025-11-13 10:15:06 -08:00
2025-10-14 09:00:22 -07:00
2025-11-11 10:19:42 -08:00
2025-10-14 09:00:23 -07:00
2025-08-04 17:32:06 -07:00
2025-09-04 10:28:27 -07:00
2025-08-01 14:32:22 -07:00
2025-08-21 07:51:08 -07:00
2025-11-12 22:46:03 -08:00
2025-11-21 07:23:31 -08:00
2025-11-11 10:19:42 -08:00
2025-11-04 16:52:46 -08:00
2025-11-11 10:19:43 -08:00
2025-10-14 09:00:23 -07:00
2025-10-29 10:14:13 -07:00
2025-10-24 09:06:24 -07:00
2025-10-29 10:14:13 -07:00
2025-10-09 09:41:11 -07:00
2025-07-26 09:56:18 -07:00
2025-08-04 17:32:06 -07:00
2025-07-21 12:45:14 -07:00
2025-11-12 06:49:44 -08:00
2025-09-04 10:50:40 -07:00
2025-10-06 11:34:43 -07:00
2025-10-24 09:06:24 -07:00
2025-10-24 09:06:24 -07:00
2025-11-12 22:46:03 -08:00
2025-10-05 21:43:44 -07:00
2025-11-19 14:03:48 -08:00
2025-09-04 10:28:27 -07:00
2025-11-06 16:01:15 -08:00
2025-11-24 21:54:46 -08:00
2025-11-20 10:30:33 -08:00
2025-11-11 10:19:43 -08:00
2025-10-14 09:00:23 -07:00
2025-08-04 11:45:24 -07:00
2025-10-29 10:14:13 -07:00
2025-09-04 10:50:40 -07:00
2025-11-18 08:23:45 -08:00
2025-09-04 10:28:28 -07:00
2025-11-21 16:16:34 -08:00
2025-11-18 08:23:46 -08:00
2025-11-18 08:23:46 -08:00
2025-10-25 14:20:38 -07:00
2025-10-24 18:45:43 -07:00
2025-11-21 07:23:31 -08:00
2025-09-16 09:59:19 -07:00
2025-10-08 23:35:54 -07:00
2025-11-20 10:30:33 -08:00
2025-11-20 10:30:33 -08:00
2025-11-20 10:30:33 -08:00
2025-10-24 09:06:24 -07:00
2025-11-21 16:16:34 -08:00
2025-11-18 16:24:12 -08:00
2025-08-21 13:15:37 -07:00
2025-10-08 23:35:54 -07:00
2025-11-18 08:23:46 -08:00
2025-09-04 10:28:28 -07:00
2025-10-15 12:43:14 -07:00
2025-09-24 13:17:41 -07:00
2025-10-14 09:00:24 -07:00
2025-11-11 10:19:43 -08:00
2025-09-24 13:17:40 -07:00
2025-11-18 16:24:12 -08:00
2025-11-12 22:46:03 -08:00
2025-11-24 21:54:47 -08:00
2025-11-12 22:46:03 -08:00
2025-09-04 10:28:28 -07:00
2025-11-12 22:46:03 -08:00
2025-11-12 22:46:04 -08:00
2025-11-18 10:06:04 -08:00
2025-10-14 09:00:24 -07:00
2025-10-14 09:00:24 -07:00
2025-11-18 16:24:12 -08:00
2025-10-14 09:00:24 -07:00
2025-10-24 09:06:24 -07:00
2025-11-11 10:19:43 -08:00
2025-10-29 10:14:14 -07:00
2025-08-21 13:15:38 -07:00
2025-11-12 22:46:04 -08:00
2025-11-15 15:49:43 -08:00
2025-11-12 06:49:44 -08:00
2025-09-16 09:59:19 -07:00
2025-10-29 10:14:14 -07:00
2025-10-15 12:03:01 -07:00
2025-10-24 09:06:24 -07:00
2025-08-04 17:32:06 -07:00
2025-10-08 23:35:54 -07:00
2025-11-18 08:23:46 -08:00
2025-09-04 10:28:29 -07:00
2025-09-24 13:17:41 -07:00
2025-10-14 09:00:24 -07:00
2025-11-11 10:19:43 -08:00
2025-10-06 11:34:38 -07:00
2025-09-04 10:28:30 -07:00
2025-11-04 23:14:25 -08:00
2025-10-09 09:41:11 -07:00
2025-10-28 23:31:29 -07:00
2025-10-14 09:00:25 -07:00
2025-08-21 13:15:38 -07:00
2025-11-06 16:01:15 -08:00
2025-11-11 10:19:43 -08:00
2025-08-04 17:32:07 -07:00
2025-09-16 09:59:20 -07:00
2025-08-04 17:32:07 -07:00
2025-10-16 13:17:14 -07:00
2025-07-23 10:29:23 -07:00
2025-11-18 20:07:50 -08:00
2025-11-12 22:46:04 -08:00
2025-10-13 23:47:04 -07:00
2025-09-04 10:28:30 -07:00
2025-10-24 18:45:43 -07:00
2025-11-24 21:54:46 -08:00
2025-11-13 19:05:06 -08:00
2025-10-29 10:14:14 -07:00
2025-11-06 16:00:51 -08:00
2025-11-06 16:00:51 -08:00
2025-10-09 09:41:11 -07:00
2025-09-16 09:59:20 -07:00
2025-10-21 20:02:42 -07:00
2025-10-08 18:46:03 -07:00
2025-11-18 08:23:46 -08:00
2025-10-29 10:14:14 -07:00
2025-11-18 08:17:52 -08:00
2025-09-16 09:59:20 -07:00