diff mbox series

[meta-python,1/2] python3-typing-inspection: Upgrade to 0.4.2

Message ID 20251014042351.465422-1-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/2] python3-typing-inspection: Upgrade to 0.4.2 | expand

Commit Message

Khem Raj Oct. 14, 2025, 4:23 a.m. UTC
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>
---
 ...g-inspection_0.4.0.bb => python3-typing-inspection_0.4.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-typing-inspection_0.4.0.bb => python3-typing-inspection_0.4.2.bb} (82%)
diff mbox series

Patch

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.2.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-typing-inspection_0.4.0.bb
rename to meta-python/recipes-devtools/python/python3-typing-inspection_0.4.2.bb
index 52d846f799..217e89feb7 100644
--- a/meta-python/recipes-devtools/python/python3-typing-inspection_0.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-typing-inspection_0.4.2.bb
@@ -4,9 +4,9 @@  LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=07cbaa23fc9dd504fc1ea5acc23b0add"
 
 DEPENDS = "python3-hatchling-native"
-SRC_URI[sha256sum] = "9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122"
 
 inherit pypi python_hatchling ptest-python-pytest
+SRC_URI[sha256sum] = "ba561c48a67c5958007083d386c3295464928b01faa735ab8547c5692e87f464"
 
 RDEPENDS:${PN}-ptest += "python3-typing-extensions"