diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2025-04-16 13:15:54 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-19 14:36:03 -0700 |
commit | e86af80260e7e2c0c021d8cc3ff94f6cb0931c3d (patch) | |
tree | 7d17f215b0a8955afb1b92dbcc9d70a2ac824347 /meta-python | |
parent | 2c64a16e9562f06eb234d92f6e6dd16f6da5f9a4 (diff) | |
download | meta-openembedded-e86af80260e7e2c0c021d8cc3ff94f6cb0931c3d.tar.gz |
python3-obd: Upgrade 0.7.2 -> 0.7.3
Upgrade to release 0.7.3:
- Updated pint dependency for compatibility with python >= 3.13
- Fixed windows COM port scanning
- Minor documentation updates
Signed-off-by: Leon Anavi <leon.anavi@konsulko.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.3.bb (renamed from meta-python/recipes-devtools/python/python3-obd_0.7.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-obd_0.7.2.bb b/meta-python/recipes-devtools/python/python3-obd_0.7.3.bb index cf3daae6ac..8deef31d56 100644 --- a/meta-python/recipes-devtools/python/python3-obd_0.7.2.bb +++ b/meta-python/recipes-devtools/python/python3-obd_0.7.3.bb | |||
@@ -2,8 +2,8 @@ DESCRIPTION = "A python module for handling realtime sensor data from OBD-II veh | |||
2 | LICENSE = "GPL-2.0-only" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://README.md;md5=176d0f9ad45c10895296260d426fa862" | 3 | LIC_FILES_CHKSUM = "file://README.md;md5=176d0f9ad45c10895296260d426fa862" |
4 | 4 | ||
5 | SRC_URI[sha256sum] = "20d38c9ded3daad1e8affab3ff367a70788d4f29ac77ab7aacddc6a6d2a43d61" | 5 | SRC_URI[sha256sum] = "27b8f043376ca700edb98bf5216e2912295ecde0e735b260999f2d9ddf342522" |
6 | 6 | ||
7 | inherit setuptools3 pypi | 7 | inherit python_setuptools_build_meta pypi |
8 | 8 | ||
9 | RDEPENDS:${PN} += "python3-pyserial python3-pint python3-setuptools python3-packaging" | 9 | RDEPENDS:${PN} += "python3-pyserial python3-pint python3-setuptools python3-packaging" |