diff mbox series

[meta-python,63/70] python3-typing-inspection: upgrade 0.4.2 -> 0.4.4

Message ID 20260819093514.1101-63-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/70] avro-c: upgrade 1.12.1 -> 1.12.2 | expand

Commit Message

Wang Mingyu Aug. 19, 2026, 9:35 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Add typing_objects.DEPRECATED_ALIASES_ID
- Drop support for Python 3.9
- Avoid module getattr() calls in typing_objects functions
- Add Python 3.15 support

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...g-inspection_0.4.2.bb => python3-typing-inspection_0.4.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-typing-inspection_0.4.2.bb => python3-typing-inspection_0.4.4.bb} (92%)
diff mbox series

Patch

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.4.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-typing-inspection_0.4.2.bb
rename to meta-python/recipes-devtools/python/python3-typing-inspection_0.4.4.bb
index cef4156de8..7694732817 100644
--- a/meta-python/recipes-devtools/python/python3-typing-inspection_0.4.2.bb
+++ b/meta-python/recipes-devtools/python/python3-typing-inspection_0.4.4.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=dfe2d84c58973d6a532c4e7638dbb3d8"
 DEPENDS = "python3-hatchling-native"
 
 inherit pypi python_hatchling ptest-python-pytest
-SRC_URI[sha256sum] = "ba561c48a67c5958007083d386c3295464928b01faa735ab8547c5692e87f464"
+SRC_URI[sha256sum] = "547274fa6b0a561ccf549cc9524b999a578e737d015d8709d021f9d0d13bea47"
 
 RDEPENDS:${PN}-ptest += "python3-typing-extensions"