From 7456cf3954dcc8c32b16a141e4afb45db3c5afc1 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 9 Jul 2018 13:53:40 -0400 Subject: python-can: update to version 2.2.0 Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-can.inc | 4 ++-- meta-python/recipes-devtools/python/python-can_2.1.0.bb | 8 -------- meta-python/recipes-devtools/python/python-can_2.2.0.bb | 8 ++++++++ meta-python/recipes-devtools/python/python3-can_2.1.0.bb | 7 ------- meta-python/recipes-devtools/python/python3-can_2.2.0.bb | 7 +++++++ 5 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-can_2.1.0.bb create mode 100644 meta-python/recipes-devtools/python/python-can_2.2.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-can_2.1.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-can_2.2.0.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-can.inc b/meta-python/recipes-devtools/python/python-can.inc index a71c47be4d..959da83581 100644 --- a/meta-python/recipes-devtools/python/python-can.inc +++ b/meta-python/recipes-devtools/python/python-can.inc @@ -3,8 +3,8 @@ SECTION = "devel/python" LICENSE = "LGPLv3" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=38138baa100d7259934590850bc0406e" -SRC_URI[md5sum] = "3310f0aa2a8492d0ff614ecf636ec8a8" -SRC_URI[sha256sum] = "4a5c01dd67feeda35f88e6c12ea14ac8cabd426b9be0cc5f9fd083fe90a9dbfc" +SRC_URI[md5sum] = "670cf82f67c6d2bd6516b638f129a196" +SRC_URI[sha256sum] = "187fac2fbc807561344a6df99cf7b776c0a10182bf99bb10a5c83af45b57dc11" PYPI_PACKAGE="python-can" diff --git a/meta-python/recipes-devtools/python/python-can_2.1.0.bb b/meta-python/recipes-devtools/python/python-can_2.1.0.bb deleted file mode 100644 index f0edb6408b..0000000000 --- a/meta-python/recipes-devtools/python/python-can_2.1.0.bb +++ /dev/null @@ -1,8 +0,0 @@ -require python-can.inc -inherit pypi setuptools - -RDEPENDS_${PN}_class-target += "\ - ${PYTHON_PN}-argparse \ - ${PYTHON_PN}-subprocess \ - ${PYTHON_PN}-zlib \ -" diff --git a/meta-python/recipes-devtools/python/python-can_2.2.0.bb b/meta-python/recipes-devtools/python/python-can_2.2.0.bb new file mode 100644 index 0000000000..f0edb6408b --- /dev/null +++ b/meta-python/recipes-devtools/python/python-can_2.2.0.bb @@ -0,0 +1,8 @@ +require python-can.inc +inherit pypi setuptools + +RDEPENDS_${PN}_class-target += "\ + ${PYTHON_PN}-argparse \ + ${PYTHON_PN}-subprocess \ + ${PYTHON_PN}-zlib \ +" diff --git a/meta-python/recipes-devtools/python/python3-can_2.1.0.bb b/meta-python/recipes-devtools/python/python3-can_2.1.0.bb deleted file mode 100644 index aaa9e811ce..0000000000 --- a/meta-python/recipes-devtools/python/python3-can_2.1.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -require python-can.inc -inherit pypi setuptools3 - -RDEPENDS_${PN}_class-target += "\ - ${PYTHON_PN}-codecs \ - ${PYTHON_PN}-compression \ -" diff --git a/meta-python/recipes-devtools/python/python3-can_2.2.0.bb b/meta-python/recipes-devtools/python/python3-can_2.2.0.bb new file mode 100644 index 0000000000..aaa9e811ce --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-can_2.2.0.bb @@ -0,0 +1,7 @@ +require python-can.inc +inherit pypi setuptools3 + +RDEPENDS_${PN}_class-target += "\ + ${PYTHON_PN}-codecs \ + ${PYTHON_PN}-compression \ +" -- cgit 1.2.3-korg