From 58b2f2fe4d140fa49b576faad68274a363cdb7c6 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 10 Jun 2020 16:15:35 +0300 Subject: [PATCH] python3-nmap: Upgrade 1.4.1 -> 1.4.7 Upgrade to release 1.4.7: * Minor bug fixes * Documentation updates * Added support for UDP * Hostdiscovery and major code refactor Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../python/{python3-nmap_1.4.1.bb => python3-nmap_1.4.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-nmap_1.4.1.bb => python3-nmap_1.4.7.bb} (74%) diff --git a/meta-python/recipes-devtools/python/python3-nmap_1.4.1.bb b/meta-python/recipes-devtools/python/python3-nmap_1.4.7.bb similarity index 74% rename from meta-python/recipes-devtools/python/python3-nmap_1.4.1.bb rename to meta-python/recipes-devtools/python/python3-nmap_1.4.7.bb index 80384845d..5ebd75711 100644 --- a/meta-python/recipes-devtools/python/python3-nmap_1.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-nmap_1.4.7.bb @@ -8,8 +8,8 @@ DEPENDS += "${PYTHON_PN}-wheel-native" PYPI_PACKAGE = "python3-nmap" -SRC_URI[md5sum] = "64a382c870e14b53f2f52b7455996321" -SRC_URI[sha256sum] = "9b64c5956789f4cac9e8ea2e0de6763dea1cecde1a20ae50a4b4dc5ab0ab6e42" +SRC_URI[md5sum] = "4dce15e7889b1e9bfa8e1e2e0904795c" +SRC_URI[sha256sum] = "127b7ad604a3fd34578a6ad848a603ccf1608c607577eb3bba097a1e2fc8f48a" inherit pypi setuptools3