aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-07-18 12:25:19 +0800
committerKhem Raj <raj.khem@gmail.com>2023-07-20 19:08:57 -0700
commit75d37f81e97d1f7595c0dcfed5d1af77dba86cba (patch)
treecc6ec83a220bb7f0dc04c24a00af117edac238c2 /meta-python
parent43eb018d37be647dc87ff2c1e567af26e8313d5a (diff)
downloadmeta-openembedded-contrib-75d37f81e97d1f7595c0dcfed5d1af77dba86cba.tar.gz
python3-obd: upgrade 0.7.1 -> 0.7.2
License-Update: Add a common issue section and document the Bluetooth issue. Adds support for the Mode 9 PIDS, including VIN and CVN. Changelog: =========== Updated pint dependency for compatibility with python >= 3.10 Support for Mode 9 PIDs Added 1 second read-retry loop for unresponsive dongles Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-obd_0.7.2.bb (renamed from meta-python/recipes-devtools/python/python3-obd_0.7.1.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb b/meta-python/recipes-devtools/python/python3-obd_0.7.2.bb
index 0cb1b85e5a..d78642a9bd 100644
--- a/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb
+++ b/meta-python/recipes-devtools/python/python3-obd_0.7.2.bb
@@ -1,9 +1,8 @@
DESCRIPTION = "A python module for handling realtime sensor data from OBD-II vehicle ports"HOMEPAGE = "https://github.com/brendan-w/python-OBD"
LICENSE = "GPL-2.0-only"
-LIC_FILES_CHKSUM = "file://README.md;md5=58ba896fa086c96ad23317cebfeab277"
+LIC_FILES_CHKSUM = "file://README.md;md5=176d0f9ad45c10895296260d426fa862"
-SRC_URI[md5sum] = "305efcb6c650db7b9583532355ebeb7c"
-SRC_URI[sha256sum] = "8b81ea5896157b6e861af12e173c10b001cb6cca6ebb04db2c01d326812ad77b"
+SRC_URI[sha256sum] = "20d38c9ded3daad1e8affab3ff367a70788d4f29ac77ab7aacddc6a6d2a43d61"
inherit setuptools3 pypi