diff options
Diffstat (limited to 'meta-python')
26 files changed, 110 insertions, 109 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cmake_4.0.2.bb b/meta-python/recipes-devtools/python/python3-cmake_4.0.3.bb index a0d249a962..719169e641 100644 --- a/meta-python/recipes-devtools/python/python3-cmake_4.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-cmake_4.0.3.bb | |||
@@ -11,7 +11,7 @@ PYPI_PACKAGE = "cmake" | |||
11 | PYPI_ARCHIVE_NAME_PREFIX = "pypi-" | 11 | PYPI_ARCHIVE_NAME_PREFIX = "pypi-" |
12 | 12 | ||
13 | inherit pypi python_setuptools_build_meta | 13 | inherit pypi python_setuptools_build_meta |
14 | SRC_URI[sha256sum] = "d6ce25b2cbebc073344d38b603ba223f8e633a07335f8056375f397a0f0027e5" | 14 | SRC_URI[sha256sum] = "215732f09ea8a7088fe1ab46bbd61669437217278d709fd3851bf8211e8c59e3" |
15 | 15 | ||
16 | SRC_URI += " \ | 16 | SRC_URI += " \ |
17 | file://CMakeLists.txt \ | 17 | file://CMakeLists.txt \ |
diff --git a/meta-python/recipes-devtools/python/python3-distlib_0.3.9.bb b/meta-python/recipes-devtools/python/python3-distlib_0.4.0.bb index 33e79d53e3..146803a45c 100644 --- a/meta-python/recipes-devtools/python/python3-distlib_0.3.9.bb +++ b/meta-python/recipes-devtools/python/python3-distlib_0.4.0.bb | |||
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/pypa/distlib" | |||
6 | LICENSE = "PSF-2.0" | 6 | LICENSE = "PSF-2.0" |
7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f6a11430d5cd6e2cd3832ee94f22ddfc" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f6a11430d5cd6e2cd3832ee94f22ddfc" |
8 | 8 | ||
9 | SRC_URI[sha256sum] = "a60f20dea646b8a33f3e7772f74dc0b2d0772d2837ee1342a00645c81edf9403" | 9 | SRC_URI[sha256sum] = "feec40075be03a04501a973d81f633735b4b69f98b05450592310c0f401a4e0d" |
10 | 10 | ||
11 | BBCLASSEXTEND = "native nativesdk" | 11 | BBCLASSEXTEND = "native nativesdk" |
12 | inherit pypi python_setuptools_build_meta | 12 | inherit pypi python_setuptools_build_meta |
diff --git a/meta-python/recipes-devtools/python/python3-gevent/0001-_setuputils.py-Do-not-add-sys_inc_dir.patch b/meta-python/recipes-devtools/python/python3-gevent/0001-_setuputils.py-Do-not-add-sys_inc_dir.patch index 49903d6ce8..68ef5d6d9a 100644 --- a/meta-python/recipes-devtools/python/python3-gevent/0001-_setuputils.py-Do-not-add-sys_inc_dir.patch +++ b/meta-python/recipes-devtools/python/python3-gevent/0001-_setuputils.py-Do-not-add-sys_inc_dir.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 9eb453283a7ac8a9b1dd3eac86d936c7a430476b Mon Sep 17 00:00:00 2001 | 1 | From 21b8f74c3d0006c80549452743d50e6f012aa7ef Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Tue, 11 Oct 2022 17:37:01 -0700 | 3 | Date: Tue, 11 Oct 2022 17:37:01 -0700 |
4 | Subject: [PATCH] _setuputils.py: Do not add sys_inc_dir | 4 | Subject: [PATCH] _setuputils.py: Do not add sys_inc_dir |
@@ -10,7 +10,6 @@ we really do not need setuptools to deduce it for us. | |||
10 | 10 | ||
11 | Upstream-Status: Inappropriate [ Cross-compile specific ] | 11 | Upstream-Status: Inappropriate [ Cross-compile specific ] |
12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
13 | |||
14 | --- | 13 | --- |
15 | _setuputils.py | 3 +-- | 14 | _setuputils.py | 3 +-- |
16 | 1 file changed, 1 insertion(+), 2 deletions(-) | 15 | 1 file changed, 1 insertion(+), 2 deletions(-) |
diff --git a/meta-python/recipes-devtools/python/python3-gevent_25.4.2.bb b/meta-python/recipes-devtools/python/python3-gevent_25.5.1.bb index b66fd5c8cf..05c4ea2205 100644 --- a/meta-python/recipes-devtools/python/python3-gevent_25.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-gevent_25.5.1.bb | |||
@@ -15,7 +15,7 @@ RDEPENDS:${PN} = "python3-greenlet \ | |||
15 | 15 | ||
16 | SRC_URI += "file://0001-_setuputils.py-Do-not-add-sys_inc_dir.patch" | 16 | SRC_URI += "file://0001-_setuputils.py-Do-not-add-sys_inc_dir.patch" |
17 | 17 | ||
18 | SRC_URI[sha256sum] = "7ffba461458ed28a85a01285ea0e0dc14f883204d17ce5ed82fa839a9d620028" | 18 | SRC_URI[sha256sum] = "582c948fa9a23188b890d0bc130734a506d039a2e5ad87dae276a456cc683e61" |
19 | 19 | ||
20 | inherit pypi python_setuptools_build_meta cython | 20 | inherit pypi python_setuptools_build_meta cython |
21 | 21 | ||
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.72.1.bb b/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.73.1.bb index 0792506e03..857e842b70 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.72.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.73.1.bb | |||
@@ -11,7 +11,7 @@ DEPENDS += "python3-grpcio" | |||
11 | PYPI_PACKAGE = "grpcio_channelz" | 11 | PYPI_PACKAGE = "grpcio_channelz" |
12 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | 12 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |
13 | 13 | ||
14 | SRC_URI[sha256sum] = "7dec124f2cefe6d2f2b9176d578496a938a8407ea196eb7a27494f4a40793a0a" | 14 | SRC_URI[sha256sum] = "e48c5444db505d9e42ceca4399ccb9926bceb41189a8956140a94d2f95538be9" |
15 | 15 | ||
16 | RDEPENDS:${PN} = "python3-grpcio" | 16 | RDEPENDS:${PN} = "python3-grpcio" |
17 | 17 | ||
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.72.1.bb b/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.73.1.bb index a922dcd873..dfce718a41 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.72.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.73.1.bb | |||
@@ -11,7 +11,7 @@ DEPENDS += "python3-grpcio" | |||
11 | PYPI_PACKAGE = "grpcio_reflection" | 11 | PYPI_PACKAGE = "grpcio_reflection" |
12 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | 12 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |
13 | 13 | ||
14 | SRC_URI[sha256sum] = "f04f0c8c21937162c3a7d2b9532a42e568fd4096327bec8eb1cff8e7d8146150" | 14 | SRC_URI[sha256sum] = "2d6a420264e31e83e81114dd2586b5cd05a6c689b01dd5e2121d91f2b4e167f2" |
15 | 15 | ||
16 | RDEPENDS:${PN} = "python3-grpcio" | 16 | RDEPENDS:${PN} = "python3-grpcio" |
17 | 17 | ||
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-protobuf-Disable-musttail-attribute-on-mips.patch b/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-protobuf-Disable-musttail-attribute-on-mips.patch index cb12fb4983..0293cfe650 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-protobuf-Disable-musttail-attribute-on-mips.patch +++ b/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-protobuf-Disable-musttail-attribute-on-mips.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From ded393c799d4d970d69a75c458f3672b03099aeb Mon Sep 17 00:00:00 2001 | 1 | From 668d3e577073e51cc7e98b42d89c1e2b9b4e04b4 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Fri, 16 Sep 2022 19:09:15 -0700 | 3 | Date: Fri, 16 Sep 2022 19:09:15 -0700 |
4 | Subject: [PATCH] protobuf: Disable musttail attribute on mips | 4 | Subject: [PATCH] protobuf: Disable musttail attribute on mips |
@@ -13,10 +13,10 @@ Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> | |||
13 | 1 file changed, 1 insertion(+) | 13 | 1 file changed, 1 insertion(+) |
14 | 14 | ||
15 | diff --git a/third_party/protobuf/src/google/protobuf/port_def.inc b/third_party/protobuf/src/google/protobuf/port_def.inc | 15 | diff --git a/third_party/protobuf/src/google/protobuf/port_def.inc b/third_party/protobuf/src/google/protobuf/port_def.inc |
16 | index 56f995e..4d36c2f 100644 | 16 | index edd6d51..6ddaf80 100644 |
17 | --- a/third_party/protobuf/src/google/protobuf/port_def.inc | 17 | --- a/third_party/protobuf/src/google/protobuf/port_def.inc |
18 | +++ b/third_party/protobuf/src/google/protobuf/port_def.inc | 18 | +++ b/third_party/protobuf/src/google/protobuf/port_def.inc |
19 | @@ -227,6 +227,7 @@ static_assert(PROTOBUF_ABSL_MIN(20230125, 3), | 19 | @@ -235,6 +235,7 @@ static_assert(PROTOBUF_ABSL_MIN(20230125, 3), |
20 | #error PROTOBUF_TAILCALL was previously defined | 20 | #error PROTOBUF_TAILCALL was previously defined |
21 | #endif | 21 | #endif |
22 | #if ABSL_HAVE_CPP_ATTRIBUTE(clang::musttail) && !defined(__arm__) && \ | 22 | #if ABSL_HAVE_CPP_ATTRIBUTE(clang::musttail) && !defined(__arm__) && \ |
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch b/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch index 439b337bda..b779d1441a 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch +++ b/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From f1bf68aaa5417bcb7ad4996f1be8d2c0f53c521c Mon Sep 17 00:00:00 2001 | 1 | From 1f1f174ed3ca28bdf8bbb479eb1d948d934dcc53 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Wed, 17 Feb 2021 13:38:55 -0800 | 3 | Date: Wed, 17 Feb 2021 13:38:55 -0800 |
4 | Subject: [PATCH] setup.py: Do not mix C and C++ compiler options | 4 | Subject: [PATCH] setup.py: Do not mix C and C++ compiler options |
@@ -27,7 +27,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
27 | 1 file changed, 6 insertions(+), 4 deletions(-) | 27 | 1 file changed, 6 insertions(+), 4 deletions(-) |
28 | 28 | ||
29 | diff --git a/setup.py b/setup.py | 29 | diff --git a/setup.py b/setup.py |
30 | index 1a997df..86e3ad1 100644 | 30 | index ff27e67..964baf4 100644 |
31 | --- a/setup.py | 31 | --- a/setup.py |
32 | +++ b/setup.py | 32 | +++ b/setup.py |
33 | @@ -90,9 +90,11 @@ def check_linker_need_libatomic(): | 33 | @@ -90,9 +90,11 @@ def check_linker_need_libatomic(): |
@@ -54,6 +54,3 @@ index 1a997df..86e3ad1 100644 | |||
54 | stdin=PIPE, | 54 | stdin=PIPE, |
55 | stdout=PIPE, | 55 | stdout=PIPE, |
56 | stderr=PIPE, | 56 | stderr=PIPE, |
57 | -- | ||
58 | 2.43.0 | ||
59 | |||
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.72.1.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.73.1.bb index 52d68c71a9..d380c3b1cf 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.72.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.73.1.bb | |||
@@ -15,7 +15,7 @@ DEPENDS += "python3-grpcio" | |||
15 | SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \ | 15 | SRC_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 | " |
18 | SRC_URI[sha256sum] = "a11afb21d0e960eb41f3c3053206e9271ec42579582c13193b99a0dca6be86d1" | 18 | SRC_URI[sha256sum] = "6e06adec3b0870f5947953b0ef8dbdf2cebcdff61fb1fe08120cc7483c7978aa" |
19 | 19 | ||
20 | RDEPENDS:${PN} = "python3-grpcio" | 20 | RDEPENDS:${PN} = "python3-grpcio" |
21 | 21 | ||
diff --git a/meta-python/recipes-devtools/python/python3-grpcio/0001-python-enable-unbundled-cross-compilation.patch b/meta-python/recipes-devtools/python/python3-grpcio/0001-python-enable-unbundled-cross-compilation.patch index b2b2713559..bfc471f3fe 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio/0001-python-enable-unbundled-cross-compilation.patch +++ b/meta-python/recipes-devtools/python/python3-grpcio/0001-python-enable-unbundled-cross-compilation.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From ed9f268774838d279e23b4ae9fb95ca7650942b2 Mon Sep 17 00:00:00 2001 | 1 | From 55405c161ec71068229d13ef19d2f01ff59c2b77 Mon Sep 17 00:00:00 2001 |
2 | From: Peter Marko <peter.marko@siemens.com> | 2 | From: Peter Marko <peter.marko@siemens.com> |
3 | Date: Wed, 5 Feb 2025 21:06:50 +0100 | 3 | Date: Wed, 5 Feb 2025 21:06:50 +0100 |
4 | Subject: [PATCH] python: enable unbundled cross compilation | 4 | Subject: [PATCH] python: enable unbundled cross compilation |
@@ -13,7 +13,7 @@ Signed-off-by: Peter Marko <peter.marko@siemens.com> | |||
13 | 1 file changed, 5 insertions(+), 5 deletions(-) | 13 | 1 file changed, 5 insertions(+), 5 deletions(-) |
14 | 14 | ||
15 | diff --git a/setup.py b/setup.py | 15 | diff --git a/setup.py b/setup.py |
16 | index 4d13d87..f002ab2 100644 | 16 | index 39ca17e..bffa9fb 100644 |
17 | --- a/setup.py | 17 | --- a/setup.py |
18 | +++ b/setup.py | 18 | +++ b/setup.py |
19 | @@ -318,25 +318,25 @@ if BUILD_WITH_SYSTEM_OPENSSL: | 19 | @@ -318,25 +318,25 @@ if BUILD_WITH_SYSTEM_OPENSSL: |
diff --git a/meta-python/recipes-devtools/python/python3-grpcio/abseil-ppc-fixes.patch b/meta-python/recipes-devtools/python/python3-grpcio/abseil-ppc-fixes.patch index 69e06a7918..946e36f53f 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio/abseil-ppc-fixes.patch +++ b/meta-python/recipes-devtools/python/python3-grpcio/abseil-ppc-fixes.patch | |||
@@ -1,5 +1,5 @@ | |||
1 | From a2ec96a96ff7ba016e800212a942b9f29f255415 Mon Sep 17 00:00:00 2001 | 1 | From 42b215f964b2c13db4adb0ee72f024607f74e6d1 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Sat, 13 Mar 2021 10:26:25 -0800 | 3 | Date: Sat, 13 Mar 2021 10:26:25 -0800 |
4 | Subject: [PATCH] An all-in-one patch that fixes several issues: | 4 | Subject: [PATCH] An all-in-one patch that fixes several issues: |
5 | 5 | ||
@@ -22,7 +22,7 @@ Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> | |||
22 | 4 files changed, 12 insertions(+), 5 deletions(-) | 22 | 4 files changed, 12 insertions(+), 5 deletions(-) |
23 | 23 | ||
24 | diff --git a/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc b/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc | 24 | diff --git a/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc b/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc |
25 | index a0bf3a6..103b4f6 100644 | 25 | index 68f9273..5dbfaab 100644 |
26 | --- a/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc | 26 | --- a/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc |
27 | +++ b/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc | 27 | +++ b/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc |
28 | @@ -20,7 +20,7 @@ | 28 | @@ -20,7 +20,7 @@ |
@@ -85,10 +85,10 @@ index 3dd6ba1..9f0601c 100644 | |||
85 | return reinterpret_cast<void*>(context->uc_mcontext.__gregs[REG_PC]); | 85 | return reinterpret_cast<void*>(context->uc_mcontext.__gregs[REG_PC]); |
86 | #elif defined(__s390__) && !defined(__s390x__) | 86 | #elif defined(__s390__) && !defined(__s390x__) |
87 | diff --git a/third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h b/third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h | 87 | diff --git a/third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h b/third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h |
88 | index 3929b1b..23d5e50 100644 | 88 | index 88949fe..4e26a6b 100644 |
89 | --- a/third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h | 89 | --- a/third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h |
90 | +++ b/third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h | 90 | +++ b/third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h |
91 | @@ -60,7 +60,7 @@ | 91 | @@ -67,7 +67,7 @@ |
92 | #elif defined(__i386__) || defined(__x86_64__) | 92 | #elif defined(__i386__) || defined(__x86_64__) |
93 | #define ABSL_STACKTRACE_INL_HEADER \ | 93 | #define ABSL_STACKTRACE_INL_HEADER \ |
94 | "absl/debugging/internal/stacktrace_x86-inl.inc" | 94 | "absl/debugging/internal/stacktrace_x86-inl.inc" |
@@ -97,6 +97,3 @@ index 3929b1b..23d5e50 100644 | |||
97 | #define ABSL_STACKTRACE_INL_HEADER \ | 97 | #define ABSL_STACKTRACE_INL_HEADER \ |
98 | "absl/debugging/internal/stacktrace_powerpc-inl.inc" | 98 | "absl/debugging/internal/stacktrace_powerpc-inl.inc" |
99 | #elif defined(__aarch64__) | 99 | #elif defined(__aarch64__) |
100 | -- | ||
101 | 2.43.0 | ||
102 | |||
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.72.1.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.73.1.bb index 79059a33cf..0edfab3101 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.72.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.73.1.bb | |||
@@ -13,7 +13,7 @@ DEPENDS += "c-ares openssl python3-protobuf re2 zlib" | |||
13 | SRC_URI += "file://0001-python-enable-unbundled-cross-compilation.patch \ | 13 | SRC_URI += "file://0001-python-enable-unbundled-cross-compilation.patch \ |
14 | file://abseil-ppc-fixes.patch \ | 14 | file://abseil-ppc-fixes.patch \ |
15 | " | 15 | " |
16 | SRC_URI[sha256sum] = "87f62c94a40947cec1a0f91f95f5ba0aa8f799f23a1d42ae5be667b6b27b959c" | 16 | SRC_URI[sha256sum] = "7fce2cd1c0c1116cf3850564ebfc3264fba75d3c74a7414373f1238ea365ef87" |
17 | 17 | ||
18 | RDEPENDS:${PN} = "python3-protobuf" | 18 | RDEPENDS:${PN} = "python3-protobuf" |
19 | 19 | ||
diff --git a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.23.2.bb b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.24.0.bb index 247ceed88d..f32eb2e212 100644 --- a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.23.2.bb +++ b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.24.0.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "MIT" | |||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7a35eb90dfdf03953dd2074d0fdba1d4" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7a35eb90dfdf03953dd2074d0fdba1d4" |
5 | 5 | ||
6 | DEPENDS = "python3-hatchling-native" | 6 | DEPENDS = "python3-hatchling-native" |
7 | SRC_URI[sha256sum] = "440060e090db0da98bd1dea5d9c346291a0c7388213ff9437411ed59885a956d" | 7 | SRC_URI[sha256sum] = "6aa304f2904103a449f3213e059728da5f1c34757f943efca837b4669f290843" |
8 | 8 | ||
9 | inherit pypi python_hatchling | 9 | inherit pypi python_hatchling |
10 | 10 | ||
diff --git a/meta-python/recipes-devtools/python/python3-lief_0.16.5.bb b/meta-python/recipes-devtools/python/python3-lief_0.16.6.bb index 8a0e30133c..2a500dd2e4 100644 --- a/meta-python/recipes-devtools/python/python3-lief_0.16.5.bb +++ b/meta-python/recipes-devtools/python/python3-lief_0.16.6.bb | |||
@@ -6,12 +6,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=9ab5db472ff936b441055522f5000547" | |||
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | 7 | ||
8 | SRC_URI = " \ | 8 | SRC_URI = " \ |
9 | git://github.com/lief-project/LIEF.git;protocol=https;branch=main \ | 9 | git://github.com/lief-project/LIEF.git;protocol=https;branch=release/0.16.x;tag=${PV} \ |
10 | file://0001-build-requirements.txt-Allow-newer-versions.patch \ | 10 | file://0001-build-requirements.txt-Allow-newer-versions.patch \ |
11 | file://0002-api-python-config-default.toml-Debug.patch \ | 11 | file://0002-api-python-config-default.toml-Debug.patch \ |
12 | " | 12 | " |
13 | SRCREV = "abcf929efb748c7846dd59007cbb807e108db311" | 13 | SRCREV = "d52c66d6da4d67c69438989df83a5415236ae08b" |
14 | PV .= "+git" | ||
15 | 14 | ||
16 | PEP517_SOURCE_PATH = "${S}/api/python" | 15 | PEP517_SOURCE_PATH = "${S}/api/python" |
17 | 16 | ||
diff --git a/meta-python/recipes-devtools/python/python3-myst-parser_4.0.1.bb b/meta-python/recipes-devtools/python/python3-myst-parser_4.0.1.bb index 01c98b8db1..24a3953d42 100644 --- a/meta-python/recipes-devtools/python/python3-myst-parser_4.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-myst-parser_4.0.1.bb | |||
@@ -12,6 +12,8 @@ PYPI_PACKAGE = "myst_parser" | |||
12 | RDEPENDS:${PN} = "\ | 12 | RDEPENDS:${PN} = "\ |
13 | python3-docutils \ | 13 | python3-docutils \ |
14 | python3-jinja2 \ | 14 | python3-jinja2 \ |
15 | python3-markdown-it-py \ | ||
16 | python3-mdit-py-plugins \ | ||
15 | python3-pyyaml \ | 17 | python3-pyyaml \ |
16 | python3-sphinx \ | 18 | python3-sphinx \ |
17 | " | 19 | " |
diff --git a/meta-python/recipes-devtools/python/python3-nanobind_2.7.0.bb b/meta-python/recipes-devtools/python/python3-nanobind_2.8.0.bb index 3cb75cba09..370130af69 100644 --- a/meta-python/recipes-devtools/python/python3-nanobind_2.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-nanobind_2.8.0.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/wjakob/nanobind" | |||
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7646f9ee25e49eaf53f89a10665c568c" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7646f9ee25e49eaf53f89a10665c568c" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "f9f1b160580c50dcf37b6495a0fd5ec61dc0d95dae5f8004f87dd9ad7eb46b34" | 7 | SRC_URI[sha256sum] = "94e7bf6aa1d7dff9566eddc15252aba94fdadbf67a99a169bfab34b708427cd8" |
8 | 8 | ||
9 | inherit pypi python_setuptools_build_meta cmake lib_package | 9 | inherit pypi python_setuptools_build_meta cmake lib_package |
10 | 10 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pydantic-core-crates.inc b/meta-python/recipes-devtools/python/python3-pydantic-core-crates.inc index 86b72c0e9a..c76f69d4e0 100644 --- a/meta-python/recipes-devtools/python/python3-pydantic-core-crates.inc +++ b/meta-python/recipes-devtools/python/python3-pydantic-core-crates.inc | |||
@@ -2,20 +2,19 @@ | |||
2 | 2 | ||
3 | # from Cargo.lock | 3 | # from Cargo.lock |
4 | SRC_URI += " \ | 4 | SRC_URI += " \ |
5 | crate://crates.io/ahash/0.8.11 \ | 5 | crate://crates.io/ahash/0.8.12 \ |
6 | crate://crates.io/aho-corasick/1.1.3 \ | 6 | crate://crates.io/aho-corasick/1.1.3 \ |
7 | crate://crates.io/autocfg/1.3.0 \ | 7 | crate://crates.io/autocfg/1.3.0 \ |
8 | crate://crates.io/base64/0.22.1 \ | 8 | crate://crates.io/base64/0.22.1 \ |
9 | crate://crates.io/bitflags/2.9.1 \ | ||
9 | crate://crates.io/bitvec/1.0.1 \ | 10 | crate://crates.io/bitvec/1.0.1 \ |
10 | crate://crates.io/cc/1.0.101 \ | 11 | crate://crates.io/cc/1.0.101 \ |
11 | crate://crates.io/cfg-if/1.0.0 \ | 12 | crate://crates.io/cfg-if/1.0.0 \ |
12 | crate://crates.io/displaydoc/0.2.5 \ | 13 | crate://crates.io/displaydoc/0.2.5 \ |
13 | crate://crates.io/enum_dispatch/0.3.13 \ | 14 | crate://crates.io/enum_dispatch/0.3.13 \ |
14 | crate://crates.io/equivalent/1.0.1 \ | ||
15 | crate://crates.io/form_urlencoded/1.2.1 \ | 15 | crate://crates.io/form_urlencoded/1.2.1 \ |
16 | crate://crates.io/funty/2.0.0 \ | 16 | crate://crates.io/funty/2.0.0 \ |
17 | crate://crates.io/getrandom/0.2.15 \ | 17 | crate://crates.io/getrandom/0.3.3 \ |
18 | crate://crates.io/hashbrown/0.14.5 \ | ||
19 | crate://crates.io/heck/0.5.0 \ | 18 | crate://crates.io/heck/0.5.0 \ |
20 | crate://crates.io/hex/0.4.3 \ | 19 | crate://crates.io/hex/0.4.3 \ |
21 | crate://crates.io/icu_collections/1.5.0 \ | 20 | crate://crates.io/icu_collections/1.5.0 \ |
@@ -30,10 +29,9 @@ SRC_URI += " \ | |||
30 | crate://crates.io/icu_provider_macros/1.5.0 \ | 29 | crate://crates.io/icu_provider_macros/1.5.0 \ |
31 | crate://crates.io/idna/1.0.3 \ | 30 | crate://crates.io/idna/1.0.3 \ |
32 | crate://crates.io/idna_adapter/1.2.0 \ | 31 | crate://crates.io/idna_adapter/1.2.0 \ |
33 | crate://crates.io/indexmap/2.2.6 \ | ||
34 | crate://crates.io/indoc/2.0.5 \ | 32 | crate://crates.io/indoc/2.0.5 \ |
35 | crate://crates.io/itoa/1.0.11 \ | 33 | crate://crates.io/itoa/1.0.11 \ |
36 | crate://crates.io/jiter/0.9.0 \ | 34 | crate://crates.io/jiter/0.10.0 \ |
37 | crate://crates.io/lexical-parse-float/1.0.5 \ | 35 | crate://crates.io/lexical-parse-float/1.0.5 \ |
38 | crate://crates.io/lexical-parse-integer/1.0.5 \ | 36 | crate://crates.io/lexical-parse-integer/1.0.5 \ |
39 | crate://crates.io/lexical-util/1.0.6 \ | 37 | crate://crates.io/lexical-util/1.0.6 \ |
@@ -48,13 +46,14 @@ SRC_URI += " \ | |||
48 | crate://crates.io/percent-encoding/2.3.1 \ | 46 | crate://crates.io/percent-encoding/2.3.1 \ |
49 | crate://crates.io/portable-atomic/1.6.0 \ | 47 | crate://crates.io/portable-atomic/1.6.0 \ |
50 | crate://crates.io/proc-macro2/1.0.86 \ | 48 | crate://crates.io/proc-macro2/1.0.86 \ |
51 | crate://crates.io/pyo3/0.24.1 \ | 49 | crate://crates.io/pyo3/0.25.0 \ |
52 | crate://crates.io/pyo3-build-config/0.24.1 \ | 50 | crate://crates.io/pyo3-build-config/0.25.0 \ |
53 | crate://crates.io/pyo3-ffi/0.24.1 \ | 51 | crate://crates.io/pyo3-ffi/0.25.0 \ |
54 | crate://crates.io/pyo3-macros/0.24.1 \ | 52 | crate://crates.io/pyo3-macros/0.25.0 \ |
55 | crate://crates.io/pyo3-macros-backend/0.24.1 \ | 53 | crate://crates.io/pyo3-macros-backend/0.25.0 \ |
56 | crate://crates.io/python3-dll-a/0.2.13 \ | 54 | crate://crates.io/python3-dll-a/0.2.14 \ |
57 | crate://crates.io/quote/1.0.36 \ | 55 | crate://crates.io/quote/1.0.36 \ |
56 | crate://crates.io/r-efi/5.2.0 \ | ||
58 | crate://crates.io/radium/0.7.0 \ | 57 | crate://crates.io/radium/0.7.0 \ |
59 | crate://crates.io/radium/1.1.0 \ | 58 | crate://crates.io/radium/1.1.0 \ |
60 | crate://crates.io/regex/1.11.1 \ | 59 | crate://crates.io/regex/1.11.1 \ |
@@ -62,15 +61,15 @@ SRC_URI += " \ | |||
62 | crate://crates.io/regex-syntax/0.8.5 \ | 61 | crate://crates.io/regex-syntax/0.8.5 \ |
63 | crate://crates.io/rustversion/1.0.17 \ | 62 | crate://crates.io/rustversion/1.0.17 \ |
64 | crate://crates.io/ryu/1.0.18 \ | 63 | crate://crates.io/ryu/1.0.18 \ |
65 | crate://crates.io/serde/1.0.218 \ | 64 | crate://crates.io/serde/1.0.219 \ |
66 | crate://crates.io/serde_derive/1.0.218 \ | 65 | crate://crates.io/serde_derive/1.0.219 \ |
67 | crate://crates.io/serde_json/1.0.140 \ | 66 | crate://crates.io/serde_json/1.0.140 \ |
68 | crate://crates.io/smallvec/1.14.0 \ | 67 | crate://crates.io/smallvec/1.15.0 \ |
69 | crate://crates.io/speedate/0.15.0 \ | 68 | crate://crates.io/speedate/0.16.0 \ |
70 | crate://crates.io/stable_deref_trait/1.2.0 \ | 69 | crate://crates.io/stable_deref_trait/1.2.0 \ |
71 | crate://crates.io/static_assertions/1.1.0 \ | 70 | crate://crates.io/static_assertions/1.1.0 \ |
72 | crate://crates.io/strum/0.26.3 \ | 71 | crate://crates.io/strum/0.27.1 \ |
73 | crate://crates.io/strum_macros/0.26.4 \ | 72 | crate://crates.io/strum_macros/0.27.1 \ |
74 | crate://crates.io/syn/2.0.82 \ | 73 | crate://crates.io/syn/2.0.82 \ |
75 | crate://crates.io/synstructure/0.13.1 \ | 74 | crate://crates.io/synstructure/0.13.1 \ |
76 | crate://crates.io/tap/1.0.1 \ | 75 | crate://crates.io/tap/1.0.1 \ |
@@ -83,34 +82,34 @@ SRC_URI += " \ | |||
83 | crate://crates.io/utf8_iter/1.0.4 \ | 82 | crate://crates.io/utf8_iter/1.0.4 \ |
84 | crate://crates.io/uuid/1.16.0 \ | 83 | crate://crates.io/uuid/1.16.0 \ |
85 | crate://crates.io/version_check/0.9.5 \ | 84 | crate://crates.io/version_check/0.9.5 \ |
86 | crate://crates.io/wasi/0.11.0+wasi-snapshot-preview1 \ | 85 | crate://crates.io/wasi/0.14.2+wasi-0.2.4 \ |
86 | crate://crates.io/wit-bindgen-rt/0.39.0 \ | ||
87 | crate://crates.io/write16/1.0.0 \ | 87 | crate://crates.io/write16/1.0.0 \ |
88 | crate://crates.io/writeable/0.5.5 \ | 88 | crate://crates.io/writeable/0.5.5 \ |
89 | crate://crates.io/wyz/0.5.1 \ | 89 | crate://crates.io/wyz/0.5.1 \ |
90 | crate://crates.io/yoke/0.7.4 \ | 90 | crate://crates.io/yoke/0.7.4 \ |
91 | crate://crates.io/yoke-derive/0.7.4 \ | 91 | crate://crates.io/yoke-derive/0.7.4 \ |
92 | crate://crates.io/zerocopy/0.7.34 \ | 92 | crate://crates.io/zerocopy/0.8.25 \ |
93 | crate://crates.io/zerocopy-derive/0.7.34 \ | 93 | crate://crates.io/zerocopy-derive/0.8.25 \ |
94 | crate://crates.io/zerofrom/0.1.4 \ | 94 | crate://crates.io/zerofrom/0.1.4 \ |
95 | crate://crates.io/zerofrom-derive/0.1.4 \ | 95 | crate://crates.io/zerofrom-derive/0.1.4 \ |
96 | crate://crates.io/zerovec/0.10.4 \ | 96 | crate://crates.io/zerovec/0.10.4 \ |
97 | crate://crates.io/zerovec-derive/0.10.3 \ | 97 | crate://crates.io/zerovec-derive/0.10.3 \ |
98 | " | 98 | " |
99 | 99 | ||
100 | SRC_URI[ahash-0.8.11.sha256sum] = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" | 100 | SRC_URI[ahash-0.8.12.sha256sum] = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" |
101 | SRC_URI[aho-corasick-1.1.3.sha256sum] = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" | 101 | SRC_URI[aho-corasick-1.1.3.sha256sum] = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" |
102 | SRC_URI[autocfg-1.3.0.sha256sum] = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" | 102 | SRC_URI[autocfg-1.3.0.sha256sum] = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" |
103 | SRC_URI[base64-0.22.1.sha256sum] = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" | 103 | SRC_URI[base64-0.22.1.sha256sum] = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
104 | SRC_URI[bitflags-2.9.1.sha256sum] = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" | ||
104 | SRC_URI[bitvec-1.0.1.sha256sum] = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" | 105 | SRC_URI[bitvec-1.0.1.sha256sum] = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" |
105 | SRC_URI[cc-1.0.101.sha256sum] = "ac367972e516d45567c7eafc73d24e1c193dcf200a8d94e9db7b3d38b349572d" | 106 | SRC_URI[cc-1.0.101.sha256sum] = "ac367972e516d45567c7eafc73d24e1c193dcf200a8d94e9db7b3d38b349572d" |
106 | SRC_URI[cfg-if-1.0.0.sha256sum] = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | 107 | SRC_URI[cfg-if-1.0.0.sha256sum] = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
107 | SRC_URI[displaydoc-0.2.5.sha256sum] = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" | 108 | SRC_URI[displaydoc-0.2.5.sha256sum] = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
108 | SRC_URI[enum_dispatch-0.3.13.sha256sum] = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd" | 109 | SRC_URI[enum_dispatch-0.3.13.sha256sum] = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd" |
109 | SRC_URI[equivalent-1.0.1.sha256sum] = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" | ||
110 | SRC_URI[form_urlencoded-1.2.1.sha256sum] = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" | 110 | SRC_URI[form_urlencoded-1.2.1.sha256sum] = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
111 | SRC_URI[funty-2.0.0.sha256sum] = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" | 111 | SRC_URI[funty-2.0.0.sha256sum] = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" |
112 | SRC_URI[getrandom-0.2.15.sha256sum] = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" | 112 | SRC_URI[getrandom-0.3.3.sha256sum] = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" |
113 | SRC_URI[hashbrown-0.14.5.sha256sum] = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" | ||
114 | SRC_URI[heck-0.5.0.sha256sum] = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" | 113 | SRC_URI[heck-0.5.0.sha256sum] = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
115 | SRC_URI[hex-0.4.3.sha256sum] = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" | 114 | SRC_URI[hex-0.4.3.sha256sum] = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
116 | SRC_URI[icu_collections-1.5.0.sha256sum] = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" | 115 | SRC_URI[icu_collections-1.5.0.sha256sum] = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" |
@@ -125,10 +124,9 @@ SRC_URI[icu_provider-1.5.0.sha256sum] = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42 | |||
125 | SRC_URI[icu_provider_macros-1.5.0.sha256sum] = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" | 124 | SRC_URI[icu_provider_macros-1.5.0.sha256sum] = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" |
126 | SRC_URI[idna-1.0.3.sha256sum] = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" | 125 | SRC_URI[idna-1.0.3.sha256sum] = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" |
127 | SRC_URI[idna_adapter-1.2.0.sha256sum] = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" | 126 | SRC_URI[idna_adapter-1.2.0.sha256sum] = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" |
128 | SRC_URI[indexmap-2.2.6.sha256sum] = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" | ||
129 | SRC_URI[indoc-2.0.5.sha256sum] = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" | 127 | SRC_URI[indoc-2.0.5.sha256sum] = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" |
130 | SRC_URI[itoa-1.0.11.sha256sum] = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" | 128 | SRC_URI[itoa-1.0.11.sha256sum] = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" |
131 | SRC_URI[jiter-0.9.0.sha256sum] = "c024ccb0ed468a474efa325edea34d4198fb601d290c4d1bc24fe31ed11902fc" | 129 | SRC_URI[jiter-0.10.0.sha256sum] = "1bcfb1e43bda3ba59889499ff494c5f5b6b10864b74aa0bd4593ce4d16838aa6" |
132 | SRC_URI[lexical-parse-float-1.0.5.sha256sum] = "de6f9cb01fb0b08060209a057c048fcbab8717b4c1ecd2eac66ebfe39a65b0f2" | 130 | SRC_URI[lexical-parse-float-1.0.5.sha256sum] = "de6f9cb01fb0b08060209a057c048fcbab8717b4c1ecd2eac66ebfe39a65b0f2" |
133 | SRC_URI[lexical-parse-integer-1.0.5.sha256sum] = "72207aae22fc0a121ba7b6d479e42cbfea549af1479c3f3a4f12c70dd66df12e" | 131 | SRC_URI[lexical-parse-integer-1.0.5.sha256sum] = "72207aae22fc0a121ba7b6d479e42cbfea549af1479c3f3a4f12c70dd66df12e" |
134 | SRC_URI[lexical-util-1.0.6.sha256sum] = "5a82e24bf537fd24c177ffbbdc6ebcc8d54732c35b50a3f28cc3f4e4c949a0b3" | 132 | SRC_URI[lexical-util-1.0.6.sha256sum] = "5a82e24bf537fd24c177ffbbdc6ebcc8d54732c35b50a3f28cc3f4e4c949a0b3" |
@@ -143,13 +141,14 @@ SRC_URI[once_cell-1.19.0.sha256sum] = "3fdb12b2476b595f9358c5161aa467c2438859caa | |||
143 | SRC_URI[percent-encoding-2.3.1.sha256sum] = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" | 141 | SRC_URI[percent-encoding-2.3.1.sha256sum] = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
144 | SRC_URI[portable-atomic-1.6.0.sha256sum] = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" | 142 | SRC_URI[portable-atomic-1.6.0.sha256sum] = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" |
145 | SRC_URI[proc-macro2-1.0.86.sha256sum] = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" | 143 | SRC_URI[proc-macro2-1.0.86.sha256sum] = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" |
146 | SRC_URI[pyo3-0.24.1.sha256sum] = "17da310086b068fbdcefbba30aeb3721d5bb9af8db4987d6735b2183ca567229" | 144 | SRC_URI[pyo3-0.25.0.sha256sum] = "f239d656363bcee73afef85277f1b281e8ac6212a1d42aa90e55b90ed43c47a4" |
147 | SRC_URI[pyo3-build-config-0.24.1.sha256sum] = "e27165889bd793000a098bb966adc4300c312497ea25cf7a690a9f0ac5aa5fc1" | 145 | SRC_URI[pyo3-build-config-0.25.0.sha256sum] = "755ea671a1c34044fa165247aaf6f419ca39caa6003aee791a0df2713d8f1b6d" |
148 | SRC_URI[pyo3-ffi-0.24.1.sha256sum] = "05280526e1dbf6b420062f3ef228b78c0c54ba94e157f5cb724a609d0f2faabc" | 146 | SRC_URI[pyo3-ffi-0.25.0.sha256sum] = "fc95a2e67091e44791d4ea300ff744be5293f394f1bafd9f78c080814d35956e" |
149 | SRC_URI[pyo3-macros-0.24.1.sha256sum] = "5c3ce5686aa4d3f63359a5100c62a127c9f15e8398e5fdeb5deef1fed5cd5f44" | 147 | SRC_URI[pyo3-macros-0.25.0.sha256sum] = "a179641d1b93920829a62f15e87c0ed791b6c8db2271ba0fd7c2686090510214" |
150 | SRC_URI[pyo3-macros-backend-0.24.1.sha256sum] = "f4cf6faa0cbfb0ed08e89beb8103ae9724eb4750e3a78084ba4017cbe94f3855" | 148 | SRC_URI[pyo3-macros-backend-0.25.0.sha256sum] = "9dff85ebcaab8c441b0e3f7ae40a6963ecea8a9f5e74f647e33fcf5ec9a1e89e" |
151 | SRC_URI[python3-dll-a-0.2.13.sha256sum] = "49fe4227a288cf9493942ad0220ea3f185f4d1f2a14f197f7344d6d02f4ed4ed" | 149 | SRC_URI[python3-dll-a-0.2.14.sha256sum] = "d381ef313ae70b4da5f95f8a4de773c6aa5cd28f73adec4b4a31df70b66780d8" |
152 | SRC_URI[quote-1.0.36.sha256sum] = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" | 150 | SRC_URI[quote-1.0.36.sha256sum] = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" |
151 | SRC_URI[r-efi-5.2.0.sha256sum] = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" | ||
153 | SRC_URI[radium-0.7.0.sha256sum] = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" | 152 | SRC_URI[radium-0.7.0.sha256sum] = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" |
154 | SRC_URI[radium-1.1.0.sha256sum] = "db0b76288902db304c864a12046b73d2d895cc34a4bb8137baaeebe9978a072c" | 153 | SRC_URI[radium-1.1.0.sha256sum] = "db0b76288902db304c864a12046b73d2d895cc34a4bb8137baaeebe9978a072c" |
155 | SRC_URI[regex-1.11.1.sha256sum] = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" | 154 | SRC_URI[regex-1.11.1.sha256sum] = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" |
@@ -157,15 +156,15 @@ SRC_URI[regex-automata-0.4.8.sha256sum] = "368758f23274712b504848e9d5a6f010445cc | |||
157 | SRC_URI[regex-syntax-0.8.5.sha256sum] = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" | 156 | SRC_URI[regex-syntax-0.8.5.sha256sum] = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" |
158 | SRC_URI[rustversion-1.0.17.sha256sum] = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" | 157 | SRC_URI[rustversion-1.0.17.sha256sum] = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" |
159 | SRC_URI[ryu-1.0.18.sha256sum] = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" | 158 | SRC_URI[ryu-1.0.18.sha256sum] = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" |
160 | SRC_URI[serde-1.0.218.sha256sum] = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60" | 159 | SRC_URI[serde-1.0.219.sha256sum] = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" |
161 | SRC_URI[serde_derive-1.0.218.sha256sum] = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b" | 160 | SRC_URI[serde_derive-1.0.219.sha256sum] = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" |
162 | SRC_URI[serde_json-1.0.140.sha256sum] = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" | 161 | SRC_URI[serde_json-1.0.140.sha256sum] = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" |
163 | SRC_URI[smallvec-1.14.0.sha256sum] = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd" | 162 | SRC_URI[smallvec-1.15.0.sha256sum] = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" |
164 | SRC_URI[speedate-0.15.0.sha256sum] = "9a5e7adf4e07e7de39a64d77962ca14a09165e592d42d0c9f9acadb679f4f937" | 163 | SRC_URI[speedate-0.16.0.sha256sum] = "bc823f2eb39713ef0d286058af264ce0d8ddcf62b8a78a0aec02cd0105576d87" |
165 | SRC_URI[stable_deref_trait-1.2.0.sha256sum] = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" | 164 | SRC_URI[stable_deref_trait-1.2.0.sha256sum] = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
166 | SRC_URI[static_assertions-1.1.0.sha256sum] = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" | 165 | SRC_URI[static_assertions-1.1.0.sha256sum] = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
167 | SRC_URI[strum-0.26.3.sha256sum] = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" | 166 | SRC_URI[strum-0.27.1.sha256sum] = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32" |
168 | SRC_URI[strum_macros-0.26.4.sha256sum] = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" | 167 | SRC_URI[strum_macros-0.27.1.sha256sum] = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8" |
169 | SRC_URI[syn-2.0.82.sha256sum] = "83540f837a8afc019423a8edb95b52a8effe46957ee402287f4292fae35be021" | 168 | SRC_URI[syn-2.0.82.sha256sum] = "83540f837a8afc019423a8edb95b52a8effe46957ee402287f4292fae35be021" |
170 | SRC_URI[synstructure-0.13.1.sha256sum] = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" | 169 | SRC_URI[synstructure-0.13.1.sha256sum] = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" |
171 | SRC_URI[tap-1.0.1.sha256sum] = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" | 170 | SRC_URI[tap-1.0.1.sha256sum] = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" |
@@ -178,14 +177,15 @@ SRC_URI[utf16_iter-1.0.5.sha256sum] = "c8232dd3cdaed5356e0f716d285e4b40b932ac434 | |||
178 | SRC_URI[utf8_iter-1.0.4.sha256sum] = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" | 177 | SRC_URI[utf8_iter-1.0.4.sha256sum] = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
179 | SRC_URI[uuid-1.16.0.sha256sum] = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9" | 178 | SRC_URI[uuid-1.16.0.sha256sum] = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9" |
180 | SRC_URI[version_check-0.9.5.sha256sum] = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" | 179 | SRC_URI[version_check-0.9.5.sha256sum] = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
181 | SRC_URI[wasi-0.11.0+wasi-snapshot-preview1.sha256sum] = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" | 180 | SRC_URI[wasi-0.14.2+wasi-0.2.4.sha256sum] = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" |
181 | SRC_URI[wit-bindgen-rt-0.39.0.sha256sum] = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" | ||
182 | SRC_URI[write16-1.0.0.sha256sum] = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" | 182 | SRC_URI[write16-1.0.0.sha256sum] = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" |
183 | SRC_URI[writeable-0.5.5.sha256sum] = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" | 183 | SRC_URI[writeable-0.5.5.sha256sum] = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" |
184 | SRC_URI[wyz-0.5.1.sha256sum] = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" | 184 | SRC_URI[wyz-0.5.1.sha256sum] = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" |
185 | SRC_URI[yoke-0.7.4.sha256sum] = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" | 185 | SRC_URI[yoke-0.7.4.sha256sum] = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" |
186 | SRC_URI[yoke-derive-0.7.4.sha256sum] = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" | 186 | SRC_URI[yoke-derive-0.7.4.sha256sum] = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" |
187 | SRC_URI[zerocopy-0.7.34.sha256sum] = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087" | 187 | SRC_URI[zerocopy-0.8.25.sha256sum] = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb" |
188 | SRC_URI[zerocopy-derive-0.7.34.sha256sum] = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b" | 188 | SRC_URI[zerocopy-derive-0.8.25.sha256sum] = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef" |
189 | SRC_URI[zerofrom-0.1.4.sha256sum] = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" | 189 | SRC_URI[zerofrom-0.1.4.sha256sum] = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" |
190 | SRC_URI[zerofrom-derive-0.1.4.sha256sum] = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" | 190 | SRC_URI[zerofrom-derive-0.1.4.sha256sum] = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" |
191 | SRC_URI[zerovec-0.10.4.sha256sum] = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" | 191 | SRC_URI[zerovec-0.10.4.sha256sum] = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" |
diff --git a/meta-python/recipes-devtools/python/python3-pydantic-core/0001-cargo.toml-Update-bitvec-to-use-radium-1.x.patch b/meta-python/recipes-devtools/python/python3-pydantic-core/0001-cargo.toml-Update-bitvec-to-use-radium-1.x.patch index 4f2012e8a2..58f8514630 100644 --- a/meta-python/recipes-devtools/python/python3-pydantic-core/0001-cargo.toml-Update-bitvec-to-use-radium-1.x.patch +++ b/meta-python/recipes-devtools/python/python3-pydantic-core/0001-cargo.toml-Update-bitvec-to-use-radium-1.x.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 560c73cffabc1c2e66552d7c248c0928211d3dea Mon Sep 17 00:00:00 2001 | 1 | From 41fded05f38bdb8378b98be4f1dd5392a00f3d1b Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Sat, 19 Apr 2025 00:09:42 -0700 | 3 | Date: Sat, 19 Apr 2025 00:09:42 -0700 |
4 | Subject: [PATCH] cargo.toml: Update bitvec to use radium 1.x | 4 | Subject: [PATCH] cargo.toml: Update bitvec to use radium 1.x |
@@ -7,24 +7,15 @@ Upstream-Status: Submitted [https://github.com/ferrilab/bitvec/pull/220] | |||
7 | 7 | ||
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
9 | --- | 9 | --- |
10 | Cargo.lock | 25 +++++++++++++++++++++++-- | 10 | Cargo.lock | 12 +++++++++++- |
11 | Cargo.toml | 1 + | 11 | Cargo.toml | 2 ++ |
12 | 2 files changed, 24 insertions(+), 2 deletions(-) | 12 | 2 files changed, 13 insertions(+), 1 deletion(-) |
13 | 13 | ||
14 | --- a/Cargo.toml | 14 | diff --git a/Cargo.lock b/Cargo.lock |
15 | +++ b/Cargo.toml | 15 | index 44bdf4e..274b828 100644 |
16 | @@ -27,6 +27,8 @@ include = [ | ||
17 | rust-version = "1.75" | ||
18 | |||
19 | [dependencies] | ||
20 | +#bitvec = { git = "https://github.com/alexanderkjall/bitvec", branch = "upgrade-radium-to-1" } | ||
21 | +radium = "1" | ||
22 | # TODO it would be very nice to remove the "py-clone" feature as it can panic, | ||
23 | # but needs a bit of work to make sure it's not used in the codebase | ||
24 | pyo3 = { version = "0.24", features = ["generate-import-lib", "num-bigint", "py-clone"] } | ||
25 | --- a/Cargo.lock | 16 | --- a/Cargo.lock |
26 | +++ b/Cargo.lock | 17 | +++ b/Cargo.lock |
27 | @@ -43,7 +43,7 @@ source = "registry+https://github.com/ru | 18 | @@ -49,7 +49,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
28 | checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" | 19 | checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" |
29 | dependencies = [ | 20 | dependencies = [ |
30 | "funty", | 21 | "funty", |
@@ -33,7 +24,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
33 | "tap", | 24 | "tap", |
34 | "wyz", | 25 | "wyz", |
35 | ] | 26 | ] |
36 | @@ -436,6 +436,7 @@ dependencies = [ | 27 | @@ -421,6 +421,7 @@ dependencies = [ |
37 | "num-traits", | 28 | "num-traits", |
38 | "pyo3", | 29 | "pyo3", |
39 | "pyo3-build-config", | 30 | "pyo3-build-config", |
@@ -41,10 +32,11 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
41 | "regex", | 32 | "regex", |
42 | "serde", | 33 | "serde", |
43 | "serde_json", | 34 | "serde_json", |
44 | @@ -538,6 +539,15 @@ source = "registry+https://github.com/ru | 35 | @@ -527,6 +528,15 @@ version = "0.7.0" |
36 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
45 | checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" | 37 | checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" |
46 | 38 | ||
47 | [[package]] | 39 | +[[package]] |
48 | +name = "radium" | 40 | +name = "radium" |
49 | +version = "1.1.0" | 41 | +version = "1.1.0" |
50 | +source = "registry+https://github.com/rust-lang/crates.io-index" | 42 | +source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -53,7 +45,19 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
53 | + "cfg-if", | 45 | + "cfg-if", |
54 | +] | 46 | +] |
55 | + | 47 | + |
56 | +[[package]] | 48 | [[package]] |
57 | name = "regex" | 49 | name = "regex" |
58 | version = "1.11.1" | 50 | version = "1.11.1" |
59 | source = "registry+https://github.com/rust-lang/crates.io-index" | 51 | diff --git a/Cargo.toml b/Cargo.toml |
52 | index 660e06a..7ee67d6 100644 | ||
53 | --- a/Cargo.toml | ||
54 | +++ b/Cargo.toml | ||
55 | @@ -25,6 +25,8 @@ include = [ | ||
56 | rust-version = "1.75" | ||
57 | |||
58 | [dependencies] | ||
59 | +#bitvec = { git = "https://github.com/alexanderkjall/bitvec", branch = "upgrade-radium-to-1" } | ||
60 | +radium = "1" | ||
61 | # TODO it would be very nice to remove the "py-clone" feature as it can panic, | ||
62 | # but needs a bit of work to make sure it's not used in the codebase | ||
63 | pyo3 = { version = "0.25", features = ["generate-import-lib", "num-bigint", "py-clone"] } | ||
diff --git a/meta-python/recipes-devtools/python/python3-pydantic-core_2.34.1.bb b/meta-python/recipes-devtools/python/python3-pydantic-core_2.35.2.bb index 0e2d065128..1d0d1f477b 100644 --- a/meta-python/recipes-devtools/python/python3-pydantic-core_2.34.1.bb +++ b/meta-python/recipes-devtools/python/python3-pydantic-core_2.35.2.bb | |||
@@ -12,7 +12,7 @@ require ${BPN}-crates.inc | |||
12 | 12 | ||
13 | SRC_URI += "file://0001-Upgrade-radium-to-1.0.patch;patchdir=${UNPACKDIR}/cargo_home/bitbake/bitvec-1.0.1/" | 13 | SRC_URI += "file://0001-Upgrade-radium-to-1.0.patch;patchdir=${UNPACKDIR}/cargo_home/bitbake/bitvec-1.0.1/" |
14 | SRC_URI += "file://0001-cargo.toml-Update-bitvec-to-use-radium-1.x.patch" | 14 | SRC_URI += "file://0001-cargo.toml-Update-bitvec-to-use-radium-1.x.patch" |
15 | SRC_URI[sha256sum] = "6bf31628ab6d0e7c7c0372419898c52ef0a447b33ab47c7f62053bd013cc5b09" | 15 | SRC_URI[sha256sum] = "e010b13ff0d6375ee83f7478fbda42e1fbf55f1b2feef76b673c40861ffd31e6" |
16 | 16 | ||
17 | DEPENDS = "python3-maturin-native python3-typing-extensions" | 17 | DEPENDS = "python3-maturin-native python3-typing-extensions" |
18 | 18 | ||
@@ -38,6 +38,7 @@ RDEPENDS:${PN}-ptest += "\ | |||
38 | python3-pytest-mock \ | 38 | python3-pytest-mock \ |
39 | python3-pytest-timeout \ | 39 | python3-pytest-timeout \ |
40 | python3-pytest-benchmark \ | 40 | python3-pytest-benchmark \ |
41 | python3-typing-inspection \ | ||
41 | python3-tzdata \ | 42 | python3-tzdata \ |
42 | python3-zoneinfo \ | 43 | python3-zoneinfo \ |
43 | " | 44 | " |
diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.11.3.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.11.7.bb index 47c077853a..fb7a712268 100644 --- a/meta-python/recipes-devtools/python/python3-pydantic_2.11.3.bb +++ b/meta-python/recipes-devtools/python/python3-pydantic_2.11.7.bb | |||
@@ -11,10 +11,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6" | |||
11 | 11 | ||
12 | inherit python_hatchling ptest-python-pytest | 12 | inherit python_hatchling ptest-python-pytest |
13 | 13 | ||
14 | SRCREV = "bce81efdeac1cbefd0196b478a32aa2586bd595a" | 14 | SRCREV = "5f033e46c54fea1b59b6894d6527daf49475e690" |
15 | PV .= "+git" | 15 | SRC_URI = "git://github.com/pydantic/pydantic;protocol=https;branch=v2.11-fixes;tag=v${PV}" |
16 | SRC_URI = "git://github.com/pydantic/pydantic;protocol=https;branch=main" | ||
17 | |||
18 | 16 | ||
19 | DEPENDS += "python3-hatch-fancy-pypi-readme-native" | 17 | DEPENDS += "python3-hatch-fancy-pypi-readme-native" |
20 | 18 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pyproject-api_1.8.0.bb b/meta-python/recipes-devtools/python/python3-pyproject-api_1.9.1.bb index ddbddbea84..02fbfbcef6 100644 --- a/meta-python/recipes-devtools/python/python3-pyproject-api_1.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyproject-api_1.9.1.bb | |||
@@ -6,7 +6,7 @@ HOMEPAGE = "https://pyproject-api.readthedocs.io" | |||
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=11610a9d8fd95649cf8159be12b98cb7" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=11610a9d8fd95649cf8159be12b98cb7" |
8 | 8 | ||
9 | SRC_URI[sha256sum] = "77b8049f2feb5d33eefcc21b57f1e279636277a8ac8ad6b5871037b243778496" | 9 | SRC_URI[sha256sum] = "43c9918f49daab37e302038fc1aed54a8c7a91a9fa935d00b9a485f37e0f5335" |
10 | 10 | ||
11 | PYPI_PACKAGE = "pyproject_api" | 11 | PYPI_PACKAGE = "pyproject_api" |
12 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | 12 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |
diff --git a/meta-python/recipes-devtools/python/python3-starlette_0.47.1.bb b/meta-python/recipes-devtools/python/python3-starlette_0.47.2.bb index 6fdc4e6da8..98108a5369 100644 --- a/meta-python/recipes-devtools/python/python3-starlette_0.47.1.bb +++ b/meta-python/recipes-devtools/python/python3-starlette_0.47.2.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Starlette is a lightweight ASGI framework/toolkit, which is ideal for | |||
2 | LICENSE = "BSD-3-Clause" | 2 | LICENSE = "BSD-3-Clause" |
3 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=11e8c8dbfd5fa373c703de492140ff7a" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=11e8c8dbfd5fa373c703de492140ff7a" |
4 | 4 | ||
5 | SRC_URI[sha256sum] = "aef012dd2b6be325ffa16698f9dc533614fb1cebd593a906b90dc1025529a79b" | 5 | SRC_URI[sha256sum] = "6ae9aa5db235e4846decc1e7b79c4f346adf41e9777aebeb49dfd09bbd7023d8" |
6 | 6 | ||
7 | inherit pypi python_hatchling ptest | 7 | inherit pypi python_hatchling ptest |
8 | 8 | ||
diff --git a/meta-python/recipes-devtools/python/python3-twitter_4.15.0.bb b/meta-python/recipes-devtools/python/python3-twitter_4.16.0.bb index c35b97a9e4..1aa713ccc3 100644 --- a/meta-python/recipes-devtools/python/python3-twitter_4.15.0.bb +++ b/meta-python/recipes-devtools/python/python3-twitter_4.16.0.bb | |||
@@ -2,9 +2,9 @@ SUMMARY = "Twitter for Python" | |||
2 | DESCRIPTION = "Python module to support twitter API" | 2 | DESCRIPTION = "Python module to support twitter API" |
3 | 3 | ||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=9;endline=9;md5=8227180126797a0148f94f483f3e1489" | 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=9;endline=9;md5=77d9066068d13ffd309659977e9909c9" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "1345cbcdf0a75e2d89f424c559fd49fda4d8cd7be25cd5131e3b57bad8a21d76" | 7 | SRC_URI[sha256sum] = "1d95cbdc50bf6353a387f881f2584eaf60d14e00dbbdd8872a73de79c66878e3" |
8 | 8 | ||
9 | PYPI_PACKAGE = "tweepy" | 9 | PYPI_PACKAGE = "tweepy" |
10 | 10 | ||
diff --git a/meta-python/recipes-devtools/python/python3-vector_1.6.2.bb b/meta-python/recipes-devtools/python/python3-vector_1.6.3.bb index 9452a838b3..912dfb8b85 100644 --- a/meta-python/recipes-devtools/python/python3-vector_1.6.2.bb +++ b/meta-python/recipes-devtools/python/python3-vector_1.6.3.bb | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2963f0dc7a24919505850460dd1a785b" | |||
12 | 12 | ||
13 | DEPENDS += "python3-hatch-vcs-native" | 13 | DEPENDS += "python3-hatch-vcs-native" |
14 | 14 | ||
15 | SRC_URI[sha256sum] = "6e59d9db8b615016fa542a2e8150d0c819046fe6940badd267811a454a7f0eca" | 15 | SRC_URI[sha256sum] = "a85149a62fcaa8a4d95214ca217f3910ea6800d79d65ef1cfb1005720b4f713a" |
16 | 16 | ||
17 | inherit pypi python_hatchling | 17 | inherit pypi python_hatchling |
18 | 18 | ||
diff --git a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_3.1.1.bb b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_3.2.0.bb index 7a36ab74e3..1d70b586c7 100644 --- a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_3.1.1.bb +++ b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_3.2.0.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause" | |||
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=152634da660a374ca18c0734ed07c63c" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=152634da660a374ca18c0734ed07c63c" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "ec20f6dda2ad9ce89fa399a5f31f4f1495f515958f0cb7ca6543cef7bb5a749e" | 7 | SRC_URI[sha256sum] = "1f3002956a54a8c3730586c5c77bf18fae4149e07eaf1c29fc3faf4d5a3f89ac" |
8 | 8 | ||
9 | DEPENDS += "python3-setuptools-scm-native" | 9 | DEPENDS += "python3-setuptools-scm-native" |
10 | 10 | ||
@@ -23,9 +23,9 @@ RDEPENDS:${PN}-ptest += " \ | |||
23 | " | 23 | " |
24 | 24 | ||
25 | do_install_ptest() { | 25 | do_install_ptest() { |
26 | install -d ${D}${PTEST_PATH}/tests | 26 | install -d ${D}${PTEST_PATH}/portalocker_tests |
27 | cp -rf ${S}/portalocker_tests/* ${D}${PTEST_PATH}/tests/ | 27 | cp -rf ${S}/portalocker_tests/* ${D}${PTEST_PATH}/portalocker_tests/ |
28 | rm -rf ${D}${PTEST_PATH}/tests/test_combined.py | 28 | rm -rf ${D}${PTEST_PATH}/portalocker_tests/test_combined.py |
29 | } | 29 | } |
30 | 30 | ||
31 | RDEPENDS:${PN} += " \ | 31 | RDEPENDS:${PN} += " \ |
diff --git a/meta-python/recipes/devtool/python3-exhale_0.3.7.bb b/meta-python/recipes/devtool/python3-exhale_0.3.7.bb index 6168c3d2b3..0e80df9cc1 100644 --- a/meta-python/recipes/devtool/python3-exhale_0.3.7.bb +++ b/meta-python/recipes/devtool/python3-exhale_0.3.7.bb | |||
@@ -13,4 +13,8 @@ inherit pypi python_setuptools_build_meta | |||
13 | 13 | ||
14 | PYPI_PACKAGE = "exhale" | 14 | PYPI_PACKAGE = "exhale" |
15 | 15 | ||
16 | RDEPENDS:${PN} = "\ | ||
17 | python3-beautifulsoup4 \ | ||
18 | " | ||
19 | |||
16 | BBCLASSEXTEND =+ "native" | 20 | BBCLASSEXTEND =+ "native" |