summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-argcomplete_3.6.3.bb (renamed from meta-python/recipes-devtools/python/python3-argcomplete_3.6.2.bb)4
-rw-r--r--meta-python/recipes-devtools/python/python3-cbor2_5.7.1.bb (renamed from meta-python/recipes-devtools/python/python3-cbor2_5.7.0.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-cmake_4.1.2.bb (renamed from meta-python/recipes-devtools/python/python3-cmake_4.1.0.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-gpiod_2.4.0.bb (renamed from meta-python/recipes-devtools/python/python3-gpiod_2.3.0.bb)4
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio-channelz_1.76.0.bb (renamed from meta-python/recipes-devtools/python/python3-grpcio-channelz_1.75.1.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio-reflection_1.76.0.bb (renamed from meta-python/recipes-devtools/python/python3-grpcio-reflection_1.75.1.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio-tools_1.76.0.bb (renamed from meta-python/recipes-devtools/python/python3-grpcio-tools_1.75.1.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio_1.76.0.bb (renamed from meta-python/recipes-devtools/python/python3-grpcio_1.75.1.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-huey_2.5.4.bb (renamed from meta-python/recipes-devtools/python/python3-huey_2.5.3.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-inline-snapshot_0.30.1.bb (renamed from meta-python/recipes-devtools/python/python3-inline-snapshot_0.30.0.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-matplotlib-inline_0.2.1.bb (renamed from meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.7.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-moteus_0.3.95.bb (renamed from meta-python/recipes-devtools/python/python3-moteus_0.3.93.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-posix-ipc/0001-build_support-fix-cross-compilation-error-when-CC-is.patch53
-rw-r--r--meta-python/recipes-devtools/python/python3-posix-ipc_1.3.2.bb (renamed from meta-python/recipes-devtools/python/python3-posix-ipc_1.3.0.bb)6
-rw-r--r--meta-python/recipes-devtools/python/python3-regex_2025.10.23.bb (renamed from meta-python/recipes-devtools/python/python3-regex_2025.9.18.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-requests-file_3.0.1.bb (renamed from meta-python/recipes-devtools/python/python3-requests-file_3.0.0.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-serpent_1.42.bb (renamed from meta-python/recipes-devtools/python/python3-serpent_1.41.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-termcolor_3.2.0.bb (renamed from meta-python/recipes-devtools/python/python3-termcolor_3.1.0.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-typer_0.20.0.bb (renamed from meta-python/recipes-devtools/python/python3-typer_0.19.2.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-vector_1.7.0.bb (renamed from meta-python/recipes-devtools/python/python3-vector_1.6.3.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-yappi/0002-Fix-import-of-tests.utils-to-enable-pytest.patch11
-rw-r--r--meta-python/recipes-devtools/python/python3-yappi_1.7.3.bb (renamed from meta-python/recipes-devtools/python/python3-yappi_1.6.10.bb)2
22 files changed, 25 insertions, 87 deletions
diff --git a/meta-python/recipes-devtools/python/python3-argcomplete_3.6.2.bb b/meta-python/recipes-devtools/python/python3-argcomplete_3.6.3.bb
index abad776d8c..f73ecf4523 100644
--- a/meta-python/recipes-devtools/python/python3-argcomplete_3.6.2.bb
+++ b/meta-python/recipes-devtools/python/python3-argcomplete_3.6.3.bb
@@ -3,9 +3,7 @@ HOMEPAGE = "https://github.com/kislyuk/argcomplete"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2ee41112a44fe7014dce33e26468ba93" 4LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2ee41112a44fe7014dce33e26468ba93"
5 5
6SRC_URI[sha256sum] = "d0519b1bc867f5f4f4713c41ad0aba73a4a5f007449716b16f385f2166dc6adf" 6SRC_URI[sha256sum] = "62e8ed4fd6a45864acc8235409461b72c9a28ee785a2011cc5eb78318786c89c"
7
8PYPI_PACKAGE = "argcomplete"
9 7
10inherit pypi python_hatchling 8inherit pypi python_hatchling
11 9
diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.7.0.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.7.1.bb
index 4fe60c87c9..e124207cbf 100644
--- a/meta-python/recipes-devtools/python/python3-cbor2_5.7.0.bb
+++ b/meta-python/recipes-devtools/python/python3-cbor2_5.7.1.bb
@@ -3,7 +3,7 @@ LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a79e64179819c7ce293372c059f1dbd8" 3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a79e64179819c7ce293372c059f1dbd8"
4DEPENDS += "python3-setuptools-scm-native" 4DEPENDS += "python3-setuptools-scm-native"
5 5
6SRC_URI[sha256sum] = "3f6d843f4db4d0ec501c46453c22a4fbebb1abfb5b740e1bcab34c615cd7406b" 6SRC_URI[sha256sum] = "7a405a1d7c8230ee9acf240aad48ae947ef584e8af05f169f3c1bde8f01f8b71"
7 7
8inherit pypi python_setuptools_build_meta ptest-python-pytest 8inherit pypi python_setuptools_build_meta ptest-python-pytest
9 9
diff --git a/meta-python/recipes-devtools/python/python3-cmake_4.1.0.bb b/meta-python/recipes-devtools/python/python3-cmake_4.1.2.bb
index 9ab56eb03f..ec7b8fe491 100644
--- a/meta-python/recipes-devtools/python/python3-cmake_4.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-cmake_4.1.2.bb
@@ -11,7 +11,7 @@ PYPI_PACKAGE = "cmake"
11PYPI_ARCHIVE_NAME_PREFIX = "pypi-" 11PYPI_ARCHIVE_NAME_PREFIX = "pypi-"
12 12
13inherit pypi python_setuptools_build_meta 13inherit pypi python_setuptools_build_meta
14SRC_URI[sha256sum] = "bacdd21aebdf9a42e5631cfb365beb8221783fcd27c4e04f7db8b79c43fb12df" 14SRC_URI[sha256sum] = "bee98458447b3a3b937b72849489e6e37ba0076d46df2fbb3af26739e1a3ed10"
15 15
16SRC_URI += " \ 16SRC_URI += " \
17 file://CMakeLists.txt \ 17 file://CMakeLists.txt \
diff --git a/meta-python/recipes-devtools/python/python3-gpiod_2.3.0.bb b/meta-python/recipes-devtools/python/python3-gpiod_2.4.0.bb
index cd05b40010..405951fe0c 100644
--- a/meta-python/recipes-devtools/python/python3-gpiod_2.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-gpiod_2.4.0.bb
@@ -3,11 +3,11 @@ SUMMARY = "Python bindings for libgpiod."
3LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later & CC-BY-SA-4.0" 3LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later & CC-BY-SA-4.0"
4# The actual license files live in the upstream libgpiod from which the pypi 4# The actual license files live in the upstream libgpiod from which the pypi
5# package is spun out. 5# package is spun out.
6LIC_FILES_CHKSUM = "file://pyproject.toml;beginline=13;endline=13;md5=fca786987ac89b59c767e55467de581e" 6LIC_FILES_CHKSUM = "file://pyproject.toml;beginline=13;endline=13;md5=0fbc720d3e48432ee239eedb6adb0f07"
7 7
8SRC_URI += "file://run-ptest" 8SRC_URI += "file://run-ptest"
9 9
10SRC_URI[sha256sum] = "daa840ed5b691e7078a9cf21c79fe813b9a91c3ed0bdbafae0181c7b98b80300" 10SRC_URI[sha256sum] = "9243a1a59d084ec749d1df4a1e2f238ffb9d94515b0d9f5335460175143c3aa1"
11 11
12inherit python_setuptools_build_meta python_pep517 ptest pypi 12inherit python_setuptools_build_meta python_pep517 ptest pypi
13 13
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.75.1.bb b/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.76.0.bb
index 173f22aded..921a9a251a 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.75.1.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.76.0.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] = "e0caa06d4de3eb62d3fdc54e5c9dc9003aa3ee21e9c50f5d3538aea854d276f2" 14SRC_URI[sha256sum] = "2ab15ef7b2252a9ba31df500bbe295ce5310a8b01ea6f6d67a17172d914a41a8"
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.1.bb b/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.76.0.bb
index 5e64a3d617..e03fd3e818 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.75.1.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.76.0.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] = "2be3f20b7b93e6e691a0bc761fd7e9996a940b4c96c68f6ca4f7fbc47c3f4b64" 14SRC_URI[sha256sum] = "e0e7e49921c2ee951e5ddff0bdbacbd1ac1a70888beb61d567f3d01b799decb1"
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.1.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.76.0.bb
index 7627356ec9..29bf02f786 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.75.1.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.76.0.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] = "bb78960cf3d58941e1fec70cbdaccf255918beed13c34112a6915a6d8facebd1" 18SRC_URI[sha256sum] = "ce80169b5e6adf3e8302f3ebb6cb0c3a9f08089133abca4b76ad67f751f5ad88"
19 19
20RDEPENDS:${PN} = "python3-grpcio" 20RDEPENDS:${PN} = "python3-grpcio"
21 21
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.75.1.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.76.0.bb
index ef0bf126d5..c4282502e1 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio_1.75.1.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio_1.76.0.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] = "3e81d89ece99b9ace23a6916880baca613c03a799925afb2857887efa8b1b3d2" 16SRC_URI[sha256sum] = "7be78388d6da1a25c0d5ec506523db58b18be22d9c37d8d3a32c08be4987bd73"
17 17
18RDEPENDS:${PN} = "python3-protobuf" 18RDEPENDS:${PN} = "python3-protobuf"
19 19
diff --git a/meta-python/recipes-devtools/python/python3-huey_2.5.3.bb b/meta-python/recipes-devtools/python/python3-huey_2.5.4.bb
index cb033712d9..9402dee2f1 100644
--- a/meta-python/recipes-devtools/python/python3-huey_2.5.3.bb
+++ b/meta-python/recipes-devtools/python/python3-huey_2.5.4.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4"
5 5
6PYPI_PACKAGE = "huey" 6PYPI_PACKAGE = "huey"
7 7
8SRC_URI[sha256sum] = "089fc72b97fd26a513f15b09925c56fad6abe4a699a1f0e902170b37e85163c7" 8SRC_URI[sha256sum] = "4b7fb217b640fbb46efc4f4681b446b40726593522f093e8ef27c4a8fcb6cfbb"
9 9
10RDEPENDS:${PN} += " \ 10RDEPENDS:${PN} += " \
11 python3-datetime \ 11 python3-datetime \
diff --git a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.30.0.bb b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.30.1.bb
index 6608b34f64..ea1f15a5bd 100644
--- a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.30.0.bb
+++ b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.30.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] = "486e996ef133d4d91bacf78c8b712f76668709e7ffde6d9d925148d36c7c8fbd" 7SRC_URI[sha256sum] = "77c2e94a40f2da02909b39e3386c9fc23f532c92af45558e2d7bbabb5fd0cbc1"
8 8
9inherit pypi python_hatchling 9inherit pypi python_hatchling
10 10
diff --git a/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.7.bb b/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.2.1.bb
index b7d5c8efc3..b236802f20 100644
--- a/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.7.bb
+++ b/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.2.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/matplotlib-inline/"
3LICENSE = "BSD-3-Clause" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=d4692a0eb42ca54892399db2cb35e61e" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=d4692a0eb42ca54892399db2cb35e61e"
5 5
6SRC_URI[sha256sum] = "8423b23ec666be3d16e16b60bdd8ac4e86e840ebd1dd11a30b9f117f2fa0ab90" 6SRC_URI[sha256sum] = "e1ee949c340d771fc39e241ea75683deb94762c8fa5f2927ec57c83c4dffa9fe"
7 7
8PYPI_PACKAGE = "matplotlib_inline" 8PYPI_PACKAGE = "matplotlib_inline"
9UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" 9UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
diff --git a/meta-python/recipes-devtools/python/python3-moteus_0.3.93.bb b/meta-python/recipes-devtools/python/python3-moteus_0.3.95.bb
index a9235fef4f..27dd6ef82b 100644
--- a/meta-python/recipes-devtools/python/python3-moteus_0.3.93.bb
+++ b/meta-python/recipes-devtools/python/python3-moteus_0.3.95.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://setup.py;beginline=3;endline=9;md5=24025d3c660abfc62a
5 5
6inherit pypi setuptools3 6inherit pypi setuptools3
7 7
8SRC_URI[sha256sum] = "6d61382935e752536d547c7398a2d6f949a2a8d890580a68994a02309f599fc6" 8SRC_URI[sha256sum] = "8607d7c841345ba88fafacc98b820129176e877f5b13176fe5acb4805cc22281"
9 9
10S = "${UNPACKDIR}/moteus-${PV}" 10S = "${UNPACKDIR}/moteus-${PV}"
11 11
diff --git a/meta-python/recipes-devtools/python/python3-posix-ipc/0001-build_support-fix-cross-compilation-error-when-CC-is.patch b/meta-python/recipes-devtools/python/python3-posix-ipc/0001-build_support-fix-cross-compilation-error-when-CC-is.patch
deleted file mode 100644
index c78d4ad726..0000000000
--- a/meta-python/recipes-devtools/python/python3-posix-ipc/0001-build_support-fix-cross-compilation-error-when-CC-is.patch
+++ /dev/null
@@ -1,53 +0,0 @@
1From 01134093c9150248f9ea8890a41e922159593a7f Mon Sep 17 00:00:00 2001
2From: Haixiao Yan <haixiao.yan.cn@windriver.com>
3Date: Fri, 8 Aug 2025 19:30:16 +0800
4Subject: [PATCH] build_support: fix cross-compilation error when CC is a
5 multi-part command
6
7Fix the following error when cross-compiling with an environment-defined CC
8that includes flags:
9
10FileNotFoundError: [Errno 2] No such file or directory: 'x86_64-wrs-linux-gcc
11-m64 -march=nehalem -mtune=generic -mfpmath=sse -msse4.2
12-fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security
13-Werror=format-security
14--sysroot=/build-1.3.0/tmp/work/corei7-64-wrs-linux/python3-posix-ipc/1.3.0/recipe-sysroot'
15
16This happened because the CC environment variable was treated as a single
17string instead of being split into arguments. The fix uses shlex.split() to
18correctly parse CC into a list of compiler and flags, and then unpacks it when
19forming the subprocess command.
20
21Upstream-Status: Backport [https://github.com/osvenskan/posix_ipc/commit/0113409]
22
23Signed-off-by: Haixiao Yan <haixiao.yan.cn@windriver.com>
24---
25 build_support/discover_system_info.py | 5 ++++-
26 1 file changed, 4 insertions(+), 1 deletion(-)
27
28diff --git a/build_support/discover_system_info.py b/build_support/discover_system_info.py
29index d1b171e4f602..1c3741f5577c 100644
30--- a/build_support/discover_system_info.py
31+++ b/build_support/discover_system_info.py
32@@ -1,6 +1,7 @@
33 import subprocess
34 import platform
35 import os
36+import shlex
37
38 # Set these to None for compile/link debugging or subprocess.PIPE to silence
39 # compiler warnings and errors.
40@@ -49,7 +50,9 @@ def does_build_succeed(filename, linker_options=""):
41 # - Some versions of Linux place the sem_xxx() functions in libpthread.
42 # Rather than testing whether or not it's needed, I just specify it
43 # everywhere since it's harmless to specify it when it's not needed.
44- cmd = [os.getenv("CC", "cc"),
45+ cc = os.getenv("CC", "cc")
46+ cmd = [
47+ *shlex.split(cc),
48 '-Wall',
49 '-o',
50 f'./build_support/src/{filename[:-2]}',
51--
522.34.1
53
diff --git a/meta-python/recipes-devtools/python/python3-posix-ipc_1.3.0.bb b/meta-python/recipes-devtools/python/python3-posix-ipc_1.3.2.bb
index 02d2e55bad..3431e6c7aa 100644
--- a/meta-python/recipes-devtools/python/python3-posix-ipc_1.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-posix-ipc_1.3.2.bb
@@ -7,11 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e3d8df223c2614dbf1aabdc1ca23cc10"
7PYPI_PACKAGE = "posix_ipc" 7PYPI_PACKAGE = "posix_ipc"
8UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" 8UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
9 9
10SRC_URI[sha256sum] = "6e559ac5bb5f6f233c396103f4868e383bbd8f4e54d20876910896f47d353448" 10SRC_URI[sha256sum] = "6923232111329954a8349f7d99f212b6e96b5206e77fbd39aaf1b3cb4a5e9260"
11
12SRC_URI += " \
13 file://0001-build_support-fix-cross-compilation-error-when-CC-is.patch \
14 "
15 11
16# Message queue support requires librt for proper linking 12# Message queue support requires librt for proper linking
17LDFLAGS += "-lrt" 13LDFLAGS += "-lrt"
diff --git a/meta-python/recipes-devtools/python/python3-regex_2025.9.18.bb b/meta-python/recipes-devtools/python/python3-regex_2025.10.23.bb
index 5ee7ea85bd..bf6e7776af 100644
--- a/meta-python/recipes-devtools/python/python3-regex_2025.9.18.bb
+++ b/meta-python/recipes-devtools/python/python3-regex_2025.10.23.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7b5751ddd6b643203c31ff873051d069"
5 5
6inherit pypi python_setuptools_build_meta 6inherit pypi python_setuptools_build_meta
7 7
8SRC_URI[sha256sum] = "c5ba23274c61c6fef447ba6a39333297d0c247f53059dba0bca415cac511edc4" 8SRC_URI[sha256sum] = "8cbaf8ceb88f96ae2356d01b9adf5e6306fa42fa6f7eab6b97794e37c959ac26"
9 9
10RDEPENDS:${PN} += " \ 10RDEPENDS:${PN} += " \
11 python3-stringold \ 11 python3-stringold \
diff --git a/meta-python/recipes-devtools/python/python3-requests-file_3.0.0.bb b/meta-python/recipes-devtools/python/python3-requests-file_3.0.1.bb
index a9b10c919e..f796c8ef78 100644
--- a/meta-python/recipes-devtools/python/python3-requests-file_3.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-requests-file_3.0.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/dashea/requests-file"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=9cc728d6087e43796227b0a31422de6b" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=9cc728d6087e43796227b0a31422de6b"
5 5
6SRC_URI[sha256sum] = "68789589cfde7098e8933fe3e69bbd864f7f0c22f118937b424d94d0e1b7760f" 6SRC_URI[sha256sum] = "f14243d7796c588f3521bd423c5dea2ee4cc730e54a3cac9574d78aca1272576"
7 7
8PYPI_PACKAGE = "requests_file" 8PYPI_PACKAGE = "requests_file"
9UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" 9UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.41.bb b/meta-python/recipes-devtools/python/python3-serpent_1.42.bb
index f6c7b5443b..c165a02caa 100644
--- a/meta-python/recipes-devtools/python/python3-serpent_1.41.bb
+++ b/meta-python/recipes-devtools/python/python3-serpent_1.42.bb
@@ -2,7 +2,7 @@ SUMMARY = "Serialization based on ast.literal_eval"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=d7c28f460fafe7be454fcdcac0b60263" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=d7c28f460fafe7be454fcdcac0b60263"
4 4
5SRC_URI[sha256sum] = "0407035fe3c6644387d48cff1467d5aa9feff814d07372b78677ed0ee3ed7095" 5SRC_URI[sha256sum] = "8ea082b01f8ba07ecd74e34a9118ac4521bc4594938d912b808c89f1da425506"
6 6
7inherit pypi ptest-python-pytest setuptools3 7inherit pypi ptest-python-pytest setuptools3
8 8
diff --git a/meta-python/recipes-devtools/python/python3-termcolor_3.1.0.bb b/meta-python/recipes-devtools/python/python3-termcolor_3.2.0.bb
index 5b82da4838..100292858f 100644
--- a/meta-python/recipes-devtools/python/python3-termcolor_3.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-termcolor_3.2.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=e5f5f7c9b280511f124dba5dda3d180e"
6 6
7inherit pypi python_hatchling 7inherit pypi python_hatchling
8 8
9SRC_URI[sha256sum] = "6a6dd7fbee581909eeec6a756cff1d7f7c376063b14e4a298dc4980309e55970" 9SRC_URI[sha256sum] = "610e6456feec42c4bcd28934a8c87a06c3fa28b01561d46aa09a9881b8622c58"
10 10
11DEPENDS += " \ 11DEPENDS += " \
12 python3-toml-native \ 12 python3-toml-native \
diff --git a/meta-python/recipes-devtools/python/python3-typer_0.19.2.bb b/meta-python/recipes-devtools/python/python3-typer_0.20.0.bb
index eaa416f021..db682c5d35 100644
--- a/meta-python/recipes-devtools/python/python3-typer_0.19.2.bb
+++ b/meta-python/recipes-devtools/python/python3-typer_0.20.0.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] = "9ad824308ded0ad06cc716434705f691d4ee0bfd0fb081839d2e426860e7fdca" 10SRC_URI[sha256sum] = "1aaf6494031793e4876fb0bacfa6a912b551cf43c1e63c800df8b1a866720c37"
11 11
12inherit pypi python_pdm ptest 12inherit pypi python_pdm ptest
13 13
diff --git a/meta-python/recipes-devtools/python/python3-vector_1.6.3.bb b/meta-python/recipes-devtools/python/python3-vector_1.7.0.bb
index 912dfb8b85..bb1e7eeed9 100644
--- a/meta-python/recipes-devtools/python/python3-vector_1.6.3.bb
+++ b/meta-python/recipes-devtools/python/python3-vector_1.7.0.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2963f0dc7a24919505850460dd1a785b"
12 12
13DEPENDS += "python3-hatch-vcs-native" 13DEPENDS += "python3-hatch-vcs-native"
14 14
15SRC_URI[sha256sum] = "a85149a62fcaa8a4d95214ca217f3910ea6800d79d65ef1cfb1005720b4f713a" 15SRC_URI[sha256sum] = "8b05ea2953322c74c49d2af180f7eac73ad0aa3d4c391cab896175ec4fa3d642"
16 16
17inherit pypi python_hatchling 17inherit pypi python_hatchling
18 18
diff --git a/meta-python/recipes-devtools/python/python3-yappi/0002-Fix-import-of-tests.utils-to-enable-pytest.patch b/meta-python/recipes-devtools/python/python3-yappi/0002-Fix-import-of-tests.utils-to-enable-pytest.patch
index 96dd024125..93a4fd980f 100644
--- a/meta-python/recipes-devtools/python/python3-yappi/0002-Fix-import-of-tests.utils-to-enable-pytest.patch
+++ b/meta-python/recipes-devtools/python/python3-yappi/0002-Fix-import-of-tests.utils-to-enable-pytest.patch
@@ -1,7 +1,7 @@
1From 28eac38566327091221aabbc164ea8e433c66e7e Mon Sep 17 00:00:00 2001 1From 7c7ceea53138eefbe522f8881f1c4281083a2d68 Mon Sep 17 00:00:00 2001
2From: Tim Orling <tim.orling@konsulko.com> 2From: Tim Orling <tim.orling@konsulko.com>
3Date: Sun, 24 Dec 2023 09:27:50 -0800 3Date: Sun, 24 Dec 2023 09:27:50 -0800
4Subject: [PATCH 2/2] Fix import of tests.utils to enable pytest 4Subject: [PATCH] Fix import of tests.utils to enable pytest
5 5
6Running the test cases with pytest leads to importlib errors 6Running the test cases with pytest leads to importlib errors
7because the "utils" module cannot be found. 7because the "utils" module cannot be found.
@@ -19,7 +19,7 @@ Signed-off-by: Tim Orling <tim.orling@konsulko.com>
19 6 files changed, 6 insertions(+), 6 deletions(-) 19 6 files changed, 6 insertions(+), 6 deletions(-)
20 20
21diff --git a/tests/test_asyncio.py b/tests/test_asyncio.py 21diff --git a/tests/test_asyncio.py b/tests/test_asyncio.py
22index 8e9e631..bb36f4a 100644 22index a48b6ca..76e99a7 100644
23--- a/tests/test_asyncio.py 23--- a/tests/test_asyncio.py
24+++ b/tests/test_asyncio.py 24+++ b/tests/test_asyncio.py
25@@ -2,7 +2,7 @@ import unittest 25@@ -2,7 +2,7 @@ import unittest
@@ -30,7 +30,7 @@ index 8e9e631..bb36f4a 100644
30+from tests.utils import YappiUnitTestCase, find_stat_by_name, burn_cpu, burn_io 30+from tests.utils import YappiUnitTestCase, find_stat_by_name, burn_cpu, burn_io
31 31
32 32
33 async def async_sleep(sec): 33 try:
34diff --git a/tests/test_asyncio_context_vars.py b/tests/test_asyncio_context_vars.py 34diff --git a/tests/test_asyncio_context_vars.py b/tests/test_asyncio_context_vars.py
35index 5bd750c..9a253c0 100644 35index 5bd750c..9a253c0 100644
36--- a/tests/test_asyncio_context_vars.py 36--- a/tests/test_asyncio_context_vars.py
@@ -96,6 +96,3 @@ index b0b531d..b5a4016 100644
96 96
97 97
98 class MultiThreadTests(YappiUnitTestCase): 98 class MultiThreadTests(YappiUnitTestCase):
99--
1002.34.1
101
diff --git a/meta-python/recipes-devtools/python/python3-yappi_1.6.10.bb b/meta-python/recipes-devtools/python/python3-yappi_1.7.3.bb
index bced340b94..3e735f7124 100644
--- a/meta-python/recipes-devtools/python/python3-yappi_1.6.10.bb
+++ b/meta-python/recipes-devtools/python/python3-yappi_1.7.3.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/sumerc/yappi"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=71c208c9a4fd864385eb69ad4caa3bee" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=71c208c9a4fd864385eb69ad4caa3bee"
6 6
7SRC_URI[sha256sum] = "463b822727658937bd95a7d80ca9758605b8cd0014e004e9e520ec9cb4db0c92" 7SRC_URI[sha256sum] = "bef71ad0595b600261668dcb1e18b935a7117a724c04d7be60d9d246e32d0928"
8 8
9SRC_URI += " \ 9SRC_URI += " \
10 file://0001-test_functionality-convert-line-endings-to-Unix.patch \ 10 file://0001-test_functionality-convert-line-endings-to-Unix.patch \