summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-bleak/0001-fix-poetry-version-compatibility.patch23
-rw-r--r--meta-python/recipes-devtools/python/python3-bleak_0.21.1.bb (renamed from meta-python/recipes-devtools/python/python3-bleak_0.20.2.bb)8
2 files changed, 2 insertions, 29 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bleak/0001-fix-poetry-version-compatibility.patch b/meta-python/recipes-devtools/python/python3-bleak/0001-fix-poetry-version-compatibility.patch
deleted file mode 100644
index 051ebbe674..0000000000
--- a/meta-python/recipes-devtools/python/python3-bleak/0001-fix-poetry-version-compatibility.patch
+++ /dev/null
@@ -1,23 +0,0 @@
1Upstream-Status: Pending
2
3--- a/pyproject.toml 2023-04-19 19:04:47.159474100 -0300
4+++ b/pyproject.toml 2023-05-04 08:08:12.289941765 -0300
5@@ -31,15 +31,15 @@
6 bleak-winrt = { version = "^1.2.0", markers = "platform_system=='Windows'" }
7 dbus-fast = { version = "^1.83.0", markers = "platform_system == 'Linux'" }
8
9-[tool.poetry.group.docs.dependencies]
10+#[tool.poetry.group.docs.dependencies]
11 Sphinx = { version = "^5.1.1", python = ">=3.8" }
12 sphinx-rtd-theme = "^1.0.0"
13
14-[tool.poetry.group.lint.dependencies]
15+#[tool.poetry.group.lint.dependencies]
16 black = "^22.1.0"
17 flake8 = { version = "^5.0.0", python = ">=3.8" }
18
19-[tool.poetry.group.test.dependencies]
20+#[tool.poetry.group.test.dependencies]
21 asynctest = { version = "^0.13.0", python = "<3.8" }
22 pytest = "^7.0.0"
23 pytest-asyncio = "^0.19.0"
diff --git a/meta-python/recipes-devtools/python/python3-bleak_0.20.2.bb b/meta-python/recipes-devtools/python/python3-bleak_0.21.1.bb
index 9b81efe400..4a1fafb5d8 100644
--- a/meta-python/recipes-devtools/python/python3-bleak_0.20.2.bb
+++ b/meta-python/recipes-devtools/python/python3-bleak_0.21.1.bb
@@ -3,18 +3,14 @@ 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
6SRC_URI:append = " \ 6SRC_URI[sha256sum] = "ec4a1a2772fb315b992cbaa1153070c7e26968a52b0e2727035f443a1af5c18f"
7 file://0001-fix-poetry-version-compatibility.patch \
8"
9
10SRC_URI[sha256sum] = "6c92a47abe34e6dea8ffc5cea9457cbff6e1be966854839dbc25cddb36b79ee4"
11 7
12PYPI_PACKAGE = "bleak" 8PYPI_PACKAGE = "bleak"
13 9
14inherit pypi python_poetry_core 10inherit pypi python_poetry_core
15 11
16RDEPENDS:${PN} += " \ 12RDEPENDS:${PN} += " \
17 python3-core (>=3.7) \ 13 python3-core (>3.7) \
18 python3-async-timeout \ 14 python3-async-timeout \
19 python3-dbus-fast \ 15 python3-dbus-fast \
20" 16"