diff mbox series

[meta-python] python3-pydantic: upgrade 2.5.2 -> 2.5.3

Message ID 1703576209-13449-1-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-python] python3-pydantic: upgrade 2.5.2 -> 2.5.3 | expand

Commit Message

Mingyu Wang (Fujitsu) Dec. 26, 2023, 7:36 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
-uprev pydantic-core to 2.14.6
-Fix memory leak with recursive definitions creating reference cycles

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-pydantic_2.5.2.bb => python3-pydantic_2.5.3.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pydantic_2.5.2.bb => python3-pydantic_2.5.3.bb} (86%)

Comments

Khem Raj Dec. 31, 2023, 12:38 a.m. UTC | #1
On Tue, 26 Dec 2023 15:36:49 +0800, wangmy@fujitsu.com wrote:
> Changelog:
> ============
> -uprev pydantic-core to 2.14.6
> -Fix memory leak with recursive definitions creating reference cycles
> 
> 

Applied, thanks!

[1/1] python3-pydantic: upgrade 2.5.2 -> 2.5.3
      commit: d9ace19a213517aa3fbf4153837e8c89d53cf747

Best regards,
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.5.2.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.5.3.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-pydantic_2.5.2.bb
rename to meta-python/recipes-devtools/python/python3-pydantic_2.5.3.bb
index 3750d49a9..4b764c087 100644
--- a/meta-python/recipes-devtools/python/python3-pydantic_2.5.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pydantic_2.5.3.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6"
 
 inherit pypi python_hatchling
 
-SRC_URI[sha256sum] = "ff177ba64c6faf73d7afa2e8cad38fd456c0dbe01c9954e71038001cd15a6edd"
+SRC_URI[sha256sum] = "b3ef57c62535b0941697cce638c08900d87fcb67e29cfa99e8a68f747f393f7a"
 
 DEPENDS += "python3-hatch-fancy-pypi-readme-native"