From bf4eb91426be966ceae72d40bb160b1286fa1427 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 15 Jun 2026 18:13:16 +0300 Subject: 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 Signed-off-by: Khem Raj --- ...001-bleak-Support-newer-uv_build-versions.patch | 30 ++++++++++++++++++++++ .../recipes-devtools/python/python3-bleak_3.0.1.bb | 24 ----------------- .../recipes-devtools/python/python3-bleak_3.0.2.bb | 30 ++++++++++++++++++++++ 3 files changed, 60 insertions(+), 24 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-bleak/0001-bleak-Support-newer-uv_build-versions.patch delete mode 100644 meta-python/recipes-devtools/python/python3-bleak_3.0.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-bleak_3.0.2.bb (limited to 'meta-python/recipes-devtools/python') 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 @@ +From 2e0994321b57e547a3c1f7e1f225e55ca007e45f Mon Sep 17 00:00:00 2001 +From: Leon Anavi +Date: Mon, 15 Jun 2026 17:53:47 +0300 +Subject: [PATCH] bleak: Support newer uv_build versions + +Support newer uv_build versions + +Upstream-Status: Submitted [https://github.com/hbldh/bleak/pull/2001] + +Signed-off-by: Leon Anavi +--- + pyproject.toml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/pyproject.toml b/pyproject.toml +index 3224afc..4be6da7 100644 +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -66,7 +66,7 @@ dev = [ + ] + + [build-system] +-requires = ["uv_build>=0.10.9,<0.11.0"] ++requires = ["uv_build>=0.10.9,<0.12.0"] + build-backend = "uv_build" + + [tool.uv.build-backend] +-- +2.47.3 + diff --git a/meta-python/recipes-devtools/python/python3-bleak_3.0.1.bb b/meta-python/recipes-devtools/python/python3-bleak_3.0.1.bb deleted file mode 100644 index 89f7c973d5..0000000000 --- a/meta-python/recipes-devtools/python/python3-bleak_3.0.1.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "Bleak is a GATT client software, capable of connecting to BLE devices acting as GATT servers." -HOMEPAGE = "https://github.com/hbldh/bleak" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=bcbc2069a86cba1b5e47253679f66ed7" - -SRCREV = "3f967abe9ef454bd494055612a067f2128944df2" -PYPI_SRC_URI = "git://github.com/hbldh/bleak.git;protocol=https;branch=develop;destsuffix=${S};tag=v${PV}" - -SRC_URI:append = " file://run-ptest" - -inherit pypi python_poetry_core ptest-python-pytest - -RDEPENDS:${PN}-ptest += " \ - python3-asyncio \ - python3-pytest-asyncio \ - python3-pytest-cov \ - python3-bumble \ -" - -RDEPENDS:${PN} += " \ - python3-core (>3.8) \ - python3-dbus-fast \ - python3-xml \ -" 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 @@ +SUMMARY = "Bleak is a GATT client software, capable of connecting to BLE devices acting as GATT servers." +HOMEPAGE = "https://github.com/hbldh/bleak" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=bcbc2069a86cba1b5e47253679f66ed7" + +SRC_URI:append = " \ + file://run-ptest \ + file://0001-bleak-Support-newer-uv_build-versions.patch \ +" + +inherit pypi python_poetry_core ptest-python-pytest + +SRC_URI[sha256sum] = "c2229cb8238d5876b4bd05c74bf7a1aea1f88da39d2e51ac9dfd5cc319d5265f" + +DEPENDS += "\ + python3-uv-build-native \ +" + +RDEPENDS:${PN}-ptest += " \ + python3-asyncio \ + python3-pytest-asyncio \ + python3-pytest-cov \ + python3-bumble \ +" + +RDEPENDS:${PN} += " \ + python3-core (>3.8) \ + python3-dbus-fast \ + python3-xml \ +" -- cgit v1.2.3-54-g00ecf