From 8c362c31388be42d8b4786592893aaf87eb501ca Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 22 Nov 2023 14:32:42 +0800 Subject: python3-pydantic: upgrade 2.5.0 -> 2.5.1 Changelog: =========== -uprev pydantic-core to 2.14.3 -Fix package description limit -Fix ValidateCallWrapper error when creating a model which has a @validate_call wrapped field annotation Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-pydantic_2.5.1.bb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pydantic_2.5.1.bb (limited to 'meta-python/recipes-devtools/python/python3-pydantic_2.5.1.bb') 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 new file mode 100644 index 0000000000..609411fe14 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pydantic_2.5.1.bb @@ -0,0 +1,23 @@ +SUMMARY = "Data validation and settings management using Python type hinting" +HOMEPAGE = "https://github.com/samuelcolvin/pydantic" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6" + +inherit pypi python_hatchling + +SRC_URI[sha256sum] = "0b8be5413c06aadfbe56f6dc1d45c9ed25fd43264414c571135c97dd77c2bedb" + +DEPENDS += "python3-hatch-fancy-pypi-readme-native" + +RDEPENDS:${PN} += "\ + python3-core \ + python3-datetime \ + python3-image \ + python3-io \ + python3-json \ + python3-logging \ + python3-netclient \ + python3-numbers \ + python3-profile \ + python3-typing-extensions \ +" -- cgit v1.2.3-54-g00ecf