From ce96ca0dac0b358c826a89f77ab3b603c3e0446e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 27 Feb 2024 11:05:07 -0800 Subject: [PATCH] python3-pydantic-core,python3-pydantic: Update to 2.16.3 and 2.6.3 respectively [1] [2] [3] [3] are the ChangeLogs [1] https://github.com/pydantic/pydantic-core/releases/tag/v2.16.3 [2] https://github.com/pydantic/pydantic/releases/tag/v2.6.3 [3] https://github.com/pydantic/pydantic/releases/tag/v2.6.2 [4] https://github.com/pydantic/pydantic/releases/tag/v2.6.1 Signed-off-by: Khem Raj --- ...-pydantic-core_2.16.2.bb => python3-pydantic-core_2.16.3.bb} | 2 +- .../{python3-pydantic_2.6.0.bb => python3-pydantic_2.6.3.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pydantic-core_2.16.2.bb => python3-pydantic-core_2.16.3.bb} (94%) rename meta-python/recipes-devtools/python/{python3-pydantic_2.6.0.bb => python3-pydantic_2.6.3.bb} (94%) diff --git a/meta-python/recipes-devtools/python/python3-pydantic-core_2.16.2.bb b/meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb similarity index 94% rename from meta-python/recipes-devtools/python/python3-pydantic-core_2.16.2.bb rename to meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb index 7ac2b076c2..ef48c0020d 100644 --- a/meta-python/recipes-devtools/python/python3-pydantic-core_2.16.2.bb +++ b/meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb @@ -8,7 +8,7 @@ HOMEPAGE = "https://github.com/pydantic/pydantic-core" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=ab599c188b4a314d2856b3a55030c75c" -SRC_URI[sha256sum] = "0ba503850d8b8dcc18391f10de896ae51d37fe5fe43dbfb6a35c5c5cad271a06" +SRC_URI[sha256sum] = "1cac689f80a3abab2d3c0048b29eea5751114054f032a941a32de4c852c59cad" DEPENDS = "python3-maturin-native python3-typing-extensions" diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.6.0.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.6.3.bb similarity index 94% rename from meta-python/recipes-devtools/python/python3-pydantic_2.6.0.bb rename to meta-python/recipes-devtools/python/python3-pydantic_2.6.3.bb index af465f4230..246f67cb8f 100644 --- a/meta-python/recipes-devtools/python/python3-pydantic_2.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-pydantic_2.6.3.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6" inherit pypi python_hatchling -SRC_URI[sha256sum] = "ae887bd94eb404b09d86e4d12f93893bdca79d766e738528c6fa1c849f3c6bcf" +SRC_URI[sha256sum] = "e07805c4c7f5c6826e33a1d4c9d47950d7eaf34868e2690f8594d2e30241f11f" DEPENDS += "python3-hatch-fancy-pypi-readme-native"