From a7ccd7bb9ab2b287df2e3953c777ff1cef504ab5 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 9 Apr 2021 14:23:52 +0300 Subject: python3-speedtest-cli: Upgrade 2.1.2 -> 2.1.3 Upgrade to release 2.1.3: - Address issue where a test server may return an HTTP error during upload or download - Address issue where ignore_ids may be empty or have empty values Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin (cherry picked from commit becc8a02465fb8272d725b8ebed3bb9f3b779683) Signed-off-by: Armin Kuster --- .../recipes-devtools/python/python3-speedtest-cli_2.1.2.bb | 11 ----------- .../recipes-devtools/python/python3-speedtest-cli_2.1.3.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.3.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.2.bb b/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.2.bb deleted file mode 100644 index a901bbac8a..0000000000 --- a/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.2.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "Command line interface for testing internet bandwidth using speedtest.net" -HOMEPAGE = "https://github.com/sivel/speedtest-cli" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" - -SRC_URI[md5sum] = "543d38f8939e1716641cc7c00169ca03" -SRC_URI[sha256sum] = "cf1d386222f94c324e3125ba9a0d187e46d4a13dca08c023bdb9a23096be2e54" - -inherit pypi setuptools3 - -RDEPENDS_${PN} = "${PYTHON_PN}-misc" diff --git a/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.3.bb b/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.3.bb new file mode 100644 index 0000000000..2fbbed3262 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.3.bb @@ -0,0 +1,10 @@ +SUMMARY = "Command line interface for testing internet bandwidth using speedtest.net" +HOMEPAGE = "https://github.com/sivel/speedtest-cli" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" + +SRC_URI[sha256sum] = "5e2773233cedb5fa3d8120eb7f97bcc4974b5221b254d33ff16e2f1d413d90f0" + +inherit pypi setuptools3 + +RDEPENDS_${PN} = "${PYTHON_PN}-misc" -- cgit 1.2.3-korg