From e7a72d022c299824647c40ed007f2f19ac0d4244 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 26 Jan 2018 08:10:26 -0500 Subject: python-pylint: update to version 1.8.2 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-pylint.inc | 4 ++-- meta-python/recipes-devtools/python/python-pylint_1.8.1.bb | 4 ---- meta-python/recipes-devtools/python/python-pylint_1.8.2.bb | 4 ++++ meta-python/recipes-devtools/python/python3-pylint_1.8.1.bb | 2 -- meta-python/recipes-devtools/python/python3-pylint_1.8.2.bb | 2 ++ 5 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pylint_1.8.1.bb create mode 100644 meta-python/recipes-devtools/python/python-pylint_1.8.2.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pylint_1.8.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pylint_1.8.2.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-pylint.inc b/meta-python/recipes-devtools/python/python-pylint.inc index 9dd1d65274..fd4739fe76 100644 --- a/meta-python/recipes-devtools/python/python-pylint.inc +++ b/meta-python/recipes-devtools/python/python-pylint.inc @@ -3,8 +3,8 @@ HOMEPAGE= "http://www.pylint.org/" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" -SRC_URI[md5sum] = "b7cca873fb60d420a4db8d3bfa4824b1" -SRC_URI[sha256sum] = "3035e44e37cd09919e9edad5573af01d7c6b9c52a0ebb4781185ae7ab690458b" +SRC_URI[md5sum] = "f6c290e2ff171e83694e82096f13fd4f" +SRC_URI[sha256sum] = "4fe3b99da7e789545327b75548cee6b511e4faa98afe268130fea1af4b5ec022" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-pylint_1.8.1.bb b/meta-python/recipes-devtools/python/python-pylint_1.8.1.bb deleted file mode 100644 index 7b51d3fbd5..0000000000 --- a/meta-python/recipes-devtools/python/python-pylint_1.8.1.bb +++ /dev/null @@ -1,4 +0,0 @@ -inherit setuptools python-dir -require python-pylint.inc - -RDEPENDS_${PN} += "${PYTHON_PN}-backports-functools-lru-cache" diff --git a/meta-python/recipes-devtools/python/python-pylint_1.8.2.bb b/meta-python/recipes-devtools/python/python-pylint_1.8.2.bb new file mode 100644 index 0000000000..7b51d3fbd5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pylint_1.8.2.bb @@ -0,0 +1,4 @@ +inherit setuptools python-dir +require python-pylint.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-backports-functools-lru-cache" diff --git a/meta-python/recipes-devtools/python/python3-pylint_1.8.1.bb b/meta-python/recipes-devtools/python/python3-pylint_1.8.1.bb deleted file mode 100644 index 563e8316cf..0000000000 --- a/meta-python/recipes-devtools/python/python3-pylint_1.8.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 python3-dir -require python-pylint.inc diff --git a/meta-python/recipes-devtools/python/python3-pylint_1.8.2.bb b/meta-python/recipes-devtools/python/python3-pylint_1.8.2.bb new file mode 100644 index 0000000000..563e8316cf --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pylint_1.8.2.bb @@ -0,0 +1,2 @@ +inherit setuptools3 python3-dir +require python-pylint.inc -- cgit 1.2.3-korg