From 94c6fae0d1c1ba35b90588f754ff1727f3ff944f Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 3 Oct 2017 12:41:08 -0400 Subject: python-pylint: update to version 1.7.4 (From meta-openembedded commit: e27500e7e552d796bc81d16be28ccc170782d099) Signed-off-by: Derek Straka Signed-off-by: Martin Jansa Signed-off-by: Tim Orling --- recipes-devtools/python/python-pylint.inc | 4 ++-- recipes-devtools/python/python-pylint_1.7.2.bb | 4 ---- recipes-devtools/python/python-pylint_1.7.4.bb | 4 ++++ 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 recipes-devtools/python/python-pylint_1.7.2.bb create mode 100644 recipes-devtools/python/python-pylint_1.7.4.bb diff --git a/recipes-devtools/python/python-pylint.inc b/recipes-devtools/python/python-pylint.inc index 3ce1cae..c55bce6 100644 --- a/recipes-devtools/python/python-pylint.inc +++ b/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] = "27ee752cdcfacb05bf4940947e6b35c6" -SRC_URI[sha256sum] = "ea6afb93a9ed810cf52ff3838eb3a15e2bf6a81b80de0eaede1ce442caa5ca69" +SRC_URI[md5sum] = "98a1ee985a3ebc876a20eb7577dbab68" +SRC_URI[sha256sum] = "1f65b3815c3bf7524b845711d54c4242e4057dd93826586620239ecdfe591fb1" inherit pypi diff --git a/recipes-devtools/python/python-pylint_1.7.2.bb b/recipes-devtools/python/python-pylint_1.7.2.bb deleted file mode 100644 index 7b51d3f..0000000 --- a/recipes-devtools/python/python-pylint_1.7.2.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/recipes-devtools/python/python-pylint_1.7.4.bb b/recipes-devtools/python/python-pylint_1.7.4.bb new file mode 100644 index 0000000..7b51d3f --- /dev/null +++ b/recipes-devtools/python/python-pylint_1.7.4.bb @@ -0,0 +1,4 @@ +inherit setuptools python-dir +require python-pylint.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-backports-functools-lru-cache" -- cgit 1.2.3-korg