diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2026-06-15 18:13:16 +0300 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-06-15 22:43:45 -0700 |
| commit | bf4eb91426be966ceae72d40bb160b1286fa1427 (patch) | |
| tree | 65e3fd7d3e6c6e7214ee0820806e0bf8c5483427 /meta-python/recipes-devtools/python/python3-bleak_3.0.2.bb | |
| parent | e6679810d995d5a2edcaffc80f992367f8b0fecc (diff) | |
| download | meta-openembedded-bf4eb91426be966ceae72d40bb160b1286fa1427.tar.gz | |
python3-bleak: Upgrade 3.0.1 -> 3.0.2
Upgrade to release 3.0.2:
- Changed default value of BlueZNotifyArgs.use_start_notify to True.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-bleak_3.0.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-bleak_3.0.2.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bleak_3.0.2.bb b/meta-python/recipes-devtools/python/python3-bleak_3.0.2.bb new file mode 100644 index 0000000000..c84b6bbc8d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bleak_3.0.2.bb | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | SUMMARY = "Bleak is a GATT client software, capable of connecting to BLE devices acting as GATT servers." | ||
| 2 | HOMEPAGE = "https://github.com/hbldh/bleak" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=bcbc2069a86cba1b5e47253679f66ed7" | ||
| 5 | |||
| 6 | SRC_URI:append = " \ | ||
| 7 | file://run-ptest \ | ||
| 8 | file://0001-bleak-Support-newer-uv_build-versions.patch \ | ||
| 9 | " | ||
| 10 | |||
| 11 | inherit pypi python_poetry_core ptest-python-pytest | ||
| 12 | |||
| 13 | SRC_URI[sha256sum] = "c2229cb8238d5876b4bd05c74bf7a1aea1f88da39d2e51ac9dfd5cc319d5265f" | ||
| 14 | |||
| 15 | DEPENDS += "\ | ||
| 16 | python3-uv-build-native \ | ||
| 17 | " | ||
| 18 | |||
| 19 | RDEPENDS:${PN}-ptest += " \ | ||
| 20 | python3-asyncio \ | ||
| 21 | python3-pytest-asyncio \ | ||
| 22 | python3-pytest-cov \ | ||
| 23 | python3-bumble \ | ||
| 24 | " | ||
| 25 | |||
| 26 | RDEPENDS:${PN} += " \ | ||
| 27 | python3-core (>3.8) \ | ||
| 28 | python3-dbus-fast \ | ||
| 29 | python3-xml \ | ||
| 30 | " | ||
