diff mbox series

[meta-python,2/3] python3-obd: Upgrade 0.7.2 -> 0.7.3

Message ID 20250416101555.1679536-2-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/3] python3-pymodbus: Upgrade 3.8.6 -> 3.9.1 | expand

Commit Message

Leon Anavi April 16, 2025, 10:15 a.m. UTC
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>
---
 .../python/{python3-obd_0.7.2.bb => python3-obd_0.7.3.bb}     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-obd_0.7.2.bb => python3-obd_0.7.3.bb} (71%)
diff mbox series

Patch

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
similarity index 71%
rename from meta-python/recipes-devtools/python/python3-obd_0.7.2.bb
rename to 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
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://README.md;md5=176d0f9ad45c10895296260d426fa862"
 
-SRC_URI[sha256sum] = "20d38c9ded3daad1e8affab3ff367a70788d4f29ac77ab7aacddc6a6d2a43d61"
+SRC_URI[sha256sum] = "27b8f043376ca700edb98bf5216e2912295ecde0e735b260999f2d9ddf342522"
 
-inherit setuptools3 pypi
+inherit python_setuptools_build_meta pypi
 
 RDEPENDS:${PN} += "python3-pyserial python3-pint python3-setuptools python3-packaging"