summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-02-27 11:05:07 -0800
committerKhem Raj <raj.khem@gmail.com>2024-02-27 17:50:12 -0800
commitce96ca0dac0b358c826a89f77ab3b603c3e0446e (patch)
tree900bf4f0f674cbd54205b3712f9343971bc98259 /meta-python
parentf69ee29d572f158984aa49f6548a8ab6da83c7ba (diff)
downloadmeta-openembedded-ce96ca0dac0b358c826a89f77ab3b603c3e0446e.tar.gz
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 <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pydantic-core_2.16.3.bb (renamed from meta-python/recipes-devtools/python/python3-pydantic-core_2.16.2.bb)2
-rw-r--r--meta-python/recipes-devtools/python/python3-pydantic_2.6.3.bb (renamed from meta-python/recipes-devtools/python/python3-pydantic_2.6.0.bb)2
2 files changed, 2 insertions, 2 deletions
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
index 7ac2b076c..ef48c0020 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"
8LICENSE = "MIT" 8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=ab599c188b4a314d2856b3a55030c75c" 9LIC_FILES_CHKSUM = "file://LICENSE;md5=ab599c188b4a314d2856b3a55030c75c"
10 10
11SRC_URI[sha256sum] = "0ba503850d8b8dcc18391f10de896ae51d37fe5fe43dbfb6a35c5c5cad271a06" 11SRC_URI[sha256sum] = "1cac689f80a3abab2d3c0048b29eea5751114054f032a941a32de4c852c59cad"
12 12
13DEPENDS = "python3-maturin-native python3-typing-extensions" 13DEPENDS = "python3-maturin-native python3-typing-extensions"
14 14
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
index af465f423..246f67cb8 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"
11 11
12inherit pypi python_hatchling 12inherit pypi python_hatchling
13 13
14SRC_URI[sha256sum] = "ae887bd94eb404b09d86e4d12f93893bdca79d766e738528c6fa1c849f3c6bcf" 14SRC_URI[sha256sum] = "e07805c4c7f5c6826e33a1d4c9d47950d7eaf34868e2690f8594d2e30241f11f"
15 15
16DEPENDS += "python3-hatch-fancy-pypi-readme-native" 16DEPENDS += "python3-hatch-fancy-pypi-readme-native"
17 17