diff options
author | Derek Straka <derek@asterius.io> | 2018-03-18 10:13:01 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-21 18:38:23 -0700 |
commit | 83c32d70d9c14c12341f8d64994d06da642fc250 (patch) | |
tree | 32d1824906e75fa0f94216b2c57377ec5c1ca23a /meta-python/recipes-devtools/python/python-pylint.inc | |
parent | 4a36055c20e354f398273f6459a5112eb390048b (diff) | |
download | meta-openembedded-83c32d70d9c14c12341f8d64994d06da642fc250.tar.gz |
python-pylint: update to version 1.8.3
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pylint.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pylint.inc | 4 |
1 files changed, 2 insertions, 2 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/" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "f6c290e2ff171e83694e82096f13fd4f" | 6 | SRC_URI[md5sum] = "2eb5f3cb8fe567eaf5420dd415012202" |
7 | SRC_URI[sha256sum] = "4fe3b99da7e789545327b75548cee6b511e4faa98afe268130fea1af4b5ec022" | 7 | SRC_URI[sha256sum] = "c77311859e0c2d7932095f30d2b1bfdc4b6fe111f534450ba727a52eae330ef2" |
8 | 8 | ||
9 | inherit pypi | 9 | inherit pypi |
10 | 10 | ||