summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-anyio_4.11.0.bb (renamed from meta-python/recipes-devtools/python/python3-anyio_4.10.0.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-apispec_6.8.4.bb (renamed from meta-python/recipes-devtools/python/python3-apispec_6.8.3.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-asgiref_3.9.2.bb (renamed from meta-python/recipes-devtools/python/python3-asgiref_3.9.1.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-beautifulsoup4_4.14.2.bb (renamed from meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.5.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-cantools_40.7.0.bb (renamed from meta-python/recipes-devtools/python/python3-cantools_40.6.0.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-dbus-fast/0001-pyproject.toml-Remove-upper-version-constraint-for-C.patch9
-rw-r--r--meta-python/recipes-devtools/python/python3-dbus-fast_2.44.5.bb (renamed from meta-python/recipes-devtools/python/python3-dbus-fast_2.44.1.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-flask-restx_1.3.2.bb (renamed from meta-python/recipes-devtools/python/python3-flask-restx_1.3.0.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio-channelz_1.75.1.bb (renamed from meta-python/recipes-devtools/python/python3-grpcio-channelz_1.75.0.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio-reflection_1.75.1.bb (renamed from meta-python/recipes-devtools/python/python3-grpcio-reflection_1.75.0.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio-tools_1.75.1.bb (renamed from meta-python/recipes-devtools/python/python3-grpcio-tools_1.75.0.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio_1.75.1.bb (renamed from meta-python/recipes-devtools/python/python3-grpcio_1.75.0.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-inline-snapshot_0.29.1.bb (renamed from meta-python/recipes-devtools/python/python3-inline-snapshot_0.29.0.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-pycurl_7.45.7.bb (renamed from meta-python/recipes-devtools/python/python3-pycurl_7.45.6.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-pymodbus_3.11.3.bb (renamed from meta-python/recipes-devtools/python/python3-pymodbus_3.11.2.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-simplejson_3.20.2.bb (renamed from meta-python/recipes-devtools/python/python3-simplejson_3.20.1.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-txaio_25.9.2.bb (renamed from meta-python/recipes-devtools/python/python3-txaio_25.6.1.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-typer_0.19.2.bb (renamed from meta-python/recipes-devtools/python/python3-typer_0.19.1.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-xxhash_3.6.0.bb (renamed from meta-python/recipes-devtools/python/python3-xxhash_3.5.0.bb)4
19 files changed, 24 insertions, 23 deletions
diff --git a/meta-python/recipes-devtools/python/python3-anyio_4.10.0.bb b/meta-python/recipes-devtools/python/python3-anyio_4.11.0.bb
index e552fd7eaf..a24674c5fb 100644
--- a/meta-python/recipes-devtools/python/python3-anyio_4.10.0.bb
+++ b/meta-python/recipes-devtools/python/python3-anyio_4.11.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c0a769411d2af7894099e8ff75058c9f"
5 5
6inherit pypi python_setuptools_build_meta 6inherit pypi python_setuptools_build_meta
7 7
8SRC_URI[sha256sum] = "3f3fae35c96039744587aa5b8371e7e8e603c0702999535961dd336026973ba6" 8SRC_URI[sha256sum] = "82a8d0b81e318cc5ce71a5f1f8b5c4e63619620b63141ef8c995fa0db95a57c4"
9 9
10DEPENDS += " \ 10DEPENDS += " \
11 python3-setuptools-scm-native \ 11 python3-setuptools-scm-native \
diff --git a/meta-python/recipes-devtools/python/python3-apispec_6.8.3.bb b/meta-python/recipes-devtools/python/python3-apispec_6.8.4.bb
index c34aacf124..822af0fbaa 100644
--- a/meta-python/recipes-devtools/python/python3-apispec_6.8.3.bb
+++ b/meta-python/recipes-devtools/python/python3-apispec_6.8.4.bb
@@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a75956865b40c80a37c1e864716592b4"
5 5
6inherit pypi python_flit_core 6inherit pypi python_flit_core
7 7
8SRC_URI[sha256sum] = "0823235aa171187fc0fb1dfd28211ebcf5fe7768b2a7e1929d06671e162439ae" 8SRC_URI[sha256sum] = "fd0ed14af71a2949d9aeb96b72ce1517cb4a48a5c55667cd0483b7ed33156a2a"
9 9
10RDEPENDS:${PN} += "python3-packaging" 10RDEPENDS:${PN} += "python3-packaging"
diff --git a/meta-python/recipes-devtools/python/python3-asgiref_3.9.1.bb b/meta-python/recipes-devtools/python/python3-asgiref_3.9.2.bb
index 0af6eec5ce..078f425d2b 100644
--- a/meta-python/recipes-devtools/python/python3-asgiref_3.9.1.bb
+++ b/meta-python/recipes-devtools/python/python3-asgiref_3.9.2.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "BSD-3-Clause" 4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa"
6 6
7SRC_URI[sha256sum] = "a5ab6582236218e5ef1648f242fd9f10626cfd4de8dc377db215d5d5098e3142" 7SRC_URI[sha256sum] = "a0249afacb66688ef258ffe503528360443e2b9a8d8c4581b6ebefa58c841ef1"
8 8
9export BUILD_SYS 9export BUILD_SYS
10export HOST_SYS 10export HOST_SYS
diff --git a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.5.bb b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.14.2.bb
index 43c861c6e0..d1222fe05b 100644
--- a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.5.bb
+++ b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.14.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = " https://www.crummy.com/software/BeautifulSoup/bs4"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=96e0034f7c9443910c486773aa1ed9ac" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=96e0034f7c9443910c486773aa1ed9ac"
5 5
6SRC_URI[sha256sum] = "5e70131382930e7c3de33450a2f54a63d5e4b19386eab43a5b34d594268f3695" 6SRC_URI[sha256sum] = "2a98ab9f944a11acee9cc848508ec28d9228abfd522ef0fad6a02a72e0ded69e"
7 7
8inherit pypi python_hatchling 8inherit pypi python_hatchling
9 9
diff --git a/meta-python/recipes-devtools/python/python3-cantools_40.6.0.bb b/meta-python/recipes-devtools/python/python3-cantools_40.7.0.bb
index e2d8b3ca2a..df6bbb45ff 100644
--- a/meta-python/recipes-devtools/python/python3-cantools_40.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-cantools_40.7.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/eerimoq/cantools"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd"
5 5
6SRC_URI[sha256sum] = "adfd80f9d1704be0dfae3fde0000f748635888bcb76c1a12b8b6420f34d95834" 6SRC_URI[sha256sum] = "5779113b068ab043140ea9441ad77d44ad4d382eed88de16678fb320e32146ec"
7 7
8PYPI_PACKAGE = "cantools" 8PYPI_PACKAGE = "cantools"
9 9
diff --git a/meta-python/recipes-devtools/python/python3-dbus-fast/0001-pyproject.toml-Remove-upper-version-constraint-for-C.patch b/meta-python/recipes-devtools/python/python3-dbus-fast/0001-pyproject.toml-Remove-upper-version-constraint-for-C.patch
index fb8f4df4a6..5366627abf 100644
--- a/meta-python/recipes-devtools/python/python3-dbus-fast/0001-pyproject.toml-Remove-upper-version-constraint-for-C.patch
+++ b/meta-python/recipes-devtools/python/python3-dbus-fast/0001-pyproject.toml-Remove-upper-version-constraint-for-C.patch
@@ -5,6 +5,7 @@ Subject: [PATCH] pyproject.toml: Remove upper version constraint for Cython
5 5
6Upstream-Status: Pending 6Upstream-Status: Pending
7Signed-off-by: Khem Raj <raj.khem@gmail.com> 7Signed-off-by: Khem Raj <raj.khem@gmail.com>
8Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
8--- 9---
9 pyproject.toml | 4 ++-- 10 pyproject.toml | 4 ++--
10 1 file changed, 2 insertions(+), 2 deletions(-) 11 1 file changed, 2 insertions(+), 2 deletions(-)
@@ -14,14 +15,14 @@ index e22ea42..f670d3d 100644
14--- a/pyproject.toml 15--- a/pyproject.toml
15+++ b/pyproject.toml 16+++ b/pyproject.toml
16@@ -50,7 +50,7 @@ pytest-cov = ">=3,<7" 17@@ -50,7 +50,7 @@ pytest-cov = ">=3,<7"
17 pytest-asyncio = ">=0.19,<0.27" 18 pytest-asyncio = ">=0.19,<1.3"
18 pycairo = "^1.21.0" 19 pycairo = "^1.21.0"
19 PyGObject = {version = ">=3.50,<3.51", python = "<4"} 20 PyGObject = {version = ">=3.50,<3.51", python = "<4"}
20-Cython = ">=3,<3.1.0" 21-Cython = ">=3,<3.2.0"
21+Cython = ">=3" 22+Cython = ">=3"
22 setuptools = ">=65.4.1,<79.0.0" 23 setuptools = ">=65.4.1,<81.0.0"
23 pytest-timeout = "^2.1.0" 24 pytest-timeout = "^2.1.0"
24 pytest-codspeed = "^3.1.1" 25 pytest-codspeed = ">=3.1.1,<5.0.0"
25@@ -104,7 +104,7 @@ module = "docs.*" 26@@ -104,7 +104,7 @@ module = "docs.*"
26 ignore_errors = true 27 ignore_errors = true
27 28
diff --git a/meta-python/recipes-devtools/python/python3-dbus-fast_2.44.1.bb b/meta-python/recipes-devtools/python/python3-dbus-fast_2.44.5.bb
index f827d21bb2..4f21ec379e 100644
--- a/meta-python/recipes-devtools/python/python3-dbus-fast_2.44.1.bb
+++ b/meta-python/recipes-devtools/python/python3-dbus-fast_2.44.5.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=729e372b5ea0168438e4fd4a00a04947" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=729e372b5ea0168438e4fd4a00a04947"
5 5
6SRC_URI += "file://0001-pyproject.toml-Remove-upper-version-constraint-for-C.patch" 6SRC_URI += "file://0001-pyproject.toml-Remove-upper-version-constraint-for-C.patch"
7SRC_URI[sha256sum] = "b027e96c39ed5622bb54d811dcdbbe9d9d6edec3454808a85a1ceb1867d9e25c" 7SRC_URI[sha256sum] = "e9d738e3898e2d505d7f2d5d21949bd705d7cd3d7240dda5481bb1c5fd5e3da8"
8 8
9PYPI_PACKAGE = "dbus_fast" 9PYPI_PACKAGE = "dbus_fast"
10UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" 10UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
diff --git a/meta-python/recipes-devtools/python/python3-flask-restx_1.3.0.bb b/meta-python/recipes-devtools/python/python3-flask-restx_1.3.2.bb
index 9c2a1e9a8b..87353a50a6 100644
--- a/meta-python/recipes-devtools/python/python3-flask-restx_1.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-restx_1.3.2.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Fully featured framework for fast, easy and documented API develo
2LICENSE = "BSD-3-Clause" 2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=c96dd911c6d9e32868b6bc667a38a3e2" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=c96dd911c6d9e32868b6bc667a38a3e2"
4 4
5SRC_URI[sha256sum] = "4f3d3fa7b6191fcc715b18c201a12cd875176f92ba4acc61626ccfd571ee1728" 5SRC_URI[sha256sum] = "0ae13d77e7d7e4dce513970cfa9db45364aef210e99022de26d2b73eb4dbced5"
6 6
7inherit pypi setuptools3 7inherit pypi setuptools3
8 8
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.75.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.75.1.bb
index 8296a0af1a..173f22aded 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.75.0.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.75.1.bb
@@ -11,7 +11,7 @@ DEPENDS += "python3-grpcio"
11PYPI_PACKAGE = "grpcio_channelz" 11PYPI_PACKAGE = "grpcio_channelz"
12UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" 12UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
13 13
14SRC_URI[sha256sum] = "d521973a343806a8384bf87ceae93cf2e9f10f8fab02c12be7a2e3d5d0e4e68f" 14SRC_URI[sha256sum] = "e0caa06d4de3eb62d3fdc54e5c9dc9003aa3ee21e9c50f5d3538aea854d276f2"
15 15
16RDEPENDS:${PN} = "python3-grpcio" 16RDEPENDS:${PN} = "python3-grpcio"
17 17
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.75.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.75.1.bb
index 107f350fd0..5e64a3d617 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.75.0.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.75.1.bb
@@ -11,7 +11,7 @@ DEPENDS += "python3-grpcio"
11PYPI_PACKAGE = "grpcio_reflection" 11PYPI_PACKAGE = "grpcio_reflection"
12UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" 12UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
13 13
14SRC_URI[sha256sum] = "60bb9865f5411ad589420eadcdd7e0c338c0aabedf5d4cd07363d5bf7da9c972" 14SRC_URI[sha256sum] = "2be3f20b7b93e6e691a0bc761fd7e9996a940b4c96c68f6ca4f7fbc47c3f4b64"
15 15
16RDEPENDS:${PN} = "python3-grpcio" 16RDEPENDS:${PN} = "python3-grpcio"
17 17
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.75.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.75.1.bb
index 7e5d9c5512..7627356ec9 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.75.0.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.75.1.bb
@@ -15,7 +15,7 @@ DEPENDS += "python3-grpcio"
15SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \ 15SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \
16 file://0001-protobuf-Disable-musttail-attribute-on-mips.patch \ 16 file://0001-protobuf-Disable-musttail-attribute-on-mips.patch \
17 " 17 "
18SRC_URI[sha256sum] = "eb5e4025034d92da3c81fd5e3468c33d5ae7571b07a72c385b5ec1746658573f" 18SRC_URI[sha256sum] = "bb78960cf3d58941e1fec70cbdaccf255918beed13c34112a6915a6d8facebd1"
19 19
20RDEPENDS:${PN} = "python3-grpcio" 20RDEPENDS:${PN} = "python3-grpcio"
21 21
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.75.0.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.75.1.bb
index 52a0158107..ef0bf126d5 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio_1.75.0.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio_1.75.1.bb
@@ -13,7 +13,7 @@ DEPENDS += "c-ares openssl python3-protobuf re2 zlib"
13SRC_URI += "file://0001-python-enable-unbundled-cross-compilation.patch \ 13SRC_URI += "file://0001-python-enable-unbundled-cross-compilation.patch \
14 file://abseil-ppc-fixes.patch \ 14 file://abseil-ppc-fixes.patch \
15 " 15 "
16SRC_URI[sha256sum] = "b989e8b09489478c2d19fecc744a298930f40d8b27c3638afbfe84d22f36ce4e" 16SRC_URI[sha256sum] = "3e81d89ece99b9ace23a6916880baca613c03a799925afb2857887efa8b1b3d2"
17 17
18RDEPENDS:${PN} = "python3-protobuf" 18RDEPENDS:${PN} = "python3-protobuf"
19 19
diff --git a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.29.0.bb b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.29.1.bb
index c26f55111f..d0d3049388 100644
--- a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.29.0.bb
+++ b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.29.1.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=7a35eb90dfdf03953dd2074d0fdba1d4" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=7a35eb90dfdf03953dd2074d0fdba1d4"
5 5
6DEPENDS = "python3-hatchling-native" 6DEPENDS = "python3-hatchling-native"
7SRC_URI[sha256sum] = "8bac016fc8ff4638a6cdebca96d7042fecde471f0574d360de11f552ba77d6b5" 7SRC_URI[sha256sum] = "17e73cb6864fa067aa94c2c1f290bbdeb25b2b807c4bdf53eee39a144f92a5a7"
8 8
9inherit pypi python_hatchling 9inherit pypi python_hatchling
10 10
diff --git a/meta-python/recipes-devtools/python/python3-pycurl_7.45.6.bb b/meta-python/recipes-devtools/python/python3-pycurl_7.45.7.bb
index 0bba73a660..72338bb0e1 100644
--- a/meta-python/recipes-devtools/python/python3-pycurl_7.45.6.bb
+++ b/meta-python/recipes-devtools/python/python3-pycurl_7.45.7.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING-LGPL;md5=4fbd65380cdd255951079008b364516c \
12 file://COPYING-MIT;md5=be42e1b1e58c8d59c2901fd747bfc55d \ 12 file://COPYING-MIT;md5=be42e1b1e58c8d59c2901fd747bfc55d \
13 " 13 "
14 14
15SRC_URI[sha256sum] = "2b73e66b22719ea48ac08a93fc88e57ef36d46d03cb09d972063c9aa86bb74e6" 15SRC_URI[sha256sum] = "9d43013002eab2fd6d0dcc671cd1e9149e2fc1c56d5e796fad94d076d6cb69ef"
16 16
17DEPENDS = "curl" 17DEPENDS = "curl"
18 18
diff --git a/meta-python/recipes-devtools/python/python3-pymodbus_3.11.2.bb b/meta-python/recipes-devtools/python/python3-pymodbus_3.11.3.bb
index 4872f5b088..c7dbcb1ce8 100644
--- a/meta-python/recipes-devtools/python/python3-pymodbus_3.11.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pymodbus_3.11.3.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/riptideio/pymodbus/"
3LICENSE = "BSD-3-Clause" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=12a490c6cffa2e76a6df8aa1fa29e183" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=12a490c6cffa2e76a6df8aa1fa29e183"
5 5
6SRC_URI[sha256sum] = "132712baf79cae339aac694739b14551bab69b2a078570cb1350b1db0cccdba7" 6SRC_URI[sha256sum] = "10c2902838ad5a233baefb64b1c1fb064fa762b22b221bf35191bf39f01449a8"
7 7
8inherit pypi python_setuptools_build_meta 8inherit pypi python_setuptools_build_meta
9 9
diff --git a/meta-python/recipes-devtools/python/python3-simplejson_3.20.1.bb b/meta-python/recipes-devtools/python/python3-simplejson_3.20.2.bb
index 82f83f1b58..bc93da225a 100644
--- a/meta-python/recipes-devtools/python/python3-simplejson_3.20.1.bb
+++ b/meta-python/recipes-devtools/python/python3-simplejson_3.20.2.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://cheeseshop.python.org/pypi/simplejson"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c6338d7abd321c0b50a2a547e441c52e" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c6338d7abd321c0b50a2a547e441c52e"
6 6
7SRC_URI[sha256sum] = "e64139b4ec4f1f24c142ff7dcafe55a22b811a74d86d66560c8815687143037d" 7SRC_URI[sha256sum] = "5fe7a6ce14d1c300d80d08695b7f7e633de6cd72c80644021874d985b3393649"
8 8
9inherit pypi setuptools3 9inherit pypi setuptools3
10 10
diff --git a/meta-python/recipes-devtools/python/python3-txaio_25.6.1.bb b/meta-python/recipes-devtools/python/python3-txaio_25.9.2.bb
index 460c0cd0f8..3e41c05801 100644
--- a/meta-python/recipes-devtools/python/python3-txaio_25.6.1.bb
+++ b/meta-python/recipes-devtools/python/python3-txaio_25.9.2.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Compatibility API between asyncio/Twisted/Trollius"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=588502cb4ffc65da2b26780d6baa5a40" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=588502cb4ffc65da2b26780d6baa5a40"
5 5
6SRC_URI[sha256sum] = "d8c03dca823515c9bca920df33504923ae54f2dabf476cc5a9ed5cc1691ed687" 6SRC_URI[sha256sum] = "e42004a077c02eb5819ff004a4989e49db113836708430d59cb13d31bd309099"
7 7
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9
diff --git a/meta-python/recipes-devtools/python/python3-typer_0.19.1.bb b/meta-python/recipes-devtools/python/python3-typer_0.19.2.bb
index b731efcfca..eaa416f021 100644
--- a/meta-python/recipes-devtools/python/python3-typer_0.19.1.bb
+++ b/meta-python/recipes-devtools/python/python3-typer_0.19.2.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "https://github.com/fastapi/typer"
7LICENSE = "MIT" 7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=173d405eb704b1499218013178722617" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=173d405eb704b1499218013178722617"
9 9
10SRC_URI[sha256sum] = "cb881433a4b15dacc875bb0583d1a61e78497806741f9aba792abcab390c03e6" 10SRC_URI[sha256sum] = "9ad824308ded0ad06cc716434705f691d4ee0bfd0fb081839d2e426860e7fdca"
11 11
12inherit pypi python_pdm ptest 12inherit pypi python_pdm ptest
13 13
diff --git a/meta-python/recipes-devtools/python/python3-xxhash_3.5.0.bb b/meta-python/recipes-devtools/python/python3-xxhash_3.6.0.bb
index bfa14012d0..c62595c4d1 100644
--- a/meta-python/recipes-devtools/python/python3-xxhash_3.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-xxhash_3.6.0.bb
@@ -1,11 +1,11 @@
1SUMMARY = "xxhash is a Python binding for the xxHash library by Yann Collet." 1SUMMARY = "xxhash is a Python binding for the xxHash library by Yann Collet."
2SECTION = "devel/python" 2SECTION = "devel/python"
3LICENSE = "BSD-2-Clause" 3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=3a9dab7f159514231249aa3e108ab26b" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=82f3295151c5e61043a4a201c031a5ee"
5 5
6DEPENDS += "python3-setuptools-scm-native" 6DEPENDS += "python3-setuptools-scm-native"
7 7
8SRC_URI[sha256sum] = "84f2caddf951c9cbf8dc2e22a89d4ccf5d86391ac6418fe81e3c67d0cf60b45f" 8SRC_URI[sha256sum] = "f0162a78b13a0d7617b2845b90c763339d1f1d82bb04a4b07f4ab535cc5e05d6"
9 9
10SRC_URI += " \ 10SRC_URI += " \
11 file://run-ptest \ 11 file://run-ptest \