summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2026-06-15 18:13:16 +0300
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-06-15 22:43:45 -0700
commitbf4eb91426be966ceae72d40bb160b1286fa1427 (patch)
tree65e3fd7d3e6c6e7214ee0820806e0bf8c5483427 /meta-python/recipes-devtools/python
parente6679810d995d5a2edcaffc80f992367f8b0fecc (diff)
downloadmeta-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')
-rw-r--r--meta-python/recipes-devtools/python/python3-bleak/0001-bleak-Support-newer-uv_build-versions.patch30
-rw-r--r--meta-python/recipes-devtools/python/python3-bleak_3.0.2.bb (renamed from meta-python/recipes-devtools/python/python3-bleak_3.0.1.bb)14
2 files changed, 40 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bleak/0001-bleak-Support-newer-uv_build-versions.patch b/meta-python/recipes-devtools/python/python3-bleak/0001-bleak-Support-newer-uv_build-versions.patch
new file mode 100644
index 0000000000..bead8f3be6
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-bleak/0001-bleak-Support-newer-uv_build-versions.patch
@@ -0,0 +1,30 @@
1From 2e0994321b57e547a3c1f7e1f225e55ca007e45f Mon Sep 17 00:00:00 2001
2From: Leon Anavi <leon.anavi@konsulko.com>
3Date: Mon, 15 Jun 2026 17:53:47 +0300
4Subject: [PATCH] bleak: Support newer uv_build versions
5
6Support newer uv_build versions
7
8Upstream-Status: Submitted [https://github.com/hbldh/bleak/pull/2001]
9
10Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
11---
12 pyproject.toml | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15diff --git a/pyproject.toml b/pyproject.toml
16index 3224afc..4be6da7 100644
17--- a/pyproject.toml
18+++ b/pyproject.toml
19@@ -66,7 +66,7 @@ dev = [
20 ]
21
22 [build-system]
23-requires = ["uv_build>=0.10.9,<0.11.0"]
24+requires = ["uv_build>=0.10.9,<0.12.0"]
25 build-backend = "uv_build"
26
27 [tool.uv.build-backend]
28--
292.47.3
30
diff --git a/meta-python/recipes-devtools/python/python3-bleak_3.0.1.bb b/meta-python/recipes-devtools/python/python3-bleak_3.0.2.bb
index 89f7c973d5..c84b6bbc8d 100644
--- a/meta-python/recipes-devtools/python/python3-bleak_3.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-bleak_3.0.2.bb
@@ -3,13 +3,19 @@ HOMEPAGE = "https://github.com/hbldh/bleak"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=bcbc2069a86cba1b5e47253679f66ed7" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=bcbc2069a86cba1b5e47253679f66ed7"
5 5
6SRCREV = "3f967abe9ef454bd494055612a067f2128944df2" 6SRC_URI:append = " \
7PYPI_SRC_URI = "git://github.com/hbldh/bleak.git;protocol=https;branch=develop;destsuffix=${S};tag=v${PV}" 7 file://run-ptest \
8 8 file://0001-bleak-Support-newer-uv_build-versions.patch \
9SRC_URI:append = " file://run-ptest" 9"
10 10
11inherit pypi python_poetry_core ptest-python-pytest 11inherit pypi python_poetry_core ptest-python-pytest
12 12
13SRC_URI[sha256sum] = "c2229cb8238d5876b4bd05c74bf7a1aea1f88da39d2e51ac9dfd5cc319d5265f"
14
15DEPENDS += "\
16 python3-uv-build-native \
17"
18
13RDEPENDS:${PN}-ptest += " \ 19RDEPENDS:${PN}-ptest += " \
14 python3-asyncio \ 20 python3-asyncio \
15 python3-pytest-asyncio \ 21 python3-pytest-asyncio \