summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-typing-inspection_0.4.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-10-13 21:18:30 -0700
committerKhem Raj <raj.khem@gmail.com>2025-10-13 23:47:04 -0700
commitfe5f7638fc139635e9d4774fa35b8e10ffabf964 (patch)
tree3979fe36dffc729dce0e1cb91b1060227080041c /meta-python/recipes-devtools/python/python3-typing-inspection_0.4.2.bb
parent1153a97b409ea605c7260b6fb894394770229547 (diff)
downloadmeta-openembedded-fe5f7638fc139635e9d4774fa35b8e10ffabf964.tar.gz
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 <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-typing-inspection_0.4.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-typing-inspection_0.4.2.bb15
1 files changed, 15 insertions, 0 deletions
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 @@
1SUMMARY = "Runtime typing introspection tools"
2HOMEPAGE = "https://github.com/pydantic/typing-inspection"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=dfe2d84c58973d6a532c4e7638dbb3d8"
5
6DEPENDS = "python3-hatchling-native"
7
8inherit pypi python_hatchling ptest-python-pytest
9SRC_URI[sha256sum] = "ba561c48a67c5958007083d386c3295464928b01faa735ab8547c5692e87f464"
10
11RDEPENDS:${PN}-ptest += "python3-typing-extensions"
12
13PYPI_PACKAGE = "typing_inspection"
14
15BBCLASSEXTEND += "native nativesdk"