diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-02-27 16:09:40 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-02-27 09:43:09 -0800 |
| commit | 393f4053a9447e553b49c9f826fdf010a6ecda0c (patch) | |
| tree | 81a7e02bfb8d671079556a32f07dbf66e7ba7c6e /meta-python/recipes-devtools/python/python3-pydantic_1.10.5.bb | |
| parent | 5784b3c3bfbbaf1ffab6a0036ba119b35dfb63ab (diff) | |
| download | meta-openembedded-393f4053a9447e553b49c9f826fdf010a6ecda0c.tar.gz | |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pydantic_1.10.5.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pydantic_1.10.5.bb | 20 |
1 files changed, 20 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "Data validation and settings management using Python type hinting" | ||
| 2 | HOMEPAGE = "https://github.com/samuelcolvin/pydantic" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2c02ea30650b91528657db64baea1757" | ||
| 5 | |||
| 6 | inherit pypi setuptools3 | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "9e337ac83686645a46db0e825acceea8e02fca4062483f40e9ae178e8bd1103a" | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += "\ | ||
| 11 | ${PYTHON_PN}-typing-extensions \ | ||
| 12 | ${PYTHON_PN}-core \ | ||
| 13 | ${PYTHON_PN}-numbers \ | ||
| 14 | ${PYTHON_PN}-json \ | ||
| 15 | ${PYTHON_PN}-datetime \ | ||
| 16 | ${PYTHON_PN}-io \ | ||
| 17 | ${PYTHON_PN}-netclient \ | ||
| 18 | ${PYTHON_PN}-image \ | ||
| 19 | ${PYTHON_PN}-logging \ | ||
| 20 | " | ||
