summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2025-06-20 12:03:09 +0300
committerKhem Raj <raj.khem@gmail.com>2025-06-25 06:44:51 -0700
commitc73647851ad98f783b99bb78c8970142f8080e42 (patch)
tree8543c95b049e8d4a94c3acfc3f2c901e3226cffa /meta-python/recipes-devtools/python
parent7e3bab1f21a23e1d37b1651fd8acdd0a25dd09e0 (diff)
downloadmeta-openembedded-c73647851ad98f783b99bb78c8970142f8080e42.tar.gz
python3-typeguard: Upgrade 4.4.3 -> 4.4.4
Upgrade to release 4.4.4: - Fixed IndexError when using @typechecked on more than one function with the same name under certain circumstances - Fixed TypeError during type checking when the value to check is a parametrized generic class Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-typeguard_4.4.4.bb (renamed from meta-python/recipes-devtools/python/python3-typeguard_4.4.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-typeguard_4.4.3.bb b/meta-python/recipes-devtools/python/python3-typeguard_4.4.4.bb
index 42aa7f228b..83dc52ca19 100644
--- a/meta-python/recipes-devtools/python/python3-typeguard_4.4.3.bb
+++ b/meta-python/recipes-devtools/python/python3-typeguard_4.4.4.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] = "be72b9c85f322c20459b29060c5c099cd733d5886c4ee14297795e62b0c0d59b" 6SRC_URI[sha256sum] = "3a7fd2dffb705d4d0efaed4306a704c89b9dee850b688f060a8b1615a79e5f74"
7 7
8inherit pypi python_setuptools_build_meta ptest-python-pytest 8inherit pypi python_setuptools_build_meta ptest-python-pytest
9 9