From 94b0efb42fe5bc4e359f58acbe6f149eef40f184 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Tue, 1 Mar 2022 09:28:33 +0800 Subject: [PATCH] python3-mccabe: upgrade 0.6.1 -> 0.7.0 Signed-off-by: Xu Huan Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-mccabe_0.6.1.bb => python3-mccabe_0.7.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-mccabe_0.6.1.bb => python3-mccabe_0.7.0.bb} (66%) diff --git a/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb b/meta-python/recipes-devtools/python/python3-mccabe_0.7.0.bb similarity index 66% rename from meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb rename to meta-python/recipes-devtools/python/python3-mccabe_0.7.0.bb index 513a5a9f22..a2c72fcc99 100644 --- a/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb +++ b/meta-python/recipes-devtools/python/python3-mccabe_0.7.0.bb @@ -4,8 +4,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=a489dc62bacbdad3335c0f160a974f0f" -SRC_URI[md5sum] = "723df2f7b1737b8887475bac4c763e1e" -SRC_URI[sha256sum] = "dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f" +SRC_URI[sha256sum] = "348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325" inherit pypi setuptools3