diff mbox series

[meta-python,1/2] python3-pydantic-core, python3-pydantic: Update to 2.16.3 and 2.6.2 respectively

Message ID 20240227192242.3844005-1-raj.khem@gmail.com
State Accepted, archived
Headers show
Series [meta-python,1/2] python3-pydantic-core, python3-pydantic: Update to 2.16.3 and 2.6.2 respectively | expand

Commit Message

Khem Raj Feb. 27, 2024, 7:22 p.m. UTC
below is 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 <raj.khem@gmail.com>
---
 ...-pydantic-core_2.16.2.bb => python3-pydantic-core_2.16.3.bb} | 2 +-
 .../{python3-pydantic_2.6.0.bb => python3-pydantic_2.6.2.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.2.bb} (94%)
diff mbox series

Patch

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.2.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.2.bb
index af465f4230..dadb3c07f8 100644
--- a/meta-python/recipes-devtools/python/python3-pydantic_2.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pydantic_2.6.2.bb
@@ -11,7 +11,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6"
 
 inherit pypi python_hatchling
 
-SRC_URI[sha256sum] = "ae887bd94eb404b09d86e4d12f93893bdca79d766e738528c6fa1c849f3c6bcf"
+SRC_URI[sha256sum] = "a09be1c3d28f3abe37f8a78af58284b236a92ce520105ddc91a6d29ea1176ba7"
 
 DEPENDS += "python3-hatch-fancy-pypi-readme-native"