diff options
author | Tim Orling <tim.orling@konsulko.com> | 2024-08-08 09:38:40 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:29 -0700 |
commit | 982db9fe074f2cd90f8f2ed0af2844830de17b3e (patch) | |
tree | 9a7154ef03020ac8181f34a174c5f9dd343c4432 /meta-python/recipes-devtools/python/python3-pydantic-core | |
parent | 447369b01ea8564fe2f52a77d3a70c255c5ee574 (diff) | |
download | meta-openembedded-982db9fe074f2cd90f8f2ed0af2844830de17b3e.tar.gz |
python3-pydantic-core: upgrade 2.18.4 -> 2.21.0
* Refresh -crates.inc
* Drop rust 1.76 to 1.75 patch, upstream reverted [1]
* Add ptest RDEPENDS [2]:
- python3-dateutil
- python3-tzdata
- python3-zoneinfo
* Add python3-misc to ptest RDEPENDS as we need Lib/timeit.py
Full commit log:
https://github.com/pydantic/pydantic-core/compare/v2.18.4...v2.21.0
[1] https://github.com/pydantic/pydantic-core/commit/ebef5bdf92707f5e1739931150893ae6c7ccc531
[2] https://github.com/pydantic/pydantic-core/blob/v2.21.0/tests/requirements.txt
Signed-off-by: Tim Orling <tim.orling@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-Set-rust-version-from-1.76-to-1.75-in-Cargo.toml.patch | 29 |
1 files changed, 0 insertions, 29 deletions
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 deleted file mode 100644 index c4e6f2f6ab..0000000000 --- a/meta-python/recipes-devtools/python/python3-pydantic-core/0001-Set-rust-version-from-1.76-to-1.75-in-Cargo.toml.patch +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
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 | |||