diff options
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-bleak/0001-bleak-Support-newer-uv_build-versions.patch | 30 | ||||
| -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 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cachetools_7.1.4.bb (renamed from meta-python/recipes-devtools/python/python3-cachetools_7.0.4.bb) | 6 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-langtable_0.0.71.bb (renamed from meta-python/recipes-devtools/python/python3-langtable_0.0.70.bb) | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-portion_2.6.2.bb (renamed from meta-python/recipes-devtools/python/python3-portion_2.6.1.bb) | 6 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ujson_5.13.0.bb (renamed from meta-python/recipes-devtools/python/python3-ujson_5.12.1.bb) | 2 |
6 files changed, 52 insertions, 8 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 @@ | |||
| 1 | From 2e0994321b57e547a3c1f7e1f225e55ca007e45f Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Leon Anavi <leon.anavi@konsulko.com> | ||
| 3 | Date: Mon, 15 Jun 2026 17:53:47 +0300 | ||
| 4 | Subject: [PATCH] bleak: Support newer uv_build versions | ||
| 5 | |||
| 6 | Support newer uv_build versions | ||
| 7 | |||
| 8 | Upstream-Status: Submitted [https://github.com/hbldh/bleak/pull/2001] | ||
| 9 | |||
| 10 | Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> | ||
| 11 | --- | ||
| 12 | pyproject.toml | 2 +- | ||
| 13 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 14 | |||
| 15 | diff --git a/pyproject.toml b/pyproject.toml | ||
| 16 | index 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 | -- | ||
| 29 | 2.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" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=bcbc2069a86cba1b5e47253679f66ed7" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=bcbc2069a86cba1b5e47253679f66ed7" |
| 5 | 5 | ||
| 6 | SRCREV = "3f967abe9ef454bd494055612a067f2128944df2" | 6 | SRC_URI:append = " \ |
| 7 | PYPI_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 \ | |
| 9 | SRC_URI:append = " file://run-ptest" | 9 | " |
| 10 | 10 | ||
| 11 | inherit pypi python_poetry_core ptest-python-pytest | 11 | inherit pypi python_poetry_core ptest-python-pytest |
| 12 | 12 | ||
| 13 | SRC_URI[sha256sum] = "c2229cb8238d5876b4bd05c74bf7a1aea1f88da39d2e51ac9dfd5cc319d5265f" | ||
| 14 | |||
| 15 | DEPENDS += "\ | ||
| 16 | python3-uv-build-native \ | ||
| 17 | " | ||
| 18 | |||
| 13 | RDEPENDS:${PN}-ptest += " \ | 19 | RDEPENDS:${PN}-ptest += " \ |
| 14 | python3-asyncio \ | 20 | python3-asyncio \ |
| 15 | python3-pytest-asyncio \ | 21 | python3-pytest-asyncio \ |
diff --git a/meta-python/recipes-devtools/python/python3-cachetools_7.0.4.bb b/meta-python/recipes-devtools/python/python3-cachetools_7.1.4.bb index f6d9d80454..b8aa53b67d 100644 --- a/meta-python/recipes-devtools/python/python3-cachetools_7.0.4.bb +++ b/meta-python/recipes-devtools/python/python3-cachetools_7.1.4.bb | |||
| @@ -10,10 +10,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=079933dfba36eb60b5e3512ca0ab61ae" | |||
| 10 | 10 | ||
| 11 | inherit pypi python_setuptools_build_meta ptest-python-pytest | 11 | inherit pypi python_setuptools_build_meta ptest-python-pytest |
| 12 | 12 | ||
| 13 | DEPENDS += " \ | ||
| 14 | python3-setuptools-scm-native \ | ||
| 15 | " | ||
| 16 | |||
| 13 | RDEPENDS:${PN} += " \ | 17 | RDEPENDS:${PN} += " \ |
| 14 | python3-math \ | 18 | python3-math \ |
| 15 | " | 19 | " |
| 16 | 20 | ||
| 17 | SRC_URI[sha256sum] = "7042c0e4eea87812f04744ce6ee9ed3de457875eb1f82d8a206c46d6e48b6734" | 21 | SRC_URI[sha256sum] = "437f55a4e0c1b01a4f3077cc470e6991d47430970e36fbcb77e2be0df4fc1cd6" |
| 18 | 22 | ||
| 19 | BBCLASSEXTEND = "native nativesdk" | 23 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.70.bb b/meta-python/recipes-devtools/python/python3-langtable_0.0.71.bb index 7df58f4e0f..0335366445 100644 --- a/meta-python/recipes-devtools/python/python3-langtable_0.0.70.bb +++ b/meta-python/recipes-devtools/python/python3-langtable_0.0.71.bb | |||
| @@ -6,7 +6,7 @@ SECTION = "devel/python" | |||
| 6 | 6 | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 8 | 8 | ||
| 9 | SRC_URI[sha256sum] = "725b94121856a3b76d2345e8596954b82ed1eda78513e55ac55fbe4a4823e66e" | 9 | SRC_URI[sha256sum] = "f9d39c06d5182ea14eb4576bf1da8875af1d44efb166e55d6865b3b59b8ac617" |
| 10 | 10 | ||
| 11 | inherit pypi setuptools3 python3native | 11 | inherit pypi setuptools3 python3native |
| 12 | 12 | ||
diff --git a/meta-python/recipes-devtools/python/python3-portion_2.6.1.bb b/meta-python/recipes-devtools/python/python3-portion_2.6.2.bb index 942d7d5d4d..f72784e23b 100644 --- a/meta-python/recipes-devtools/python/python3-portion_2.6.1.bb +++ b/meta-python/recipes-devtools/python/python3-portion_2.6.2.bb | |||
| @@ -7,12 +7,16 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3000208d539ec061b899bce1d9ce9404" | |||
| 7 | 7 | ||
| 8 | inherit pypi python_hatchling ptest-python-pytest | 8 | inherit pypi python_hatchling ptest-python-pytest |
| 9 | 9 | ||
| 10 | SRC_URI[sha256sum] = "44b1f7d57e052993c4157e519dc447e57b87a4e5e00a77c1c50e7044104e53c6" | 10 | SRC_URI[sha256sum] = "fbf334143dbac5d07ffa411784e2b29e4e1f21203385019a93e2c1a8f443da16" |
| 11 | 11 | ||
| 12 | RDEPENDS:${PN} += "\ | 12 | RDEPENDS:${PN} += "\ |
| 13 | python3-sortedcontainers \ | 13 | python3-sortedcontainers \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | RDEPENDS:${PN}-ptest += "\ | ||
| 17 | python3-pytest-benchmark \ | ||
| 18 | " | ||
| 19 | |||
| 16 | do_install_ptest:append () { | 20 | do_install_ptest:append () { |
| 17 | # test_doc.py tests README.md. | 21 | # test_doc.py tests README.md. |
| 18 | install -Dm 0644 ${S}/README.md ${D}${PTEST_PATH}/README.md | 22 | install -Dm 0644 ${S}/README.md ${D}${PTEST_PATH}/README.md |
diff --git a/meta-python/recipes-devtools/python/python3-ujson_5.12.1.bb b/meta-python/recipes-devtools/python/python3-ujson_5.13.0.bb index 8f8c6e23d4..29fa9028e0 100644 --- a/meta-python/recipes-devtools/python/python3-ujson_5.12.1.bb +++ b/meta-python/recipes-devtools/python/python3-ujson_5.13.0.bb | |||
| @@ -4,7 +4,7 @@ DESCRIPTION = "UltraJSON is an ultra fast JSON encoder and decoder written in pu | |||
| 4 | LICENSE = "BSD-3-Clause & TCL" | 4 | LICENSE = "BSD-3-Clause & TCL" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1e3768cfe2662fa77c49c9c2d3804d87" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1e3768cfe2662fa77c49c9c2d3804d87" |
| 6 | 6 | ||
| 7 | SRC_URI[sha256sum] = "5b7e96406c301a1366534479a7352ec40ec68bb327c0c119091635acd5925e35" | 7 | SRC_URI[sha256sum] = "d62e3d7625384c08082abad81a077af587fdef2761bb14c3822f4234b8d07d75" |
| 8 | 8 | ||
| 9 | inherit pypi ptest-python-pytest python_setuptools_build_meta | 9 | inherit pypi ptest-python-pytest python_setuptools_build_meta |
| 10 | 10 | ||
