diff mbox series

[meta-python] python3-pydantic: upgrade 1.10.2 -> 1.10.4

Message ID 1672376423-25554-2-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-python] python3-pydantic: upgrade 1.10.2 -> 1.10.4 | expand

Commit Message

Mingyu Wang (Fujitsu) Dec. 30, 2022, 5 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
Change dependency to typing-extensions>=4.2.0, #4885

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-pydantic_1.10.2.bb => python3-pydantic_1.10.4.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pydantic_1.10.2.bb => python3-pydantic_1.10.4.bb} (85%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pydantic_1.10.2.bb b/meta-python/recipes-devtools/python/python3-pydantic_1.10.4.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-pydantic_1.10.2.bb
rename to meta-python/recipes-devtools/python/python3-pydantic_1.10.4.bb
index 16bb1f6ae..c17f3024c 100644
--- a/meta-python/recipes-devtools/python/python3-pydantic_1.10.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pydantic_1.10.4.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=2c02ea30650b91528657db64baea1757"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "91b8e218852ef6007c2b98cd861601c6a09f1aa32bbbb74fab5b1c33d4a1e410"
+SRC_URI[sha256sum] = "b9a3859f24eb4e097502a3be1fb4b2abb79b6103dd9e2e0edb70613a4459a648"
 
 RDEPENDS:${PN} += "\
     ${PYTHON_PN}-typing-extensions \