From c73647851ad98f783b99bb78c8970142f8080e42 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 20 Jun 2025 12:03:09 +0300 Subject: 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 Signed-off-by: Khem Raj --- .../python/python3-typeguard_4.4.3.bb | 28 ---------------------- .../python/python3-typeguard_4.4.4.bb | 28 ++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-typeguard_4.4.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-typeguard_4.4.4.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-typeguard_4.4.3.bb b/meta-python/recipes-devtools/python/python3-typeguard_4.4.3.bb deleted file mode 100644 index 42aa7f228b..0000000000 --- a/meta-python/recipes-devtools/python/python3-typeguard_4.4.3.bb +++ /dev/null @@ -1,28 +0,0 @@ -SUMMARY = "Run-time type checker for Python" -HOMEPAGE = "https://pypi.org/project/typeguard/" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=f0e423eea5c91e7aa21bdb70184b3e53" - -SRC_URI[sha256sum] = "be72b9c85f322c20459b29060c5c099cd733d5886c4ee14297795e62b0c0d59b" - -inherit pypi python_setuptools_build_meta ptest-python-pytest - -RDEPENDS:${PN} += " \ - python3-core \ - python3-compression \ - python3-unittest \ - python3-typing-extensions \ -" - -RDEPENDS:${PN}-ptest += " \ - python3-typing-extensions \ - python3-unixadmin \ - python3-mypy \ -" - -DEPENDS += "\ - python3-distutils-extra-native \ - python3-setuptools-scm-native \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-typeguard_4.4.4.bb b/meta-python/recipes-devtools/python/python3-typeguard_4.4.4.bb new file mode 100644 index 0000000000..83dc52ca19 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-typeguard_4.4.4.bb @@ -0,0 +1,28 @@ +SUMMARY = "Run-time type checker for Python" +HOMEPAGE = "https://pypi.org/project/typeguard/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=f0e423eea5c91e7aa21bdb70184b3e53" + +SRC_URI[sha256sum] = "3a7fd2dffb705d4d0efaed4306a704c89b9dee850b688f060a8b1615a79e5f74" + +inherit pypi python_setuptools_build_meta ptest-python-pytest + +RDEPENDS:${PN} += " \ + python3-core \ + python3-compression \ + python3-unittest \ + python3-typing-extensions \ +" + +RDEPENDS:${PN}-ptest += " \ + python3-typing-extensions \ + python3-unixadmin \ + python3-mypy \ +" + +DEPENDS += "\ + python3-distutils-extra-native \ + python3-setuptools-scm-native \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf