summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pydantic-core
diff options
context:
space:
mode:
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 = [