diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pydantic-core/0001-cargo.toml-Update-bitvec-to-use-radium-1.x.patch')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pydantic-core/0001-cargo.toml-Update-bitvec-to-use-radium-1.x.patch | 15 |
1 files changed, 8 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 58f8514630..ccaae06b7b 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 41fded05f38bdb8378b98be4f1dd5392a00f3d1b Mon Sep 17 00:00:00 2001 | 1 | From c4ebe7d218f7415b7c0137c231a47455b237840b 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 |
@@ -6,13 +6,14 @@ Subject: [PATCH] cargo.toml: Update bitvec to use radium 1.x | |||
6 | Upstream-Status: Submitted [https://github.com/ferrilab/bitvec/pull/220] | 6 | 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 | Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> | ||
9 | --- | 10 | --- |
10 | Cargo.lock | 12 +++++++++++- | 11 | Cargo.lock | 12 +++++++++++- |
11 | Cargo.toml | 2 ++ | 12 | Cargo.toml | 2 ++ |
12 | 2 files changed, 13 insertions(+), 1 deletion(-) | 13 | 2 files changed, 13 insertions(+), 1 deletion(-) |
13 | 14 | ||
14 | diff --git a/Cargo.lock b/Cargo.lock | 15 | diff --git a/Cargo.lock b/Cargo.lock |
15 | index 44bdf4e..274b828 100644 | 16 | index c1d0e44..9fc5367 100644 |
16 | --- a/Cargo.lock | 17 | --- a/Cargo.lock |
17 | +++ b/Cargo.lock | 18 | +++ b/Cargo.lock |
18 | @@ -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" |
@@ -24,7 +25,7 @@ index 44bdf4e..274b828 100644 | |||
24 | "tap", | 25 | "tap", |
25 | "wyz", | 26 | "wyz", |
26 | ] | 27 | ] |
27 | @@ -421,6 +421,7 @@ dependencies = [ | 28 | @@ -443,6 +443,7 @@ dependencies = [ |
28 | "num-traits", | 29 | "num-traits", |
29 | "pyo3", | 30 | "pyo3", |
30 | "pyo3-build-config", | 31 | "pyo3-build-config", |
@@ -32,7 +33,7 @@ index 44bdf4e..274b828 100644 | |||
32 | "regex", | 33 | "regex", |
33 | "serde", | 34 | "serde", |
34 | "serde_json", | 35 | "serde_json", |
35 | @@ -527,6 +528,15 @@ version = "0.7.0" | 36 | @@ -548,6 +549,15 @@ version = "0.7.0" |
36 | source = "registry+https://github.com/rust-lang/crates.io-index" | 37 | source = "registry+https://github.com/rust-lang/crates.io-index" |
37 | checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" | 38 | checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" |
38 | 39 | ||
@@ -47,9 +48,9 @@ index 44bdf4e..274b828 100644 | |||
47 | + | 48 | + |
48 | [[package]] | 49 | [[package]] |
49 | name = "regex" | 50 | name = "regex" |
50 | version = "1.11.1" | 51 | version = "1.11.3" |
51 | diff --git a/Cargo.toml b/Cargo.toml | 52 | diff --git a/Cargo.toml b/Cargo.toml |
52 | index 660e06a..7ee67d6 100644 | 53 | index df90031..e671ade 100644 |
53 | --- a/Cargo.toml | 54 | --- a/Cargo.toml |
54 | +++ b/Cargo.toml | 55 | +++ b/Cargo.toml |
55 | @@ -25,6 +25,8 @@ include = [ | 56 | @@ -25,6 +25,8 @@ include = [ |
@@ -60,4 +61,4 @@ index 660e06a..7ee67d6 100644 | |||
60 | +radium = "1" | 61 | +radium = "1" |
61 | # TODO it would be very nice to remove the "py-clone" feature as it can panic, | 62 | # 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 | # 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"] } | 64 | pyo3 = { version = "0.26", features = ["generate-import-lib", "num-bigint", "py-clone"] } |