summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pydantic-core
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2025-11-20 18:58:52 +0200
committerKhem Raj <raj.khem@gmail.com>2025-11-20 10:30:33 -0800
commit80d071ba7e22a6baf9b1003481fcc83830e45cc9 (patch)
tree488bd0fbbe1e5b9456f7a1079e48b6de1b3717bc /meta-python/recipes-devtools/python/python3-pydantic-core
parent2fa968086107bfa05b489f3ff2be39288f80a3ba (diff)
downloadmeta-openembedded-80d071ba7e22a6baf9b1003481fcc83830e45cc9.tar.gz
python3-pydantic-core: Upgrade 2.41.1 -> 2.41.5
Upgrade to release 2.41.5: - Correct invalid serialization of date/datetime/time/timedelta by pulling downcast checks up - Avoid getting default values from defaultdict - ci: add more 3.14t builds, delete duplicate linux aarch64 build - JsonValue: Deduplicate keys before populating Dict - Fix: only percent-encode characters in the userinfo encode set - Bump jiter from 0.11.0 to 0.11.1 - Bump regex from 1.11.3 to 1.12.2 - Bump percent-encoding from 2.3.1 to 2.3.2 - Fix issue with field_serializers on nested typed dicts - Clean up GC traversal for some top-level types - Add type inference for serializing ip address types - Revert url credential encoding (to be reintroduced as an option in future) - optimizations in URL implementation This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pydantic-core')
-rw-r--r--meta-python/recipes-devtools/python/python3-pydantic-core/0001-cargo.toml-Update-bitvec-to-use-radium-1.x.patch14
1 files changed, 7 insertions, 7 deletions
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 ccaae06b7b..e4f19a1e3a 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 @@
1From c4ebe7d218f7415b7c0137c231a47455b237840b Mon Sep 17 00:00:00 2001 1From 1f0eaed9473f2a60f4a4e2dd95e376cebc0112d9 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Sat, 19 Apr 2025 00:09:42 -0700 3Date: Sat, 19 Apr 2025 00:09:42 -0700
4Subject: [PATCH] cargo.toml: Update bitvec to use radium 1.x 4Subject: [PATCH] cargo.toml: Update bitvec to use radium 1.x
@@ -13,7 +13,7 @@ Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
13 2 files changed, 13 insertions(+), 1 deletion(-) 13 2 files changed, 13 insertions(+), 1 deletion(-)
14 14
15diff --git a/Cargo.lock b/Cargo.lock 15diff --git a/Cargo.lock b/Cargo.lock
16index c1d0e44..9fc5367 100644 16index 1a7c8ea..3d5eafe 100644
17--- a/Cargo.lock 17--- a/Cargo.lock
18+++ b/Cargo.lock 18+++ b/Cargo.lock
19@@ -49,7 +49,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" 19@@ -49,7 +49,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -25,15 +25,15 @@ index c1d0e44..9fc5367 100644
25 "tap", 25 "tap",
26 "wyz", 26 "wyz",
27 ] 27 ]
28@@ -443,6 +443,7 @@ dependencies = [ 28@@ -444,6 +444,7 @@ dependencies = [
29 "num-traits", 29 "percent-encoding",
30 "pyo3", 30 "pyo3",
31 "pyo3-build-config", 31 "pyo3-build-config",
32+ "radium 1.1.0", 32+ "radium 1.1.0",
33 "regex", 33 "regex",
34 "serde", 34 "serde",
35 "serde_json", 35 "serde_json",
36@@ -548,6 +549,15 @@ version = "0.7.0" 36@@ -549,6 +550,15 @@ version = "0.7.0"
37 source = "registry+https://github.com/rust-lang/crates.io-index" 37 source = "registry+https://github.com/rust-lang/crates.io-index"
38 checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 38 checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
39 39
@@ -48,9 +48,9 @@ index c1d0e44..9fc5367 100644
48+ 48+
49 [[package]] 49 [[package]]
50 name = "regex" 50 name = "regex"
51 version = "1.11.3" 51 version = "1.12.2"
52diff --git a/Cargo.toml b/Cargo.toml 52diff --git a/Cargo.toml b/Cargo.toml
53index df90031..e671ade 100644 53index a7e86ab..09eaf64 100644
54--- a/Cargo.toml 54--- a/Cargo.toml
55+++ b/Cargo.toml 55+++ b/Cargo.toml
56@@ -25,6 +25,8 @@ include = [ 56@@ -25,6 +25,8 @@ include = [