diff options
author | Alistair Francis <alistair@alistair23.me> | 2019-05-20 04:17:18 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-21 08:48:56 -0700 |
commit | 8dcfd6cf944a47577f79dcc151093ea589f60e2a (patch) | |
tree | 94b2a1a145fcc86cbe3ae484e06407047680a28e /meta-python | |
parent | 1c632066c5fe58f0c974fbe4bfdd176f37f4ac0f (diff) | |
download | meta-openembedded-8dcfd6cf944a47577f79dcc151093ea589f60e2a.tar.gz |
python-obd: Uprade from 0.7.0 to 0.7.1
Signed-off-by: Alistair Francis <alistair@alistair23.me>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-obd.inc | 6 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-obd_0.7.1.bb (renamed from meta-python/recipes-devtools/python/python3-obd_0.7.0.bb) | 0 |
2 files changed, 3 insertions, 3 deletions
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 @@ | |||
1 | DESCRIPTION = "A python module for handling realtime sensor data from OBD-II vehicle ports" | 1 | DESCRIPTION = "A python module for handling realtime sensor data from OBD-II vehicle ports" |
2 | HOMEPAGE = "https://github.com/brendan-w/python-OBD" | 2 | HOMEPAGE = "https://github.com/brendan-w/python-OBD" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://README.rst;md5=2988a5e913eb105fa08011135c4157d4" | 4 | LIC_FILES_CHKSUM = "file://README.md;md5=58ba896fa086c96ad23317cebfeab277" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "93e04f825e13b7ebc97d06b6a6407807" | 6 | SRC_URI[md5sum] = "305efcb6c650db7b9583532355ebeb7c" |
7 | SRC_URI[sha256sum] = "4b1bac95df2faac571ebf444778e4d736d050d8ed7049023c0fc929a520eba6d" | 7 | SRC_URI[sha256sum] = "8b81ea5896157b6e861af12e173c10b001cb6cca6ebb04db2c01d326812ad77b" |
8 | 8 | ||
9 | inherit pypi | 9 | inherit pypi |
10 | 10 | ||
diff --git a/meta-python/recipes-devtools/python/python3-obd_0.7.0.bb b/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb index 578e38d3a5..578e38d3a5 100644 --- a/meta-python/recipes-devtools/python/python3-obd_0.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb | |||