summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-bleak
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-bleak')
-rw-r--r--meta-python/recipes-devtools/python/python3-bleak/0001-bleak-Support-newer-uv_build-versions.patch30
1 files changed, 30 insertions, 0 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