From 0e41e90e87f3134c93d5425ec609a47024417df9 Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 22 Oct 2021 05:09:52 +0800 Subject: [PATCH] python3-configargparse : upgrade 1.5.2 -> 1.5.3 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...-configargparse_1.5.2.bb => python3-configargparse_1.5.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-configargparse_1.5.2.bb => python3-configargparse_1.5.3.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-configargparse_1.5.2.bb b/meta-python/recipes-devtools/python/python3-configargparse_1.5.3.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-configargparse_1.5.2.bb rename to meta-python/recipes-devtools/python/python3-configargparse_1.5.3.bb index e4b6797182..7d21375548 100644 --- a/meta-python/recipes-devtools/python/python3-configargparse_1.5.2.bb +++ b/meta-python/recipes-devtools/python/python3-configargparse_1.5.3.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/bw2/ConfigArgParse" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=da746463714cc35999ed9a42339f2943" -SRC_URI[sha256sum] = "c39540eb4843883d526beeed912dc80c92481b0c13c9787c91e614a624de3666" +SRC_URI[sha256sum] = "1b0b3cbf664ab59dada57123c81eff3d9737e0d11d8cf79e3d6eb10823f1739f" PYPI_PACKAGE = "ConfigArgParse"