summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pydantic_2.5.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-11-28 16:38:34 +0800
committerKhem Raj <raj.khem@gmail.com>2023-11-28 08:55:42 -0800
commit0260e1498e475899d1c13c05f928c5a886d151c4 (patch)
tree71416d54e239daaf74430e702005071cf3499640 /meta-python/recipes-devtools/python/python3-pydantic_2.5.1.bb
parentd9a5eaf0f18c4f4499a85413857becd7768c3b5e (diff)
downloadmeta-openembedded-0260e1498e475899d1c13c05f928c5a886d151c4.tar.gz
python3-pydantic: upgrade 2.5.1 -> 2.5.2
Changelog: ========== -uprev pydantic-core to 2.14.5 -Add ConfigDict.ser_json_inf_nan -Fix validation of Literal from JSON keys when used as dict key -Fix bug re custom_init on members of Union -Fix JsonValue bool serialization -Fix handling of unhashable inputs with Literal in Unions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pydantic_2.5.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pydantic_2.5.1.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.5.1.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.5.1.bb
deleted file mode 100644
index 609411fe14..0000000000
--- a/meta-python/recipes-devtools/python/python3-pydantic_2.5.1.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1SUMMARY = "Data validation and settings management using Python type hinting"
2HOMEPAGE = "https://github.com/samuelcolvin/pydantic"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6"
5
6inherit pypi python_hatchling
7
8SRC_URI[sha256sum] = "0b8be5413c06aadfbe56f6dc1d45c9ed25fd43264414c571135c97dd77c2bedb"
9
10DEPENDS += "python3-hatch-fancy-pypi-readme-native"
11
12RDEPENDS:${PN} += "\
13 python3-core \
14 python3-datetime \
15 python3-image \
16 python3-io \
17 python3-json \
18 python3-logging \
19 python3-netclient \
20 python3-numbers \
21 python3-profile \
22 python3-typing-extensions \
23"