diff mbox series

[meta-python,32/67] python3-haversine: upgrade 2.8.1 -> 2.9.0

Message ID 1735032421-13513-32-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/67] ctags: upgrade 6.1.20241215.0 -> 6.1.20241222.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Dec. 24, 2024, 9:26 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Adding option to normalize output of inverse_haversine
- add normalize_output to inverse_haversine_vector

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-haversine_2.8.1.bb => python3-haversine_2.9.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-haversine_2.8.1.bb => python3-haversine_2.9.0.bb} (73%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-haversine_2.8.1.bb b/meta-python/recipes-devtools/python/python3-haversine_2.9.0.bb
similarity index 73%
rename from meta-python/recipes-devtools/python/python3-haversine_2.8.1.bb
rename to meta-python/recipes-devtools/python/python3-haversine_2.9.0.bb
index 5fd5ddd71c..2dfb3356a7 100644
--- a/meta-python/recipes-devtools/python/python3-haversine_2.8.1.bb
+++ b/meta-python/recipes-devtools/python/python3-haversine_2.9.0.bb
@@ -2,7 +2,7 @@  SUMMARY = "Calculate the distance between 2 points on Earth"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=20a52d2c688975e989fcbee3e6c8d1a1"
 
-SRC_URI[sha256sum] = "ab750caa0c8f2168bd7b00a429757a83a8393be1aa30f91c2becf6b523189e2a"
+SRC_URI[sha256sum] = "1103d7e1f0f108c25b31b63452c54d9d6f29389a70de7dd75fd4b908329b6fcf"
 
 inherit pypi setuptools3