aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2018-03-17 22:41:29 -0700
committerTim Orling <timothy.t.orling@linux.intel.com>2018-03-17 22:48:05 -0700
commit96b445b65048e7b57dc86a285cbe18adba30f418 (patch)
tree5816f5c890fda4cec194cf336329446c5a853a04
parent0abe4a3240a1bbe192544c6de617576a18a0b2d7 (diff)
downloadmeta-openembedded-contrib-timo/meta-python-regex.tar.gz
python-pylint: upgrade v1.8.2 -> v1.8.3timo/meta-python-regex
* python2 version RDEPENDS on python-configparser Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
-rw-r--r--meta-python/recipes-devtools/python/python-pylint.inc4
-rw-r--r--meta-python/recipes-devtools/python/python-pylint_1.8.2.bb4
-rw-r--r--meta-python/recipes-devtools/python/python-pylint_1.8.3.bb7
-rw-r--r--meta-python/recipes-devtools/python/python3-pylint_1.8.3.bb (renamed from meta-python/recipes-devtools/python/python3-pylint_1.8.2.bb)0
4 files changed, 9 insertions, 6 deletions
diff --git a/meta-python/recipes-devtools/python/python-pylint.inc b/meta-python/recipes-devtools/python/python-pylint.inc
index fd4739fe76..ba85b98878 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] = "f6c290e2ff171e83694e82096f13fd4f"
-SRC_URI[sha256sum] = "4fe3b99da7e789545327b75548cee6b511e4faa98afe268130fea1af4b5ec022"
+SRC_URI[md5sum] = "2eb5f3cb8fe567eaf5420dd415012202"
+SRC_URI[sha256sum] = "c77311859e0c2d7932095f30d2b1bfdc4b6fe111f534450ba727a52eae330ef2"
inherit pypi
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
deleted file mode 100644
index 7b51d3fbd5..0000000000
--- a/meta-python/recipes-devtools/python/python-pylint_1.8.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/meta-python/recipes-devtools/python/python-pylint_1.8.3.bb b/meta-python/recipes-devtools/python/python-pylint_1.8.3.bb
new file mode 100644
index 0000000000..d81d789d8c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pylint_1.8.3.bb
@@ -0,0 +1,7 @@
+inherit setuptools python-dir
+require python-pylint.inc
+
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-configparser \
+ ${PYTHON_PN}-backports-functools-lru-cache \
+"
diff --git a/meta-python/recipes-devtools/python/python3-pylint_1.8.2.bb b/meta-python/recipes-devtools/python/python3-pylint_1.8.3.bb
index 563e8316cf..563e8316cf 100644
--- a/meta-python/recipes-devtools/python/python3-pylint_1.8.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pylint_1.8.3.bb