From 03431fe0a422e6ab1ba9f92a63313c96ca2eb2ca Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 2 Sep 2020 14:28:04 +0300 Subject: python3-nmap: Upgrade 1.4.7 -> 1.4.8 Upgrade to release 1.4.8: - Using of -Pn -sZ options for basic stealth scan - Refactoring nmap3.py to avoid repetitive code - Support for nmap stealth scans - Fix handling of xml.etree.ElementTree.Element with no sub elements - Support for gettings nmap raw outout Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-nmap_1.4.7.bb | 16 ---------------- .../recipes-devtools/python/python3-nmap_1.4.8.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-nmap_1.4.7.bb create mode 100644 meta-python/recipes-devtools/python/python3-nmap_1.4.8.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-nmap_1.4.7.bb b/meta-python/recipes-devtools/python/python3-nmap_1.4.7.bb deleted file mode 100644 index 5ebd75711c..0000000000 --- a/meta-python/recipes-devtools/python/python3-nmap_1.4.7.bb +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "python-nmap is a python library which helps in using nmap port scanner" -HOMEPAGE = "https://www.nmmapper.com/" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" - -DEPENDS += "${PYTHON_PN}-wheel-native" - -PYPI_PACKAGE = "python3-nmap" - -SRC_URI[md5sum] = "4dce15e7889b1e9bfa8e1e2e0904795c" -SRC_URI[sha256sum] = "127b7ad604a3fd34578a6ad848a603ccf1608c607577eb3bba097a1e2fc8f48a" - -inherit pypi setuptools3 - -RDEPENDS_${PN} += "nmap ${PYTHON_PN}-requests" diff --git a/meta-python/recipes-devtools/python/python3-nmap_1.4.8.bb b/meta-python/recipes-devtools/python/python3-nmap_1.4.8.bb new file mode 100644 index 0000000000..2037d496a6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-nmap_1.4.8.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "python-nmap is a python library which helps in using nmap port scanner" +HOMEPAGE = "https://www.nmmapper.com/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" + +DEPENDS += "${PYTHON_PN}-wheel-native" + +PYPI_PACKAGE = "python3-nmap" + +SRC_URI[md5sum] = "e7904b39b64a8a44f275388862659a0d" +SRC_URI[sha256sum] = "8d7da78142bee665289a243f71c5f48407d8ab7e5a02ee672ded05f339044759" + +inherit pypi setuptools3 + +RDEPENDS_${PN} += "nmap ${PYTHON_PN}-requests" -- cgit v1.2.3-54-g00ecf