aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-pycodestyle
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-03-19 20:22:13 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-03-19 21:31:03 +0000
commitcc24081da76513f5948faa23782ac5680bff1f13 (patch)
treea92495851fdd121a1dee88a78adabda7725e1f75 /testing/py-pycodestyle
parente62e2727bd26e74bbb52e4230a8d358abd611031 (diff)
testing/py-pycodestyle: upgrade to 2.5.0
Diffstat (limited to 'testing/py-pycodestyle')
-rw-r--r--testing/py-pycodestyle/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-pycodestyle/APKBUILD b/testing/py-pycodestyle/APKBUILD
index 3e035a6ec47..15d5abd29b7 100644
--- a/testing/py-pycodestyle/APKBUILD
+++ b/testing/py-pycodestyle/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
# Maintainer:
pkgname=py-pycodestyle
-pkgver=2.3.1
-pkgrel=1
+pkgver=2.5.0
+pkgrel=0
pkgdesc="Check your Python code against some of the style conventions in PEP 8"
url="https://pypi.python.org/pypi/pycodestyle/"
arch="noarch"
@@ -46,4 +46,4 @@ _py() {
$python setup.py --quiet install --prefix=/usr --root="$subpkgdir"
}
-sha512sums="78d6a6aad32a31de9852c68c78e91c4aec51224148b0538097e7bb9f0cf60fa13c06aecd0630446fbe72df3523ba8147566a22b0f303c88ada42d828eb81949e py-pycodestyle-2.3.1.tar.gz"
+sha512sums="b40d2b4fd6673f4115cb0fa056056ef39f4705ba8826bb2a4b91c98e542132951471e1226d697daeb6fac9a5520df5f8dde0931462e540ee2eb8b5f275eb2288 py-pycodestyle-2.5.0.tar.gz"