From 0c7e44f146d6209013b867780a3f46919a632e5b Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sat, 16 Oct 2021 00:55:55 +0200 Subject: [PATCH] python3-typeguard: update to 2.13.0 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...{python3-typeguard_2.12.1.bb => python3-typeguard_2.13.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-typeguard_2.12.1.bb => python3-typeguard_2.13.0.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-typeguard_2.12.1.bb b/meta-python/recipes-devtools/python/python3-typeguard_2.13.0.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-typeguard_2.12.1.bb rename to meta-python/recipes-devtools/python/python3-typeguard_2.13.0.bb index 6b33c1795..564f98e3f 100644 --- a/meta-python/recipes-devtools/python/python3-typeguard_2.12.1.bb +++ b/meta-python/recipes-devtools/python/python3-typeguard_2.13.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/typeguard/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=f0e423eea5c91e7aa21bdb70184b3e53" -SRC_URI[sha256sum] = "c2af8b9bdd7657f4bd27b45336e7930171aead796711bc4cfc99b4731bb9d051" +SRC_URI[sha256sum] = "04e38f92eb59410c9375d3be23df65e0a7643f2e8bcbd421423d808d2f9e99df" inherit pypi setuptools3 ptest