diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pydantic-core-crates.inc | 88 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pydantic-core/0001-Bumps-pyo3-https-github.com-pyo3-pyo3-from-0.20.2-to.patch | 126 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pydantic-core/0001-Fix-generate_self_schema-for-Python-3.12-1299.patch | 29 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pydantic-core/0001-Set-rust-version-from-1.76-to-1.75-in-Cargo.toml.patch | 29 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pydantic-core_2.18.4.bb (renamed from meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb) | 11 |
5 files changed, 82 insertions, 201 deletions
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 dd2027948c..c6b30bc677 100644 --- a/meta-python/recipes-devtools/python/python3-pydantic-core-crates.inc +++ b/meta-python/recipes-devtools/python/python3-pydantic-core-crates.inc | |||
@@ -2,31 +2,29 @@ | |||
2 | 2 | ||
3 | # from Cargo.lock | 3 | # from Cargo.lock |
4 | SRC_URI += " \ | 4 | SRC_URI += " \ |
5 | crate://crates.io/ahash/0.8.7 \ | 5 | crate://crates.io/ahash/0.8.10 \ |
6 | crate://crates.io/aho-corasick/1.0.2 \ | 6 | crate://crates.io/aho-corasick/1.0.2 \ |
7 | crate://crates.io/allocator-api2/0.2.16 \ | ||
8 | crate://crates.io/autocfg/1.1.0 \ | 7 | crate://crates.io/autocfg/1.1.0 \ |
9 | crate://crates.io/base64/0.21.7 \ | 8 | crate://crates.io/base64/0.21.7 \ |
10 | crate://crates.io/bitflags/1.3.2 \ | 9 | crate://crates.io/bitflags/1.3.2 \ |
10 | crate://crates.io/bitvec/1.0.1 \ | ||
11 | crate://crates.io/cc/1.0.79 \ | 11 | crate://crates.io/cc/1.0.79 \ |
12 | crate://crates.io/cfg-if/1.0.0 \ | 12 | crate://crates.io/cfg-if/1.0.0 \ |
13 | crate://crates.io/enum_dispatch/0.3.12 \ | 13 | crate://crates.io/enum_dispatch/0.3.13 \ |
14 | crate://crates.io/equivalent/1.0.1 \ | 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/getrandom/0.2.10 \ | 17 | crate://crates.io/getrandom/0.2.10 \ |
17 | crate://crates.io/hashbrown/0.14.3 \ | 18 | crate://crates.io/hashbrown/0.14.3 \ |
18 | crate://crates.io/heck/0.4.1 \ | 19 | crate://crates.io/heck/0.4.1 \ |
19 | crate://crates.io/idna/0.5.0 \ | 20 | crate://crates.io/idna/0.5.0 \ |
20 | crate://crates.io/indexmap/2.0.0 \ | 21 | crate://crates.io/indexmap/2.2.2 \ |
21 | crate://crates.io/indoc/2.0.4 \ | 22 | crate://crates.io/indoc/2.0.4 \ |
22 | crate://crates.io/itoa/1.0.8 \ | 23 | crate://crates.io/itoa/1.0.8 \ |
23 | crate://crates.io/jiter/0.0.6 \ | 24 | crate://crates.io/jiter/0.4.1 \ |
24 | crate://crates.io/lexical-core/0.8.5 \ | ||
25 | crate://crates.io/lexical-parse-float/0.8.5 \ | 25 | crate://crates.io/lexical-parse-float/0.8.5 \ |
26 | crate://crates.io/lexical-parse-integer/0.8.6 \ | 26 | crate://crates.io/lexical-parse-integer/0.8.6 \ |
27 | crate://crates.io/lexical-util/0.8.5 \ | 27 | crate://crates.io/lexical-util/0.8.5 \ |
28 | crate://crates.io/lexical-write-float/0.8.5 \ | ||
29 | crate://crates.io/lexical-write-integer/0.8.5 \ | ||
30 | crate://crates.io/libc/0.2.147 \ | 28 | crate://crates.io/libc/0.2.147 \ |
31 | crate://crates.io/lock_api/0.4.10 \ | 29 | crate://crates.io/lock_api/0.4.10 \ |
32 | crate://crates.io/memchr/2.6.3 \ | 30 | crate://crates.io/memchr/2.6.3 \ |
@@ -40,29 +38,32 @@ SRC_URI += " \ | |||
40 | crate://crates.io/percent-encoding/2.3.1 \ | 38 | crate://crates.io/percent-encoding/2.3.1 \ |
41 | crate://crates.io/portable-atomic/1.6.0 \ | 39 | crate://crates.io/portable-atomic/1.6.0 \ |
42 | crate://crates.io/proc-macro2/1.0.76 \ | 40 | crate://crates.io/proc-macro2/1.0.76 \ |
43 | crate://crates.io/pyo3/0.20.3 \ | 41 | crate://crates.io/pyo3/0.21.2 \ |
44 | crate://crates.io/pyo3-build-config/0.20.3 \ | 42 | crate://crates.io/pyo3-build-config/0.21.2 \ |
45 | crate://crates.io/pyo3-ffi/0.20.3 \ | 43 | crate://crates.io/pyo3-ffi/0.21.2 \ |
46 | crate://crates.io/pyo3-macros/0.20.3 \ | 44 | crate://crates.io/pyo3-macros/0.21.2 \ |
47 | crate://crates.io/pyo3-macros-backend/0.20.3 \ | 45 | crate://crates.io/pyo3-macros-backend/0.21.2 \ |
48 | crate://crates.io/python3-dll-a/0.2.9 \ | 46 | crate://crates.io/python3-dll-a/0.2.9 \ |
49 | crate://crates.io/quote/1.0.35 \ | 47 | crate://crates.io/quote/1.0.35 \ |
48 | crate://crates.io/radium/0.7.0 \ | ||
50 | crate://crates.io/redox_syscall/0.3.5 \ | 49 | crate://crates.io/redox_syscall/0.3.5 \ |
51 | crate://crates.io/regex/1.10.2 \ | 50 | crate://crates.io/regex/1.10.4 \ |
52 | crate://crates.io/regex-automata/0.4.3 \ | 51 | crate://crates.io/regex-automata/0.4.5 \ |
53 | crate://crates.io/regex-syntax/0.8.2 \ | 52 | crate://crates.io/regex-syntax/0.8.2 \ |
54 | crate://crates.io/rustversion/1.0.13 \ | 53 | crate://crates.io/rustversion/1.0.13 \ |
55 | crate://crates.io/ryu/1.0.14 \ | 54 | crate://crates.io/ryu/1.0.14 \ |
56 | crate://crates.io/scopeguard/1.1.0 \ | 55 | crate://crates.io/scopeguard/1.1.0 \ |
57 | crate://crates.io/serde/1.0.195 \ | 56 | crate://crates.io/serde/1.0.203 \ |
58 | crate://crates.io/serde_derive/1.0.195 \ | 57 | crate://crates.io/serde_derive/1.0.203 \ |
59 | crate://crates.io/serde_json/1.0.109 \ | 58 | crate://crates.io/serde_json/1.0.116 \ |
60 | crate://crates.io/smallvec/1.11.2 \ | 59 | crate://crates.io/smallvec/1.13.2 \ |
61 | crate://crates.io/speedate/0.13.0 \ | 60 | crate://crates.io/speedate/0.14.0 \ |
62 | crate://crates.io/static_assertions/1.1.0 \ | 61 | crate://crates.io/static_assertions/1.1.0 \ |
63 | crate://crates.io/strum/0.25.0 \ | 62 | crate://crates.io/strum/0.25.0 \ |
64 | crate://crates.io/strum_macros/0.25.3 \ | 63 | crate://crates.io/strum_macros/0.25.3 \ |
64 | crate://crates.io/strum_macros/0.26.1 \ | ||
65 | crate://crates.io/syn/2.0.48 \ | 65 | crate://crates.io/syn/2.0.48 \ |
66 | crate://crates.io/tap/1.0.1 \ | ||
66 | crate://crates.io/target-lexicon/0.12.9 \ | 67 | crate://crates.io/target-lexicon/0.12.9 \ |
67 | crate://crates.io/tinyvec/1.6.0 \ | 68 | crate://crates.io/tinyvec/1.6.0 \ |
68 | crate://crates.io/tinyvec_macros/0.1.1 \ | 69 | crate://crates.io/tinyvec_macros/0.1.1 \ |
@@ -71,7 +72,7 @@ SRC_URI += " \ | |||
71 | crate://crates.io/unicode-normalization/0.1.22 \ | 72 | crate://crates.io/unicode-normalization/0.1.22 \ |
72 | crate://crates.io/unindent/0.2.3 \ | 73 | crate://crates.io/unindent/0.2.3 \ |
73 | crate://crates.io/url/2.5.0 \ | 74 | crate://crates.io/url/2.5.0 \ |
74 | crate://crates.io/uuid/1.6.1 \ | 75 | crate://crates.io/uuid/1.8.0 \ |
75 | crate://crates.io/version_check/0.9.4 \ | 76 | crate://crates.io/version_check/0.9.4 \ |
76 | crate://crates.io/wasi/0.11.0+wasi-snapshot-preview1 \ | 77 | crate://crates.io/wasi/0.11.0+wasi-snapshot-preview1 \ |
77 | crate://crates.io/windows-targets/0.48.1 \ | 78 | crate://crates.io/windows-targets/0.48.1 \ |
@@ -82,35 +83,34 @@ SRC_URI += " \ | |||
82 | crate://crates.io/windows_x86_64_gnu/0.48.0 \ | 83 | crate://crates.io/windows_x86_64_gnu/0.48.0 \ |
83 | crate://crates.io/windows_x86_64_gnullvm/0.48.0 \ | 84 | crate://crates.io/windows_x86_64_gnullvm/0.48.0 \ |
84 | crate://crates.io/windows_x86_64_msvc/0.48.0 \ | 85 | crate://crates.io/windows_x86_64_msvc/0.48.0 \ |
86 | crate://crates.io/wyz/0.5.1 \ | ||
85 | crate://crates.io/zerocopy/0.7.32 \ | 87 | crate://crates.io/zerocopy/0.7.32 \ |
86 | crate://crates.io/zerocopy-derive/0.7.32 \ | 88 | crate://crates.io/zerocopy-derive/0.7.32 \ |
87 | " | 89 | " |
88 | 90 | ||
89 | SRC_URI[ahash-0.8.7.sha256sum] = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01" | 91 | SRC_URI[ahash-0.8.10.sha256sum] = "8b79b82693f705137f8fb9b37871d99e4f9a7df12b917eed79c3d3954830a60b" |
90 | SRC_URI[aho-corasick-1.0.2.sha256sum] = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41" | 92 | SRC_URI[aho-corasick-1.0.2.sha256sum] = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41" |
91 | SRC_URI[allocator-api2-0.2.16.sha256sum] = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" | ||
92 | SRC_URI[autocfg-1.1.0.sha256sum] = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" | 93 | SRC_URI[autocfg-1.1.0.sha256sum] = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
93 | SRC_URI[base64-0.21.7.sha256sum] = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" | 94 | SRC_URI[base64-0.21.7.sha256sum] = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
94 | SRC_URI[bitflags-1.3.2.sha256sum] = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" | 95 | SRC_URI[bitflags-1.3.2.sha256sum] = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
96 | SRC_URI[bitvec-1.0.1.sha256sum] = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" | ||
95 | SRC_URI[cc-1.0.79.sha256sum] = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" | 97 | SRC_URI[cc-1.0.79.sha256sum] = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" |
96 | SRC_URI[cfg-if-1.0.0.sha256sum] = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | 98 | SRC_URI[cfg-if-1.0.0.sha256sum] = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
97 | SRC_URI[enum_dispatch-0.3.12.sha256sum] = "8f33313078bb8d4d05a2733a94ac4c2d8a0df9a2b84424ebf4f33bfc224a890e" | 99 | SRC_URI[enum_dispatch-0.3.13.sha256sum] = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd" |
98 | SRC_URI[equivalent-1.0.1.sha256sum] = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" | 100 | SRC_URI[equivalent-1.0.1.sha256sum] = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
99 | SRC_URI[form_urlencoded-1.2.1.sha256sum] = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" | 101 | SRC_URI[form_urlencoded-1.2.1.sha256sum] = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
102 | SRC_URI[funty-2.0.0.sha256sum] = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" | ||
100 | SRC_URI[getrandom-0.2.10.sha256sum] = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" | 103 | SRC_URI[getrandom-0.2.10.sha256sum] = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" |
101 | SRC_URI[hashbrown-0.14.3.sha256sum] = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" | 104 | SRC_URI[hashbrown-0.14.3.sha256sum] = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" |
102 | SRC_URI[heck-0.4.1.sha256sum] = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" | 105 | SRC_URI[heck-0.4.1.sha256sum] = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
103 | SRC_URI[idna-0.5.0.sha256sum] = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" | 106 | SRC_URI[idna-0.5.0.sha256sum] = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" |
104 | SRC_URI[indexmap-2.0.0.sha256sum] = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" | 107 | SRC_URI[indexmap-2.2.2.sha256sum] = "824b2ae422412366ba479e8111fd301f7b5faece8149317bb81925979a53f520" |
105 | SRC_URI[indoc-2.0.4.sha256sum] = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8" | 108 | SRC_URI[indoc-2.0.4.sha256sum] = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8" |
106 | SRC_URI[itoa-1.0.8.sha256sum] = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a" | 109 | SRC_URI[itoa-1.0.8.sha256sum] = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a" |
107 | SRC_URI[jiter-0.0.6.sha256sum] = "87db066a99f69382be06d02313f8ce989996b53a04a8a70cfd1a6483a56227f7" | 110 | SRC_URI[jiter-0.4.1.sha256sum] = "abbbbe1bad457e3cd5503af716aedc735e849505a0d2172c55a753ae1b127458" |
108 | SRC_URI[lexical-core-0.8.5.sha256sum] = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46" | ||
109 | SRC_URI[lexical-parse-float-0.8.5.sha256sum] = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f" | 111 | SRC_URI[lexical-parse-float-0.8.5.sha256sum] = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f" |
110 | SRC_URI[lexical-parse-integer-0.8.6.sha256sum] = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9" | 112 | SRC_URI[lexical-parse-integer-0.8.6.sha256sum] = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9" |
111 | SRC_URI[lexical-util-0.8.5.sha256sum] = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc" | 113 | SRC_URI[lexical-util-0.8.5.sha256sum] = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc" |
112 | SRC_URI[lexical-write-float-0.8.5.sha256sum] = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862" | ||
113 | SRC_URI[lexical-write-integer-0.8.5.sha256sum] = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446" | ||
114 | SRC_URI[libc-0.2.147.sha256sum] = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" | 114 | SRC_URI[libc-0.2.147.sha256sum] = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" |
115 | SRC_URI[lock_api-0.4.10.sha256sum] = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" | 115 | SRC_URI[lock_api-0.4.10.sha256sum] = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" |
116 | SRC_URI[memchr-2.6.3.sha256sum] = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" | 116 | SRC_URI[memchr-2.6.3.sha256sum] = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" |
@@ -124,29 +124,32 @@ SRC_URI[parking_lot_core-0.9.8.sha256sum] = "93f00c865fe7cabf650081affecd3871070 | |||
124 | SRC_URI[percent-encoding-2.3.1.sha256sum] = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" | 124 | SRC_URI[percent-encoding-2.3.1.sha256sum] = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
125 | SRC_URI[portable-atomic-1.6.0.sha256sum] = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" | 125 | SRC_URI[portable-atomic-1.6.0.sha256sum] = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" |
126 | SRC_URI[proc-macro2-1.0.76.sha256sum] = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c" | 126 | SRC_URI[proc-macro2-1.0.76.sha256sum] = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c" |
127 | SRC_URI[pyo3-0.20.3.sha256sum] = "53bdbb96d49157e65d45cc287af5f32ffadd5f4761438b527b055fb0d4bb8233" | 127 | SRC_URI[pyo3-0.21.2.sha256sum] = "a5e00b96a521718e08e03b1a622f01c8a8deb50719335de3f60b3b3950f069d8" |
128 | SRC_URI[pyo3-build-config-0.20.3.sha256sum] = "deaa5745de3f5231ce10517a1f5dd97d53e5a2fd77aa6b5842292085831d48d7" | 128 | SRC_URI[pyo3-build-config-0.21.2.sha256sum] = "7883df5835fafdad87c0d888b266c8ec0f4c9ca48a5bed6bbb592e8dedee1b50" |
129 | SRC_URI[pyo3-ffi-0.20.3.sha256sum] = "62b42531d03e08d4ef1f6e85a2ed422eb678b8cd62b762e53891c05faf0d4afa" | 129 | SRC_URI[pyo3-ffi-0.21.2.sha256sum] = "01be5843dc60b916ab4dad1dca6d20b9b4e6ddc8e15f50c47fe6d85f1fb97403" |
130 | SRC_URI[pyo3-macros-0.20.3.sha256sum] = "7305c720fa01b8055ec95e484a6eca7a83c841267f0dd5280f0c8b8551d2c158" | 130 | SRC_URI[pyo3-macros-0.21.2.sha256sum] = "77b34069fc0682e11b31dbd10321cbf94808394c56fd996796ce45217dfac53c" |
131 | SRC_URI[pyo3-macros-backend-0.20.3.sha256sum] = "7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185" | 131 | SRC_URI[pyo3-macros-backend-0.21.2.sha256sum] = "08260721f32db5e1a5beae69a55553f56b99bd0e1c3e6e0a5e8851a9d0f5a85c" |
132 | SRC_URI[python3-dll-a-0.2.9.sha256sum] = "d5f07cd4412be8fa09a721d40007c483981bbe072cd6a21f2e83e04ec8f8343f" | 132 | SRC_URI[python3-dll-a-0.2.9.sha256sum] = "d5f07cd4412be8fa09a721d40007c483981bbe072cd6a21f2e83e04ec8f8343f" |
133 | SRC_URI[quote-1.0.35.sha256sum] = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" | 133 | SRC_URI[quote-1.0.35.sha256sum] = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" |
134 | SRC_URI[radium-0.7.0.sha256sum] = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" | ||
134 | SRC_URI[redox_syscall-0.3.5.sha256sum] = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" | 135 | SRC_URI[redox_syscall-0.3.5.sha256sum] = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" |
135 | SRC_URI[regex-1.10.2.sha256sum] = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" | 136 | SRC_URI[regex-1.10.4.sha256sum] = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" |
136 | SRC_URI[regex-automata-0.4.3.sha256sum] = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" | 137 | SRC_URI[regex-automata-0.4.5.sha256sum] = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd" |
137 | SRC_URI[regex-syntax-0.8.2.sha256sum] = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" | 138 | SRC_URI[regex-syntax-0.8.2.sha256sum] = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" |
138 | SRC_URI[rustversion-1.0.13.sha256sum] = "dc31bd9b61a32c31f9650d18add92aa83a49ba979c143eefd27fe7177b05bd5f" | 139 | SRC_URI[rustversion-1.0.13.sha256sum] = "dc31bd9b61a32c31f9650d18add92aa83a49ba979c143eefd27fe7177b05bd5f" |
139 | SRC_URI[ryu-1.0.14.sha256sum] = "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9" | 140 | SRC_URI[ryu-1.0.14.sha256sum] = "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9" |
140 | SRC_URI[scopeguard-1.1.0.sha256sum] = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" | 141 | SRC_URI[scopeguard-1.1.0.sha256sum] = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
141 | SRC_URI[serde-1.0.195.sha256sum] = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02" | 142 | SRC_URI[serde-1.0.203.sha256sum] = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" |
142 | SRC_URI[serde_derive-1.0.195.sha256sum] = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c" | 143 | SRC_URI[serde_derive-1.0.203.sha256sum] = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" |
143 | SRC_URI[serde_json-1.0.109.sha256sum] = "cb0652c533506ad7a2e353cce269330d6afd8bdfb6d75e0ace5b35aacbd7b9e9" | 144 | SRC_URI[serde_json-1.0.116.sha256sum] = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813" |
144 | SRC_URI[smallvec-1.11.2.sha256sum] = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" | 145 | SRC_URI[smallvec-1.13.2.sha256sum] = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" |
145 | SRC_URI[speedate-0.13.0.sha256sum] = "242f76c50fd18cbf098607090ade73a08d39cfd84ea835f3796a2c855223b19b" | 146 | SRC_URI[speedate-0.14.0.sha256sum] = "c323c4e6fece5a5a1a2a7f726d243144cce9fbcfe3ce4d9f3c6ede726a2bc780" |
146 | SRC_URI[static_assertions-1.1.0.sha256sum] = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" | 147 | SRC_URI[static_assertions-1.1.0.sha256sum] = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
147 | SRC_URI[strum-0.25.0.sha256sum] = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" | 148 | SRC_URI[strum-0.25.0.sha256sum] = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" |
148 | SRC_URI[strum_macros-0.25.3.sha256sum] = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" | 149 | SRC_URI[strum_macros-0.25.3.sha256sum] = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" |
150 | SRC_URI[strum_macros-0.26.1.sha256sum] = "7a3417fc93d76740d974a01654a09777cb500428cc874ca9f45edfe0c4d4cd18" | ||
149 | SRC_URI[syn-2.0.48.sha256sum] = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" | 151 | SRC_URI[syn-2.0.48.sha256sum] = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" |
152 | SRC_URI[tap-1.0.1.sha256sum] = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" | ||
150 | SRC_URI[target-lexicon-0.12.9.sha256sum] = "df8e77cb757a61f51b947ec4a7e3646efd825b73561db1c232a8ccb639e611a0" | 153 | SRC_URI[target-lexicon-0.12.9.sha256sum] = "df8e77cb757a61f51b947ec4a7e3646efd825b73561db1c232a8ccb639e611a0" |
151 | SRC_URI[tinyvec-1.6.0.sha256sum] = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" | 154 | SRC_URI[tinyvec-1.6.0.sha256sum] = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" |
152 | SRC_URI[tinyvec_macros-0.1.1.sha256sum] = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" | 155 | SRC_URI[tinyvec_macros-0.1.1.sha256sum] = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
@@ -155,7 +158,7 @@ SRC_URI[unicode-ident-1.0.10.sha256sum] = "22049a19f4a68748a168c0fc439f9516686aa | |||
155 | SRC_URI[unicode-normalization-0.1.22.sha256sum] = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" | 158 | SRC_URI[unicode-normalization-0.1.22.sha256sum] = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" |
156 | SRC_URI[unindent-0.2.3.sha256sum] = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce" | 159 | SRC_URI[unindent-0.2.3.sha256sum] = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce" |
157 | SRC_URI[url-2.5.0.sha256sum] = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" | 160 | SRC_URI[url-2.5.0.sha256sum] = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" |
158 | SRC_URI[uuid-1.6.1.sha256sum] = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560" | 161 | SRC_URI[uuid-1.8.0.sha256sum] = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" |
159 | SRC_URI[version_check-0.9.4.sha256sum] = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" | 162 | SRC_URI[version_check-0.9.4.sha256sum] = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
160 | SRC_URI[wasi-0.11.0+wasi-snapshot-preview1.sha256sum] = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" | 163 | SRC_URI[wasi-0.11.0+wasi-snapshot-preview1.sha256sum] = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
161 | SRC_URI[windows-targets-0.48.1.sha256sum] = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f" | 164 | SRC_URI[windows-targets-0.48.1.sha256sum] = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f" |
@@ -166,5 +169,6 @@ SRC_URI[windows_i686_msvc-0.48.0.sha256sum] = "4542c6e364ce21bf45d69fdd2a8e455fa | |||
166 | SRC_URI[windows_x86_64_gnu-0.48.0.sha256sum] = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" | 169 | SRC_URI[windows_x86_64_gnu-0.48.0.sha256sum] = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" |
167 | SRC_URI[windows_x86_64_gnullvm-0.48.0.sha256sum] = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" | 170 | SRC_URI[windows_x86_64_gnullvm-0.48.0.sha256sum] = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" |
168 | SRC_URI[windows_x86_64_msvc-0.48.0.sha256sum] = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" | 171 | SRC_URI[windows_x86_64_msvc-0.48.0.sha256sum] = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" |
172 | SRC_URI[wyz-0.5.1.sha256sum] = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" | ||
169 | SRC_URI[zerocopy-0.7.32.sha256sum] = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" | 173 | SRC_URI[zerocopy-0.7.32.sha256sum] = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" |
170 | SRC_URI[zerocopy-derive-0.7.32.sha256sum] = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" | 174 | SRC_URI[zerocopy-derive-0.7.32.sha256sum] = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" |
diff --git a/meta-python/recipes-devtools/python/python3-pydantic-core/0001-Bumps-pyo3-https-github.com-pyo3-pyo3-from-0.20.2-to.patch b/meta-python/recipes-devtools/python/python3-pydantic-core/0001-Bumps-pyo3-https-github.com-pyo3-pyo3-from-0.20.2-to.patch deleted file mode 100644 index 32777e1d03..0000000000 --- a/meta-python/recipes-devtools/python/python3-pydantic-core/0001-Bumps-pyo3-https-github.com-pyo3-pyo3-from-0.20.2-to.patch +++ /dev/null | |||
@@ -1,126 +0,0 @@ | |||
1 | From a5690f973384bf8cbf4deb3b83d822b7aaefbdd8 Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Tue, 27 Feb 2024 11:00:46 -0800 | ||
4 | Subject: [PATCH] Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.20.2 to | ||
5 | 0.20.3. | ||
6 | |||
7 | Upstream-Status: Pending | ||
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
9 | --- | ||
10 | Cargo.lock | 26 +++++++++++++++++--------- | ||
11 | Cargo.toml | 2 +- | ||
12 | 2 files changed, 18 insertions(+), 10 deletions(-) | ||
13 | |||
14 | --- a/Cargo.lock | ||
15 | +++ b/Cargo.lock | ||
16 | @@ -322,6 +322,12 @@ source = "registry+https://github.com/ru | ||
17 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" | ||
18 | |||
19 | [[package]] | ||
20 | +name = "portable-atomic" | ||
21 | +version = "1.6.0" | ||
22 | +source = "registry+https://github.com/rust-lang/crates.io-index" | ||
23 | +checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" | ||
24 | + | ||
25 | +[[package]] | ||
26 | name = "proc-macro2" | ||
27 | version = "1.0.76" | ||
28 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
29 | @@ -357,9 +363,9 @@ dependencies = [ | ||
30 | |||
31 | [[package]] | ||
32 | name = "pyo3" | ||
33 | -version = "0.20.2" | ||
34 | +version = "0.20.3" | ||
35 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
36 | -checksum = "9a89dc7a5850d0e983be1ec2a463a171d20990487c3cfcd68b5363f1ee3d6fe0" | ||
37 | +checksum = "53bdbb96d49157e65d45cc287af5f32ffadd5f4761438b527b055fb0d4bb8233" | ||
38 | dependencies = [ | ||
39 | "cfg-if", | ||
40 | "indoc", | ||
41 | @@ -367,6 +373,7 @@ dependencies = [ | ||
42 | "memoffset", | ||
43 | "num-bigint", | ||
44 | "parking_lot", | ||
45 | + "portable-atomic", | ||
46 | "pyo3-build-config", | ||
47 | "pyo3-ffi", | ||
48 | "pyo3-macros", | ||
49 | @@ -375,9 +382,9 @@ dependencies = [ | ||
50 | |||
51 | [[package]] | ||
52 | name = "pyo3-build-config" | ||
53 | -version = "0.20.2" | ||
54 | +version = "0.20.3" | ||
55 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
56 | -checksum = "07426f0d8fe5a601f26293f300afd1a7b1ed5e78b2a705870c5f30893c5163be" | ||
57 | +checksum = "deaa5745de3f5231ce10517a1f5dd97d53e5a2fd77aa6b5842292085831d48d7" | ||
58 | dependencies = [ | ||
59 | "once_cell", | ||
60 | "python3-dll-a", | ||
61 | @@ -386,9 +393,9 @@ dependencies = [ | ||
62 | |||
63 | [[package]] | ||
64 | name = "pyo3-ffi" | ||
65 | -version = "0.20.2" | ||
66 | +version = "0.20.3" | ||
67 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
68 | -checksum = "dbb7dec17e17766b46bca4f1a4215a85006b4c2ecde122076c562dd058da6cf1" | ||
69 | +checksum = "62b42531d03e08d4ef1f6e85a2ed422eb678b8cd62b762e53891c05faf0d4afa" | ||
70 | dependencies = [ | ||
71 | "libc", | ||
72 | "pyo3-build-config", | ||
73 | @@ -396,9 +403,9 @@ dependencies = [ | ||
74 | |||
75 | [[package]] | ||
76 | name = "pyo3-macros" | ||
77 | -version = "0.20.2" | ||
78 | +version = "0.20.3" | ||
79 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
80 | -checksum = "05f738b4e40d50b5711957f142878cfa0f28e054aa0ebdfc3fd137a843f74ed3" | ||
81 | +checksum = "7305c720fa01b8055ec95e484a6eca7a83c841267f0dd5280f0c8b8551d2c158" | ||
82 | dependencies = [ | ||
83 | "proc-macro2", | ||
84 | "pyo3-macros-backend", | ||
85 | @@ -408,12 +415,13 @@ dependencies = [ | ||
86 | |||
87 | [[package]] | ||
88 | name = "pyo3-macros-backend" | ||
89 | -version = "0.20.2" | ||
90 | +version = "0.20.3" | ||
91 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
92 | -checksum = "0fc910d4851847827daf9d6cdd4a823fbdaab5b8818325c5e97a86da79e8881f" | ||
93 | +checksum = "7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185" | ||
94 | dependencies = [ | ||
95 | "heck", | ||
96 | "proc-macro2", | ||
97 | + "pyo3-build-config", | ||
98 | "quote", | ||
99 | "syn", | ||
100 | ] | ||
101 | --- a/Cargo.toml | ||
102 | +++ b/Cargo.toml | ||
103 | @@ -26,7 +26,7 @@ include = [ | ||
104 | ] | ||
105 | |||
106 | [dependencies] | ||
107 | -pyo3 = { version = "0.20.2", features = ["generate-import-lib", "num-bigint"] } | ||
108 | +pyo3 = { version = "0.20.3", features = ["generate-import-lib", "num-bigint"] } | ||
109 | regex = "1.10.2" | ||
110 | strum = { version = "0.25.0", features = ["derive"] } | ||
111 | strum_macros = "0.25.3" | ||
112 | @@ -70,12 +70,12 @@ debug = true | ||
113 | strip = false | ||
114 | |||
115 | [dev-dependencies] | ||
116 | -pyo3 = { version = "0.20.2", features = ["auto-initialize"] } | ||
117 | +pyo3 = { version = "0.20.3", features = ["auto-initialize"] } | ||
118 | |||
119 | [build-dependencies] | ||
120 | version_check = "0.9.4" | ||
121 | # used where logic has to be version/distribution specific, e.g. pypy | ||
122 | -pyo3-build-config = { version = "0.20.2" } | ||
123 | +pyo3-build-config = { version = "0.20.3" } | ||
124 | |||
125 | [lints.clippy] | ||
126 | dbg_macro = "warn" | ||
diff --git a/meta-python/recipes-devtools/python/python3-pydantic-core/0001-Fix-generate_self_schema-for-Python-3.12-1299.patch b/meta-python/recipes-devtools/python/python3-pydantic-core/0001-Fix-generate_self_schema-for-Python-3.12-1299.patch deleted file mode 100644 index f6aa18e303..0000000000 --- a/meta-python/recipes-devtools/python/python3-pydantic-core/0001-Fix-generate_self_schema-for-Python-3.12-1299.patch +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | From 0dcca2ed6a83ebbc944ec8cbd2f67ffec8043461 Mon Sep 17 00:00:00 2001 | ||
2 | From: Jelle Zijlstra <jelle.zijlstra@gmail.com> | ||
3 | Date: Wed, 22 May 2024 07:44:10 -0700 | ||
4 | Subject: [PATCH] Fix generate_self_schema for Python 3.12+ (#1299) | ||
5 | |||
6 | Upstream-Status: Backport [https://github.com/pydantic/pydantic-core/commit/a7620419383a69bd2b28ab953c9a17f6ed35bb9a] | ||
7 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
8 | --- | ||
9 | generate_self_schema.py | 7 ++++++- | ||
10 | 1 file changed, 6 insertions(+), 1 deletion(-) | ||
11 | |||
12 | diff --git a/generate_self_schema.py b/generate_self_schema.py | ||
13 | index 8d27247..109fca0 100644 | ||
14 | --- a/generate_self_schema.py | ||
15 | +++ b/generate_self_schema.py | ||
16 | @@ -189,7 +189,12 @@ def all_literal_values(type_: type[core_schema.Literal]) -> list[any]: | ||
17 | |||
18 | def eval_forward_ref(type_: Any) -> Any: | ||
19 | try: | ||
20 | - return type_._evaluate(core_schema.__dict__, None, set()) | ||
21 | + try: | ||
22 | + # Python 3.12+ | ||
23 | + return type_._evaluate(core_schema.__dict__, None, type_params=set(), recursive_guard=set()) | ||
24 | + except TypeError: | ||
25 | + # Python 3.9+ | ||
26 | + return type_._evaluate(core_schema.__dict__, None, set()) | ||
27 | except TypeError: | ||
28 | # for Python 3.8 | ||
29 | return type_._evaluate(core_schema.__dict__, None) | ||
diff --git a/meta-python/recipes-devtools/python/python3-pydantic-core/0001-Set-rust-version-from-1.76-to-1.75-in-Cargo.toml.patch b/meta-python/recipes-devtools/python/python3-pydantic-core/0001-Set-rust-version-from-1.76-to-1.75-in-Cargo.toml.patch new file mode 100644 index 0000000000..c4e6f2f6ab --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pydantic-core/0001-Set-rust-version-from-1.76-to-1.75-in-Cargo.toml.patch | |||
@@ -0,0 +1,29 @@ | |||
1 | From 6e1852228a2aa38cc76b9a968bba6b603efa5b28 Mon Sep 17 00:00:00 2001 | ||
2 | From: Frank de Brabander <debrabander@gmail.com> | ||
3 | Date: Thu, 25 Jul 2024 13:50:44 +0200 | ||
4 | Subject: [PATCH] Set rust version from 1.76 to 1.75 in Cargo.toml | ||
5 | |||
6 | Current openembedded-core uses 1.75 and this packages doesn't actually | ||
7 | require a newer version. | ||
8 | |||
9 | Upstream-Status: Inappropriate | ||
10 | --- | ||
11 | Cargo.toml | 2 +- | ||
12 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
13 | |||
14 | diff --git a/Cargo.toml b/Cargo.toml | ||
15 | index 8f0ea44..10b277c 100644 | ||
16 | --- a/Cargo.toml | ||
17 | +++ b/Cargo.toml | ||
18 | @@ -24,7 +24,7 @@ include = [ | ||
19 | "!tests/.pytest_cache", | ||
20 | "!*.so", | ||
21 | ] | ||
22 | -rust-version = "1.76" | ||
23 | +rust-version = "1.75" | ||
24 | |||
25 | [dependencies] | ||
26 | pyo3 = { version = "0.21.2", features = ["generate-import-lib", "num-bigint"] } | ||
27 | -- | ||
28 | 2.39.2 | ||
29 | |||
diff --git a/meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb b/meta-python/recipes-devtools/python/python3-pydantic-core_2.18.4.bb index c5ce1ff110..eb55991995 100644 --- a/meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb +++ b/meta-python/recipes-devtools/python/python3-pydantic-core_2.18.4.bb | |||
@@ -8,9 +8,8 @@ HOMEPAGE = "https://github.com/pydantic/pydantic-core" | |||
8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ab599c188b4a314d2856b3a55030c75c" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ab599c188b4a314d2856b3a55030c75c" |
10 | 10 | ||
11 | SRC_URI += "file://0001-Bumps-pyo3-https-github.com-pyo3-pyo3-from-0.20.2-to.patch \ | 11 | SRC_URI += "file://0001-Set-rust-version-from-1.76-to-1.75-in-Cargo.toml.patch" |
12 | file://0001-Fix-generate_self_schema-for-Python-3.12-1299.patch" | 12 | SRC_URI[sha256sum] = "ec3beeada09ff865c344ff3bc2f427f5e6c26401cc6113d77e372c3fdac73864" |
13 | SRC_URI[sha256sum] = "1cac689f80a3abab2d3c0048b29eea5751114054f032a941a32de4c852c59cad" | ||
14 | 13 | ||
15 | DEPENDS = "python3-maturin-native python3-typing-extensions" | 14 | DEPENDS = "python3-maturin-native python3-typing-extensions" |
16 | 15 | ||
@@ -20,9 +19,13 @@ inherit pypi cargo-update-recipe-crates python_maturin | |||
20 | 19 | ||
21 | PYPI_PACKAGE = "pydantic_core" | 20 | PYPI_PACKAGE = "pydantic_core" |
22 | 21 | ||
23 | RDEPENDS:${PN} += "python3-typing-extensions" | 22 | RDEPENDS:${PN} += " \ |
23 | python3-compression \ | ||
24 | python3-typing-extensions \ | ||
25 | " | ||
24 | 26 | ||
25 | INSANE_SKIP:${PN} = "already-stripped" | 27 | INSANE_SKIP:${PN} = "already-stripped" |
28 | INSANE_SKIP:${PN} += "buildpaths" | ||
26 | 29 | ||
27 | inherit ptest | 30 | inherit ptest |
28 | SRC_URI += "file://run-ptest" | 31 | SRC_URI += "file://run-ptest" |