diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-06-10 16:15:35 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-06-11 07:43:29 -0700 |
commit | 58b2f2fe4d140fa49b576faad68274a363cdb7c6 (patch) | |
tree | fddc1c9f592976a7219a4754afe1d5b7e80f7f65 /meta-python/recipes-devtools | |
parent | b26999fd71dee15fe267016077b7e85387622f8f (diff) | |
download | meta-openembedded-58b2f2fe4d140fa49b576faad68274a363cdb7c6.tar.gz |
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 <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-nmap_1.4.7.bb (renamed from meta-python/recipes-devtools/python/python3-nmap_1.4.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
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 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" | |||
8 | 8 | ||
9 | PYPI_PACKAGE = "python3-nmap" | 9 | PYPI_PACKAGE = "python3-nmap" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "64a382c870e14b53f2f52b7455996321" | 11 | SRC_URI[md5sum] = "4dce15e7889b1e9bfa8e1e2e0904795c" |
12 | SRC_URI[sha256sum] = "9b64c5956789f4cac9e8ea2e0de6763dea1cecde1a20ae50a4b4dc5ab0ab6e42" | 12 | SRC_URI[sha256sum] = "127b7ad604a3fd34578a6ad848a603ccf1608c607577eb3bba097a1e2fc8f48a" |
13 | 13 | ||
14 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
15 | 15 | ||