diff mbox series

[meta-python,5/5] python3-pydantic: Upgrade to 2.9.2

Message ID 20241029042457.4125617-5-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/5] python3-pint: Backport a proposed fix to support python 3.13 | expand

Commit Message

Khem Raj Oct. 29, 2024, 4:24 a.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 ...python3-pydantic_2.8.2.bb => python3-pydantic_2.9.2.bb} | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pydantic_2.8.2.bb => python3-pydantic_2.9.2.bb} (90%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.8.2.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.9.2.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-pydantic_2.8.2.bb
rename to meta-python/recipes-devtools/python/python3-pydantic_2.9.2.bb
index de610d7815..b776d05dce 100644
--- a/meta-python/recipes-devtools/python/python3-pydantic_2.8.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pydantic_2.9.2.bb
@@ -11,7 +11,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6"
 
 inherit pypi python_hatchling
 
-SRC_URI[sha256sum] = "6f62c13d067b0755ad1c21a34bdd06c0c12625a22b0fc09c6b149816604f7c2a"
+SRC_URI[sha256sum] = "d155cef71265d1e9807ed1c32b4c8deec042a44a50a4188b25ac67ecd81a9c0f" 
 
 DEPENDS += "python3-hatch-fancy-pypi-readme-native"
 
@@ -24,12 +24,15 @@  RDEPENDS:${PN} += "\
     python3-image \
     python3-io \
     python3-json \
+    python3-jsonschema \
     python3-logging \
     python3-netclient \
     python3-numbers \
     python3-profile \
     python3-pydantic-core \
     python3-typing-extensions \
+    python3-tzdata \
+    python3-zoneinfo \
 "
 
 inherit ptest
@@ -38,6 +41,8 @@  RDEPENDS:${PN}-ptest += "\
     python3-cloudpickle \
     python3-dirty-equals \
     python3-email-validator \
+    python3-html \
+    python3-hypothesis \
     python3-pydoc \
     python3-pytest \
     python3-pytest-mock \