From 9eb6e25fc915789e9657506dc1a046f5e3064e50 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 19 Jan 2022 14:18:56 +0200 Subject: python3-pythonping: Upgrade 1.1.0 -> 1.1.1 Upgrade to release 1.1.1: - Fix packet length representation Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-pythonping_1.1.0.bb | 11 ----------- .../recipes-devtools/python/python3-pythonping_1.1.1.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pythonping_1.1.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pythonping_1.1.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pythonping_1.1.0.bb b/meta-python/recipes-devtools/python/python3-pythonping_1.1.0.bb deleted file mode 100644 index 55e642c278..0000000000 --- a/meta-python/recipes-devtools/python/python3-pythonping_1.1.0.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "PythonPing is simple way to ping in Python." -HOMEPAGE = "https://pypi.org/project/pythonping/" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://setup.py;beginline=12;endline=12;md5=2d33c00f47720c7e35e1fdb4b9fab027" - -SRC_URI[sha256sum] = "71199bdeee942ba1258b65f88ca5624278e63b31e7643ee8ca7292d2f5f77e99" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += "python3-io" diff --git a/meta-python/recipes-devtools/python/python3-pythonping_1.1.1.bb b/meta-python/recipes-devtools/python/python3-pythonping_1.1.1.bb new file mode 100644 index 0000000000..75cef501f3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pythonping_1.1.1.bb @@ -0,0 +1,11 @@ +SUMMARY = "PythonPing is simple way to ping in Python." +HOMEPAGE = "https://pypi.org/project/pythonping/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://setup.py;beginline=12;endline=12;md5=2d33c00f47720c7e35e1fdb4b9fab027" + +SRC_URI[sha256sum] = "0022f6cbe52762e9d596316e3bccb8a3b794355a49c0d788f7228d90f9461cfc" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += "python3-io" -- cgit v1.2.3-54-g00ecf