From 39f8fb7b62ef98bdcf7e33d1110328dcb70a7bc4 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 24 Dec 2024 17:26:26 +0800 Subject: python3-haversine: upgrade 2.8.1 -> 2.9.0 Changelog: =========== - Adding option to normalize output of inverse_haversine - add normalize_output to inverse_haversine_vector Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-haversine_2.8.1.bb | 11 ----------- .../recipes-devtools/python/python3-haversine_2.9.0.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-haversine_2.8.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-haversine_2.9.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-haversine_2.8.1.bb b/meta-python/recipes-devtools/python/python3-haversine_2.8.1.bb deleted file mode 100644 index 5fd5ddd71c..0000000000 --- a/meta-python/recipes-devtools/python/python3-haversine_2.8.1.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "Calculate the distance between 2 points on Earth" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=20a52d2c688975e989fcbee3e6c8d1a1" - -SRC_URI[sha256sum] = "ab750caa0c8f2168bd7b00a429757a83a8393be1aa30f91c2becf6b523189e2a" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += "python3-numpy" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-haversine_2.9.0.bb b/meta-python/recipes-devtools/python/python3-haversine_2.9.0.bb new file mode 100644 index 0000000000..2dfb3356a7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-haversine_2.9.0.bb @@ -0,0 +1,11 @@ +SUMMARY = "Calculate the distance between 2 points on Earth" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=20a52d2c688975e989fcbee3e6c8d1a1" + +SRC_URI[sha256sum] = "1103d7e1f0f108c25b31b63452c54d9d6f29389a70de7dd75fd4b908329b6fcf" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += "python3-numpy" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf