From e82c09b8e5b0587da6044feba05dec16bf21cf3c Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Mon, 28 Oct 2019 13:14:52 +0800 Subject: python-can: upgrade 2.2.1 -> 3.3.2 -License-Update:changed from dos to unix. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-can.inc | 6 +++--- meta-python/recipes-devtools/python/python-can_2.2.1.bb | 8 -------- meta-python/recipes-devtools/python/python-can_3.3.2.bb | 8 ++++++++ meta-python/recipes-devtools/python/python3-can_2.2.1.bb | 7 ------- meta-python/recipes-devtools/python/python3-can_3.3.2.bb | 7 +++++++ 5 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-can_2.2.1.bb create mode 100644 meta-python/recipes-devtools/python/python-can_3.3.2.bb delete mode 100644 meta-python/recipes-devtools/python/python3-can_2.2.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-can_3.3.2.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-can.inc b/meta-python/recipes-devtools/python/python-can.inc index 46f085933f..7d0100d7d7 100644 --- a/meta-python/recipes-devtools/python/python-can.inc +++ b/meta-python/recipes-devtools/python/python-can.inc @@ -1,10 +1,10 @@ SUMMARY = "Controller Area Network (CAN) interface module for Python" SECTION = "devel/python" LICENSE = "LGPLv3" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=38138baa100d7259934590850bc0406e" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e6a600fd5e1d9cbde2d983680233ad02" -SRC_URI[md5sum] = "dcdd3f6b924e3f20acb1ccf4598236cf" -SRC_URI[sha256sum] = "b5e93b2ee32bdd597d9d908afe5171c402a04c9678ba47b60f33506738b1375b" +SRC_URI[md5sum] = "b724553a330478270267380b4888a18e" +SRC_URI[sha256sum] = "5fefb5c1e7e7f07faefc02c6eac79f9b58376f007048a04d8e7f325d48ec6b2e" PYPI_PACKAGE="python-can" diff --git a/meta-python/recipes-devtools/python/python-can_2.2.1.bb b/meta-python/recipes-devtools/python/python-can_2.2.1.bb deleted file mode 100644 index f0edb6408b..0000000000 --- a/meta-python/recipes-devtools/python/python-can_2.2.1.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_3.3.2.bb b/meta-python/recipes-devtools/python/python-can_3.3.2.bb new file mode 100644 index 0000000000..f0edb6408b --- /dev/null +++ b/meta-python/recipes-devtools/python/python-can_3.3.2.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.2.1.bb b/meta-python/recipes-devtools/python/python3-can_2.2.1.bb deleted file mode 100644 index aaa9e811ce..0000000000 --- a/meta-python/recipes-devtools/python/python3-can_2.2.1.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_3.3.2.bb b/meta-python/recipes-devtools/python/python3-can_3.3.2.bb new file mode 100644 index 0000000000..aaa9e811ce --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-can_3.3.2.bb @@ -0,0 +1,7 @@ +require python-can.inc +inherit pypi setuptools3 + +RDEPENDS_${PN}_class-target += "\ + ${PYTHON_PN}-codecs \ + ${PYTHON_PN}-compression \ +" -- cgit v1.2.3-54-g00ecf