From 6dfde23f029d17f5da4f8700afe0ac0d302936b5 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 4 Jun 2021 18:31:57 +0300 Subject: [PATCH] python3-typeguard: Upgrade 2.12.0 -> 2.12.1 Upgrade to release 2.12.1: - Fixed AttributeError when __code__ is missing from the checked callable Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...{python3-typeguard_2.12.0.bb => python3-typeguard_2.12.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-typeguard_2.12.0.bb => python3-typeguard_2.12.1.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-typeguard_2.12.0.bb b/meta-python/recipes-devtools/python/python3-typeguard_2.12.1.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-typeguard_2.12.0.bb rename to meta-python/recipes-devtools/python/python3-typeguard_2.12.1.bb index 148806e10..803067651 100644 --- a/meta-python/recipes-devtools/python/python3-typeguard_2.12.0.bb +++ b/meta-python/recipes-devtools/python/python3-typeguard_2.12.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/typeguard/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=f0e423eea5c91e7aa21bdb70184b3e53" -SRC_URI[sha256sum] = "fca77fd4ccba63465b421cdbbab5a1a8e3994e6d6f18b45da2bb475c09f147ef" +SRC_URI[sha256sum] = "c2af8b9bdd7657f4bd27b45336e7930171aead796711bc4cfc99b4731bb9d051" inherit pypi setuptools3 ptest