diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2021-04-09 14:23:52 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-04-13 08:06:07 -0700 |
commit | becc8a02465fb8272d725b8ebed3bb9f3b779683 (patch) | |
tree | ab42a6c1701b6c5b3689b54f37b5bcdc30368d5a /meta-python | |
parent | 004644b2da066e234129cc4e1009d7768837e6fa (diff) | |
download | meta-openembedded-becc8a02465fb8272d725b8ebed3bb9f3b779683.tar.gz |
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 <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.3.bb (renamed from meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.2.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
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.3.bb index a901bbac8a..2fbbed3262 100644 --- a/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.3.bb | |||
@@ -3,8 +3,7 @@ HOMEPAGE = "https://github.com/sivel/speedtest-cli" | |||
3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "543d38f8939e1716641cc7c00169ca03" | 6 | SRC_URI[sha256sum] = "5e2773233cedb5fa3d8120eb7f97bcc4974b5221b254d33ff16e2f1d413d90f0" |
7 | SRC_URI[sha256sum] = "cf1d386222f94c324e3125ba9a0d187e46d4a13dca08c023bdb9a23096be2e54" | ||
8 | 7 | ||
9 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
10 | 9 | ||