aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-06-02 14:55:02 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-06-03 13:10:25 +0000
commitbdae6967c583242ced9e61c69dc3518b09fa6e92 (patch)
treef7cd395849048972f0951db38506da7754a0042a
parente34575f0e2e94869b85cbc64534971695789af4f (diff)
testing/py3-autopep8: upgrade to 1.5.3
-rw-r--r--testing/py3-autopep8/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-autopep8/APKBUILD b/testing/py3-autopep8/APKBUILD
index 25a1db84af7..137a40668a2 100644
--- a/testing/py3-autopep8/APKBUILD
+++ b/testing/py3-autopep8/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-autopep8
-pkgver=1.5.2
-pkgrel=1
+pkgver=1.5.3
+pkgrel=0
pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 style guide"
url="https://pypi.python.org/pypi/autopep8/"
arch="noarch"
@@ -23,4 +23,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="6b1a41e5769b9f1f85f6e53fcc6c78239cbbbb5065e0abcf4cd110e013b8098dfee60f397d60ea89705b7b40b987c08e2625428946fd43c2078f33b993cec591 autopep8-1.5.2.tar.gz"
+sha512sums="d816476623d48f5af38bbe5a52d78f3e9bea22d2d7cf56df1fe50b3d0439f125a7c5d6833cb82bc810ed74b62a5c986f74df8f78007e1b51a3e3cd5570427733 autopep8-1.5.3.tar.gz"