From e86af80260e7e2c0c021d8cc3ff94f6cb0931c3d Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 16 Apr 2025 13:15:54 +0300 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-obd_0.7.2.bb | 9 --------- meta-python/recipes-devtools/python/python3-obd_0.7.3.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-obd_0.7.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-obd_0.7.3.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-obd_0.7.2.bb b/meta-python/recipes-devtools/python/python3-obd_0.7.2.bb deleted file mode 100644 index cf3daae6ac..0000000000 --- a/meta-python/recipes-devtools/python/python3-obd_0.7.2.bb +++ /dev/null @@ -1,9 +0,0 @@ -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=176d0f9ad45c10895296260d426fa862" - -SRC_URI[sha256sum] = "20d38c9ded3daad1e8affab3ff367a70788d4f29ac77ab7aacddc6a6d2a43d61" - -inherit setuptools3 pypi - -RDEPENDS:${PN} += "python3-pyserial python3-pint python3-setuptools python3-packaging" diff --git a/meta-python/recipes-devtools/python/python3-obd_0.7.3.bb b/meta-python/recipes-devtools/python/python3-obd_0.7.3.bb new file mode 100644 index 0000000000..8deef31d56 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-obd_0.7.3.bb @@ -0,0 +1,9 @@ +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=176d0f9ad45c10895296260d426fa862" + +SRC_URI[sha256sum] = "27b8f043376ca700edb98bf5216e2912295ecde0e735b260999f2d9ddf342522" + +inherit python_setuptools_build_meta pypi + +RDEPENDS:${PN} += "python3-pyserial python3-pint python3-setuptools python3-packaging" -- cgit v1.2.3-54-g00ecf