diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2015-01-23 19:48:27 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2015-03-11 14:33:15 +0000 |
commit | 88684041f6ac2d77e4f89a5f8ecd292cc8c444b4 (patch) | |
tree | dc0bf18509c125748a37e798cf73a4045bb39e64 /testing/pylint | |
parent | 6c9e47ba51cb9c68ac29898a5ca2d82b79d31dad (diff) | |
download | aports-88684041f6ac2d77e4f89a5f8ecd292cc8c444b4.tar.bz2 aports-88684041f6ac2d77e4f89a5f8ecd292cc8c444b4.tar.xz |
testing/pylint: upgrade to 1.4.1
Diffstat (limited to 'testing/pylint')
-rw-r--r-- | testing/pylint/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pylint/APKBUILD b/testing/pylint/APKBUILD index 6e1b2e7279..42c5c3a254 100644 --- a/testing/pylint/APKBUILD +++ b/testing/pylint/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=pylint -pkgver=1.4.0 +pkgver=1.4.1 pkgrel=0 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality" url="http://pypi.python.org/pypi/pylint" |