From f7889291bd5e456f95d7851d23eba6dddcc391ea Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 27 Aug 2021 13:41:05 +0800 Subject: python3-haversine: upgrade 2.3.1 -> 2.4.0 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-haversine_2.3.1.bb | 11 ----------- .../recipes-devtools/python/python3-haversine_2.4.0.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-haversine_2.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-haversine_2.4.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-haversine_2.3.1.bb b/meta-python/recipes-devtools/python/python3-haversine_2.3.1.bb deleted file mode 100644 index c24c6124e0..0000000000 --- a/meta-python/recipes-devtools/python/python3-haversine_2.3.1.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "Calculate the distance between 2 points on Earth" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" - -SRC_URI[sha256sum] = "75a7f859b3fb6df746564ca66ad1fd5b4052cdbab3d74ff16e8f1a7c3d4a26a5" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += "python3-numpy" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-haversine_2.4.0.bb b/meta-python/recipes-devtools/python/python3-haversine_2.4.0.bb new file mode 100644 index 0000000000..9eda659e1d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-haversine_2.4.0.bb @@ -0,0 +1,11 @@ +SUMMARY = "Calculate the distance between 2 points on Earth" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" + +SRC_URI[sha256sum] = "6dcdee48b854b7bd0a121a04a2cb775dc7d9e2354f1e22d29ff62110189305b0" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += "python3-numpy" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf