diff mbox series

[meta-python] python3-pydantic-core: upgrade 2.14.5 -> 2.14.6

Message ID 1704271107-17682-2-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-python] python3-pydantic-core: upgrade 2.14.5 -> 2.14.6 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 3, 2024, 8:38 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 fix memory leak with recursive definitions creating reference cycles

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

Comments

Khem Raj Jan. 8, 2024, 2:47 a.m. UTC | #1
On Wed, 03 Jan 2024 16:38:27 +0800, wangmy@fujitsu.com wrote:
> Changelog:
>  fix memory leak with recursive definitions creating reference cycles
> 
> 

Applied, thanks!

[1/1] python3-pydantic-core: upgrade 2.14.5 -> 2.14.6
      commit: 45672db184f39030417d8412f0aa0c8589be6a74

Best regards,
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pydantic-core_2.14.5.bb b/meta-python/recipes-devtools/python/python3-pydantic-core_2.14.6.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-pydantic-core_2.14.5.bb
rename to meta-python/recipes-devtools/python/python3-pydantic-core_2.14.6.bb
index 01f180c8c..601ba25b6 100644
--- a/meta-python/recipes-devtools/python/python3-pydantic-core_2.14.5.bb
+++ b/meta-python/recipes-devtools/python/python3-pydantic-core_2.14.6.bb
@@ -8,7 +8,7 @@  HOMEPAGE = "https://github.com/pydantic/pydantic-core"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=ab599c188b4a314d2856b3a55030c75c"
 
-SRC_URI[sha256sum] = "6d30226dfc816dd0fdf120cae611dd2215117e4f9b124af8c60ab9093b6e8e71"
+SRC_URI[sha256sum] = "1fd0c1d395372843fba13a51c28e3bb9d59bd7aebfeb17358ffaaa1e4dbbe948"
 
 DEPENDS = "python3-maturin-native python3-typing-extensions"