From 4e2e978188680a125c7f674e73bbdf26b3e005a6 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sat, 16 Oct 2021 00:57:38 +0200 Subject: python3-haversine: update to 2.5.1 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-haversine_2.4.0.bb | 11 ----------- .../recipes-devtools/python/python3-haversine_2.5.1.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-haversine_2.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-haversine_2.5.1.bb (limited to 'meta-python') 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 deleted file mode 100644 index 9eda659e1d..0000000000 --- a/meta-python/recipes-devtools/python/python3-haversine_2.4.0.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] = "6dcdee48b854b7bd0a121a04a2cb775dc7d9e2354f1e22d29ff62110189305b0" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += "python3-numpy" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-haversine_2.5.1.bb b/meta-python/recipes-devtools/python/python3-haversine_2.5.1.bb new file mode 100644 index 0000000000..1ed67d3260 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-haversine_2.5.1.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] = "357e41dfddc4a0f2b1c941d92a590cac840f7ce4b3da14b45b68d968b3ad7cc7" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += "python3-numpy" + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg