From fe5f7638fc139635e9d4774fa35b8e10ffabf964 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 13 Oct 2025 21:18:30 -0700 Subject: python3-typing-inspection: Upgrade to 0.4.2 License-Update: Changed copyrights to Copyright (c) Pydantic Services Inc. 2025 to present Changes 4.2 === Add typing_objects.is_noextraitems() 4.1 === Fix compatibility with latest Python 3.14 release Add typing_objects.is_forwardref() Fix implementation of is_union_origin() Add SPDX license identifier Use list as a type hint for InspectedAnnotation.metadata Signed-off-by: Khem Raj --- .../python/python3-typing-inspection_0.4.0.bb | 15 --------------- .../python/python3-typing-inspection_0.4.2.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-typing-inspection_0.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-typing-inspection_0.4.2.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-typing-inspection_0.4.0.bb b/meta-python/recipes-devtools/python/python3-typing-inspection_0.4.0.bb deleted file mode 100644 index 52d846f799..0000000000 --- a/meta-python/recipes-devtools/python/python3-typing-inspection_0.4.0.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "Runtime typing introspection tools" -HOMEPAGE = "https://github.com/pydantic/typing-inspection" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=07cbaa23fc9dd504fc1ea5acc23b0add" - -DEPENDS = "python3-hatchling-native" -SRC_URI[sha256sum] = "9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122" - -inherit pypi python_hatchling ptest-python-pytest - -RDEPENDS:${PN}-ptest += "python3-typing-extensions" - -PYPI_PACKAGE = "typing_inspection" - -BBCLASSEXTEND += "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-typing-inspection_0.4.2.bb b/meta-python/recipes-devtools/python/python3-typing-inspection_0.4.2.bb new file mode 100644 index 0000000000..80cacc70ef --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-typing-inspection_0.4.2.bb @@ -0,0 +1,15 @@ +SUMMARY = "Runtime typing introspection tools" +HOMEPAGE = "https://github.com/pydantic/typing-inspection" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=dfe2d84c58973d6a532c4e7638dbb3d8" + +DEPENDS = "python3-hatchling-native" + +inherit pypi python_hatchling ptest-python-pytest +SRC_URI[sha256sum] = "ba561c48a67c5958007083d386c3295464928b01faa735ab8547c5692e87f464" + +RDEPENDS:${PN}-ptest += "python3-typing-extensions" + +PYPI_PACKAGE = "typing_inspection" + +BBCLASSEXTEND += "native nativesdk" -- cgit v1.2.3-54-g00ecf