From 393f4053a9447e553b49c9f826fdf010a6ecda0c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 27 Feb 2023 16:09:40 +0800 Subject: python3-pydantic: upgrade 1.10.4 -> 1.10.5 Changelog: ============ Fix broken parametrized bases handling with GenericModels with complex sets of models Invalidate mypy cache if plugin config changes Fix RecursionError when deep-copying dataclass types wrapped by pydantic Fix X | Y union syntax breaking GenericModel Switch coverage badge to show coverage for this branch/release Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-pydantic_1.10.4.bb | 20 -------------------- .../python/python3-pydantic_1.10.5.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pydantic_1.10.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-pydantic_1.10.5.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-pydantic_1.10.4.bb b/meta-python/recipes-devtools/python/python3-pydantic_1.10.4.bb deleted file mode 100644 index c17f3024cd..0000000000 --- a/meta-python/recipes-devtools/python/python3-pydantic_1.10.4.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "Data validation and settings management using Python type hinting" -HOMEPAGE = "https://github.com/samuelcolvin/pydantic" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2c02ea30650b91528657db64baea1757" - -inherit pypi setuptools3 - -SRC_URI[sha256sum] = "b9a3859f24eb4e097502a3be1fb4b2abb79b6103dd9e2e0edb70613a4459a648" - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-typing-extensions \ - ${PYTHON_PN}-core \ - ${PYTHON_PN}-numbers \ - ${PYTHON_PN}-json \ - ${PYTHON_PN}-datetime \ - ${PYTHON_PN}-io \ - ${PYTHON_PN}-netclient \ - ${PYTHON_PN}-image \ - ${PYTHON_PN}-logging \ -" diff --git a/meta-python/recipes-devtools/python/python3-pydantic_1.10.5.bb b/meta-python/recipes-devtools/python/python3-pydantic_1.10.5.bb new file mode 100644 index 0000000000..77e94a9bb0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pydantic_1.10.5.bb @@ -0,0 +1,20 @@ +SUMMARY = "Data validation and settings management using Python type hinting" +HOMEPAGE = "https://github.com/samuelcolvin/pydantic" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2c02ea30650b91528657db64baea1757" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "9e337ac83686645a46db0e825acceea8e02fca4062483f40e9ae178e8bd1103a" + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-typing-extensions \ + ${PYTHON_PN}-core \ + ${PYTHON_PN}-numbers \ + ${PYTHON_PN}-json \ + ${PYTHON_PN}-datetime \ + ${PYTHON_PN}-io \ + ${PYTHON_PN}-netclient \ + ${PYTHON_PN}-image \ + ${PYTHON_PN}-logging \ +" -- cgit v1.2.3-54-g00ecf