From 8dcfd6cf944a47577f79dcc151093ea589f60e2a Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Mon, 20 May 2019 04:17:18 +0000 Subject: python-obd: Uprade from 0.7.0 to 0.7.1 Signed-off-by: Alistair Francis Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-obd.inc | 6 +++--- meta-python/recipes-devtools/python/python3-obd_0.7.0.bb | 2 -- meta-python/recipes-devtools/python/python3-obd_0.7.1.bb | 2 ++ 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-obd_0.7.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-obd_0.7.1.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-obd.inc b/meta-python/recipes-devtools/python/python-obd.inc index 5621dba94f..51e663b516 100644 --- a/meta-python/recipes-devtools/python/python-obd.inc +++ b/meta-python/recipes-devtools/python/python-obd.inc @@ -1,10 +1,10 @@ DESCRIPTION = "A python module for handling realtime sensor data from OBD-II vehicle ports" HOMEPAGE = "https://github.com/brendan-w/python-OBD" LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://README.rst;md5=2988a5e913eb105fa08011135c4157d4" +LIC_FILES_CHKSUM = "file://README.md;md5=58ba896fa086c96ad23317cebfeab277" -SRC_URI[md5sum] = "93e04f825e13b7ebc97d06b6a6407807" -SRC_URI[sha256sum] = "4b1bac95df2faac571ebf444778e4d736d050d8ed7049023c0fc929a520eba6d" +SRC_URI[md5sum] = "305efcb6c650db7b9583532355ebeb7c" +SRC_URI[sha256sum] = "8b81ea5896157b6e861af12e173c10b001cb6cca6ebb04db2c01d326812ad77b" inherit pypi diff --git a/meta-python/recipes-devtools/python/python3-obd_0.7.0.bb b/meta-python/recipes-devtools/python/python3-obd_0.7.0.bb deleted file mode 100644 index 578e38d3a5..0000000000 --- a/meta-python/recipes-devtools/python/python3-obd_0.7.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-obd.inc diff --git a/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb b/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb new file mode 100644 index 0000000000..578e38d3a5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-obd.inc -- cgit 1.2.3-korg