From 1dd38149951e8ef2d727ce84ffb404e787534dc9 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 1 Nov 2019 15:24:03 +0800 Subject: python-pyfirmata: upgrade 1.0.3 -> 1.1.0 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pyfirmata.inc | 4 ++-- meta-python/recipes-devtools/python/python-pyfirmata_1.0.3.bb | 3 --- meta-python/recipes-devtools/python/python-pyfirmata_1.1.0.bb | 3 +++ meta-python/recipes-devtools/python/python3-pyfirmata_1.0.3.bb | 3 --- meta-python/recipes-devtools/python/python3-pyfirmata_1.1.0.bb | 3 +++ 5 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyfirmata_1.0.3.bb create mode 100644 meta-python/recipes-devtools/python/python-pyfirmata_1.1.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyfirmata_1.0.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyfirmata_1.1.0.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-pyfirmata.inc b/meta-python/recipes-devtools/python/python-pyfirmata.inc index 2365379aa2..2a53574e20 100644 --- a/meta-python/recipes-devtools/python/python-pyfirmata.inc +++ b/meta-python/recipes-devtools/python/python-pyfirmata.inc @@ -7,7 +7,7 @@ RDEPENDS_${PN} = "\ ${PYTHON_PN}-pyserial \ " -SRC_URI[md5sum] = "ee4c23ca5c35d3091d550a63540811a3" -SRC_URI[sha256sum] = "b54d49d66a9d93c1ef9c72ca01264414cb2de177baac116c12d5cce0c380160c" +SRC_URI[md5sum] = "159673cfb56c72ceafc30fe91eedd847" +SRC_URI[sha256sum] = "cc180d1b30c85a2bbca62c15fef1b871db048cdcfa80959968356d97bd3ff08e" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-pyfirmata_1.0.3.bb b/meta-python/recipes-devtools/python/python-pyfirmata_1.0.3.bb deleted file mode 100644 index d77e0f3853..0000000000 --- a/meta-python/recipes-devtools/python/python-pyfirmata_1.0.3.bb +++ /dev/null @@ -1,3 +0,0 @@ -inherit setuptools -require python-pyfirmata.inc - diff --git a/meta-python/recipes-devtools/python/python-pyfirmata_1.1.0.bb b/meta-python/recipes-devtools/python/python-pyfirmata_1.1.0.bb new file mode 100644 index 0000000000..d77e0f3853 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyfirmata_1.1.0.bb @@ -0,0 +1,3 @@ +inherit setuptools +require python-pyfirmata.inc + diff --git a/meta-python/recipes-devtools/python/python3-pyfirmata_1.0.3.bb b/meta-python/recipes-devtools/python/python3-pyfirmata_1.0.3.bb deleted file mode 100644 index 25af1b5c0a..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyfirmata_1.0.3.bb +++ /dev/null @@ -1,3 +0,0 @@ -inherit setuptools3 -require python-pyfirmata.inc - diff --git a/meta-python/recipes-devtools/python/python3-pyfirmata_1.1.0.bb b/meta-python/recipes-devtools/python/python3-pyfirmata_1.1.0.bb new file mode 100644 index 0000000000..25af1b5c0a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyfirmata_1.1.0.bb @@ -0,0 +1,3 @@ +inherit setuptools3 +require python-pyfirmata.inc + -- cgit 1.2.3-korg