From cf6014d1b5f75a74bde221a5c9a39152c40433c2 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 7 Jun 2021 16:51:51 +0300 Subject: [PATCH] python3-pythonping: Upgrade 1.0.16 -> 1.1.0 Upgrade to release 1.1.0: - Add a linux-like interval option to set the time to wait between pings, in seconds This is a BREAKING change to some extent. If you are using positional parameters, the interval option was added BEFORE some existing parameters, so you would end up filling the wrong parameter with your data. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...ython3-pythonping_1.0.16.bb => python3-pythonping_1.1.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pythonping_1.0.16.bb => python3-pythonping_1.1.0.bb} (68%) diff --git a/meta-python/recipes-devtools/python/python3-pythonping_1.0.16.bb b/meta-python/recipes-devtools/python/python3-pythonping_1.1.0.bb similarity index 68% rename from meta-python/recipes-devtools/python/python3-pythonping_1.0.16.bb rename to meta-python/recipes-devtools/python/python3-pythonping_1.1.0.bb index 5affb934ca..fd66a6ffd7 100644 --- a/meta-python/recipes-devtools/python/python3-pythonping_1.0.16.bb +++ b/meta-python/recipes-devtools/python/python3-pythonping_1.1.0.bb @@ -4,8 +4,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://setup.py;beginline=12;endline=12;md5=2d33c00f47720c7e35e1fdb4b9fab027" -SRC_URI[md5sum] = "9b505ad8a5b8a6a8e57ccf75098ea364" -SRC_URI[sha256sum] = "d025c8b25952580dea47bc241421e17a5a97f97f50098e1096dd10d845d0f156" +SRC_URI[sha256sum] = "71199bdeee942ba1258b65f88ca5624278e63b31e7643ee8ca7292d2f5f77e99" inherit pypi setuptools3