diff mbox series

[meta-python,55/64] python3-typeguard: upgrade 4.4.2 -> 4.4.3

Message ID 20250610033330.924-55-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/64] audit: upgrade 4.0.4 -> 4.0.5 | expand

Commit Message

Wang Mingyu June 10, 2025, 3:33 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Fixed @typechecked unable to find the target function or method if it or the
  containing class had PEP 695 type parameters on them
- Fixed handling of union types on Python 3.14
- Fixed __type_params__ getting lost when a function is instrumented

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-typeguard_4.4.2.bb b/meta-python/recipes-devtools/python/python3-typeguard_4.4.3.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-typeguard_4.4.2.bb
rename to meta-python/recipes-devtools/python/python3-typeguard_4.4.3.bb
index 4d208cb8c5..42aa7f228b 100644
--- a/meta-python/recipes-devtools/python/python3-typeguard_4.4.2.bb
+++ b/meta-python/recipes-devtools/python/python3-typeguard_4.4.3.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://pypi.org/project/typeguard/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f0e423eea5c91e7aa21bdb70184b3e53"
 
-SRC_URI[sha256sum] = "a6f1065813e32ef365bc3b3f503af8a96f9dd4e0033a02c28c4a4983de8c6c49"
+SRC_URI[sha256sum] = "be72b9c85f322c20459b29060c5c099cd733d5886c4ee14297795e62b0c0d59b"
 
 inherit pypi python_setuptools_build_meta ptest-python-pytest