summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2025-02-17 11:22:12 +0200
committerKhem Raj <raj.khem@gmail.com>2025-02-17 07:40:59 -0800
commite933824566811cbb075125fc015ace7a79709dbd (patch)
tree93af8e9a5965967480e656da2245c0f2fa45b8d7 /meta-python
parent8a07f8d5c3897e1752d0f11d468bcbd8a5c51f31 (diff)
downloadmeta-openembedded-e933824566811cbb075125fc015ace7a79709dbd.tar.gz
python3-typeguard: Upgrade 4.4.1 -> 4.4.2
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-typeguard_4.4.2.bb (renamed from meta-python/recipes-devtools/python/python3-typeguard_4.4.1.bb)2
1 files changed, 1 insertions, 1 deletions
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
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/"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=f0e423eea5c91e7aa21bdb70184b3e53" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=f0e423eea5c91e7aa21bdb70184b3e53"
5 5
6SRC_URI[sha256sum] = "0d22a89d00b453b47c49875f42b6601b961757541a2e1e0ef517b6e24213c21b" 6SRC_URI[sha256sum] = "a6f1065813e32ef365bc3b3f503af8a96f9dd4e0033a02c28c4a4983de8c6c49"
7 7
8inherit pypi python_setuptools_build_meta ptest-python-pytest 8inherit pypi python_setuptools_build_meta ptest-python-pytest
9 9