summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-bleak
Commit message (Collapse)AuthorAgeFilesLines
* python3-bleak: update recipe to use the ptest-python-pytest classDerek Straka2025-01-301-3/+0
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bleak: enable ptest and add missing runtime dependencyalperak2024-04-061-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Ptest tested on qemux86-64 and qemuarm64 * Add ptest into PTESTS_FAST_META_PYTHON qemux86-64: Testsuite summary TOTAL: 14 PASS: 14 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 9 END: /usr/lib/python3-bleak/ptest 2024-04-05T18:44 STOP: ptest-runner TOTAL: 1 FAIL: 0 qemuarm64: Testsuite summary TOTAL: 14 PASS: 14 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 8 END: /usr/lib/python3-bleak/ptest 2024-04-05T21:15 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bleak: Update version 0.20.2 -> 0.21.1Derek Straka2023-09-201-23/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed a patch the no longer appears to be needed and dropped support for python 3.7 Changelog ========= 0.21.1 (2023-09-08) Changed Changed dbus-fast dependency to include v2.x. Fixes #1412. 0.21.0 (2023-09-02) Added Added bleak.uuids.normalize_uuid_16() function. Added bleak.uuids.normalize_uuid_32() function. Added advertisement_data() async iterator method to BleakScanner. Merged #1361. Added type hints for kwargs on BleakScanner class methods. Added support for Python 3.12. Changed Improved error messages when failing to get services in WinRT backend. Improved error messages with enum values in WinRT backend. Fixes #1284. Scanner backends modified to allow multiple advertisement callbacks. Merged #1367. Changed default handling of the response argument in BleakClient.write_gatt_char. Fixes #909. Bleak recipe now automatically installs bleak from GitHub release in Kivy example. Changed BlueZManager methods to raise BleakError when device is not in BlueZ. Optimized BlueZ backend device watchers and condition callbacks to avoid linear searches. Changed type hint for buffer protocol to collections.abc.Buffer. Fixed Fixed handling all access denied errors when enumerating characteristics on Windows. Fixes #1291. Added support for 32bit UUIDs. Fixes #1314. Fixed typing for BaseBleakScanner detection callback. Fixed possible crash in _stopped_handler() in WinRT backend. Fixes #1330. Reduced expensive logging in the BlueZ backend. Merged #1376. Fixed race condition with "InterfaceRemoved" when getting services in BlueZ backend. Fixed missing permissions and requirements in android Kivy example. Fixes #1184. Fixed WinRT backend sometimes hanging forever when a device goes out of range during connection. Fixes #1359. Removed Dropped support for Python 3.7. Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* *.patch: add Upstream-Status to all patchesMartin Jansa2023-06-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is new patch-status QA check in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a This is temporary work around just to hide _many_ warnings from optional patch-status (if you add it to WARN_QA). This just added Upstream-Status: Pending everywhere without actually investigating what's the proper status. This is just to hide current QA warnings and to catch new .patch files being added without Upstream-Status, but the number of Pending patches is now terrible: 5 (26%) meta-xfce 6 (50%) meta-perl 15 (42%) meta-webserver 21 (36%) meta-gnome 25 (57%) meta-filesystems 26 (43%) meta-initramfs 45 (45%) meta-python 47 (55%) meta-multimedia 312 (63%) meta-networking 756 (61%) meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bleak: add reciperichardhb2023-05-231-0/+21
Signed-off-by: Khem Raj <raj.khem@gmail.com>