From 6941b48eccf27a25e652b849bbb26ecdad72ec10 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 23 Oct 2023 16:57:37 +0800 Subject: python3-pydantic: upgrade 2.4.1 -> 2.4.2 Changelog: ============= Fix bug with JSON schema for sequence of discriminated union Fix schema references in discriminated unions Fix json schema generation for recursive models Fix models_json_schema for generic models Fix xfailed test for generic model signatures Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj (cherry picked from commit 51df8080ca488bfa1b562d3064fd6f4e02f0e76d) Signed-off-by: Armin Kuster --- .../python/python3-pydantic_2.4.1.bb | 23 ---------------------- .../python/python3-pydantic_2.4.2.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pydantic_2.4.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pydantic_2.4.2.bb diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.4.1.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.4.1.bb deleted file mode 100644 index 6d06650eb0..0000000000 --- a/meta-python/recipes-devtools/python/python3-pydantic_2.4.1.bb +++ /dev/null @@ -1,23 +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=09280955509d1c4ca14bae02f21d49a6" - -inherit pypi python_hatchling - -SRC_URI[sha256sum] = "b172505886028e4356868d617d2d1a776d7af1625d1313450fd51bdd19d9d61f" - -DEPENDS += "python3-hatch-fancy-pypi-readme-native" - -RDEPENDS:${PN} += "\ - python3-core \ - python3-datetime \ - python3-image \ - python3-io \ - python3-json \ - python3-logging \ - python3-netclient \ - python3-numbers \ - python3-profile \ - python3-typing-extensions \ -" diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.4.2.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.4.2.bb new file mode 100644 index 0000000000..a83789d977 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pydantic_2.4.2.bb @@ -0,0 +1,23 @@ +SUMMARY = "Data validation and settings management using Python type hinting" +HOMEPAGE = "https://github.com/samuelcolvin/pydantic" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=09280955509d1c4ca14bae02f21d49a6" + +inherit pypi python_hatchling + +SRC_URI[sha256sum] = "94f336138093a5d7f426aac732dcfe7ab4eb4da243c88f891d65deb4a2556ee7" + +DEPENDS += "python3-hatch-fancy-pypi-readme-native" + +RDEPENDS:${PN} += "\ + python3-core \ + python3-datetime \ + python3-image \ + python3-io \ + python3-json \ + python3-logging \ + python3-netclient \ + python3-numbers \ + python3-profile \ + python3-typing-extensions \ +" -- cgit v1.2.3-54-g00ecf