diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-06-10 11:33:21 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-06-09 21:24:16 -0700 |
commit | 21c0810143d2e24887852bd6f208c3820202ad0e (patch) | |
tree | a2e1684ee3745b4f2e64d044d33122ce2aa4dfe7 /meta-python | |
parent | c9975ad47b93eb68d674b3ab9e544531e3ab8e87 (diff) | |
download | meta-openembedded-21c0810143d2e24887852bd6f208c3820202ad0e.tar.gz |
python3-typeguard: upgrade 4.4.2 -> 4.4.3
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>
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.3.bb (renamed from meta-python/recipes-devtools/python/python3-typeguard_4.4.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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 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/" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f0e423eea5c91e7aa21bdb70184b3e53" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f0e423eea5c91e7aa21bdb70184b3e53" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "a6f1065813e32ef365bc3b3f503af8a96f9dd4e0033a02c28c4a4983de8c6c49" | 6 | SRC_URI[sha256sum] = "be72b9c85f322c20459b29060c5c099cd733d5886c4ee14297795e62b0c0d59b" |
7 | 7 | ||
8 | inherit pypi python_setuptools_build_meta ptest-python-pytest | 8 | inherit pypi python_setuptools_build_meta ptest-python-pytest |
9 | 9 | ||