diff mbox series

[meta-python,5/5] python3-typeguard: Upgrade 4.4.1 -> 4.4.2

Message ID 20250217092212.3970278-5-leon.anavi@konsulko.com
State Accepted
Headers show
Series [meta-python,1/5] python3-cppy: Upgrade 1.3.0 -> 1.3.1 | expand

Commit Message

Leon Anavi Feb. 17, 2025, 9:22 a.m. UTC
Upgrade to release 4.4.2:

- Fixed TypeCheckError in unpacking assignment involving properties
  of a parameter of the function
- Fixed display of module name for forward references
- Fixed TypeError when using an assignment expression
- Fixed ValueError: no signature found for builtin when checking
  against a protocol and a matching attribute in the subject is a
  built-in function

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-typeguard_4.4.1.bb => python3-typeguard_4.4.2.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-typeguard_4.4.1.bb => python3-typeguard_4.4.2.bb} (87%)
diff mbox series

Patch

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