diff options
author | Derek Straka <derek@asterius.io> | 2018-01-26 08:10:26 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-02-11 11:49:06 -0800 |
commit | e7a72d022c299824647c40ed007f2f19ac0d4244 (patch) | |
tree | 55cc35e671c368e751d311c458098901179cec67 /meta-python/recipes-devtools/python/python-pylint.inc | |
parent | 4ea86331afb5ca65cd41cf43ad05891a7716615e (diff) | |
download | meta-openembedded-e7a72d022c299824647c40ed007f2f19ac0d4244.tar.gz |
python-pylint: update to version 1.8.2
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 9dd1d6527..fd4739fe7 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] = "b7cca873fb60d420a4db8d3bfa4824b1" | 6 | SRC_URI[md5sum] = "f6c290e2ff171e83694e82096f13fd4f" |
7 | SRC_URI[sha256sum] = "3035e44e37cd09919e9edad5573af01d7c6b9c52a0ebb4781185ae7ab690458b" | 7 | SRC_URI[sha256sum] = "4fe3b99da7e789545327b75548cee6b511e4faa98afe268130fea1af4b5ec022" |
8 | 8 | ||
9 | inherit pypi | 9 | inherit pypi |
10 | 10 | ||