From 750603583651a84e5152d6ad5a5596052a668f0d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 1 Nov 2022 10:07:56 +0800 Subject: [PATCH] python3-nmap: upgrade 1.5.4 -> 1.6.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-nmap_1.5.4.bb => python3-nmap_1.6.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-nmap_1.5.4.bb => python3-nmap_1.6.0.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-nmap_1.5.4.bb b/meta-python/recipes-devtools/python/python3-nmap_1.6.0.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-nmap_1.5.4.bb rename to meta-python/recipes-devtools/python/python3-nmap_1.6.0.bb index 828d7089b..0a6de2d6b 100644 --- a/meta-python/recipes-devtools/python/python3-nmap_1.5.4.bb +++ b/meta-python/recipes-devtools/python/python3-nmap_1.6.0.bb @@ -8,7 +8,7 @@ DEPENDS += "${PYTHON_PN}-wheel-native" PYPI_PACKAGE = "python3-nmap" -SRC_URI[sha256sum] = "cd5b0180d4d8cfe96c33e5e7956fa011379af108e2e8291b84e933b6385856e9" +SRC_URI[sha256sum] = "892b5091cde429fabfb8ba63382b2db8fd795193ba147558d0a7d5534c956255" inherit pypi setuptools3