summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2022-09-08 12:49:49 +0300
committerKhem Raj <raj.khem@gmail.com>2022-09-08 11:58:17 -0700
commit5074147e1e110e4922c7e11a172a789f416882e1 (patch)
treea29d4117b3f3e8885b2b7c6b5848a8b78e7c4168 /meta-python/recipes-devtools/python
parent842e59e9c7a5716ef03b4f563a2dcf20a5f8bdd6 (diff)
downloadmeta-openembedded-5074147e1e110e4922c7e11a172a789f416882e1.tar.gz
python3-haversine: Upgrade 2.6.0 -> 2.7.0
Upgrade to release 2.7.0: - Official support of python 3.10, 3.11 and 3.12 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-haversine_2.7.0.bb (renamed from meta-python/recipes-devtools/python/python3-haversine_2.6.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-haversine_2.6.0.bb b/meta-python/recipes-devtools/python/python3-haversine_2.7.0.bb
index 65779187a1..bfe36b0b80 100644
--- a/meta-python/recipes-devtools/python/python3-haversine_2.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-haversine_2.7.0.bb
@@ -2,7 +2,7 @@ SUMMARY = "Calculate the distance between 2 points on Earth"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" 3LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
4 4
5SRC_URI[sha256sum] = "eb7c308ba721e86662c1d50427cb9b06f9e7eb9984803d9ec200582425cc4fb7" 5SRC_URI[sha256sum] = "9dd62c95bff9c43eb898604625e80db68b8b9e91a5111338f55ebcf470dd5a3d"
6 6
7inherit pypi setuptools3 7inherit pypi setuptools3
8 8