diff options
author | Justin Berthault <justin.berthault@zaclys.net> | 2020-09-08 09:26:34 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-09-08 07:34:07 +0000 |
commit | edcfc97a449ab7c745b580027925314d830d88c5 (patch) | |
tree | 4be183c7ba182fea771a1fe13165644ab7897b23 | |
parent | e381264985a7e2ae36cc56e93c4628eb84a6cd83 (diff) | |
download | aports-edcfc97a449ab7c745b580027925314d830d88c5.tar.gz aports-edcfc97a449ab7c745b580027925314d830d88c5.tar.bz2 aports-edcfc97a449ab7c745b580027925314d830d88c5.tar.xz |
testing/py3-pydocstyle: upgrade to 5.1.1
-rw-r--r-- | testing/py3-pydocstyle/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-pydocstyle/APKBUILD b/testing/py3-pydocstyle/APKBUILD index 93310dd93e..c69dc9f06a 100644 --- a/testing/py3-pydocstyle/APKBUILD +++ b/testing/py3-pydocstyle/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Russ Webber <russ@rw.id.au> pkgname=py3-pydocstyle _pkgname=pydocstyle -pkgver=5.1.0 +pkgver=5.1.1 pkgrel=0 pkgdesc="Static analysis tool for checking compliance with Python docstring conventions" url="https://www.pydocstyle.org/" @@ -26,4 +26,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="c7b1cf3d423a10443f3f89b448d7f5ad8440daa7d4fe257a19f8cf543ef07a82e3942c2d8aa8029c1c280b9d4ee1871dfe13034fedb477cbb2b6be28fea614b9 pydocstyle-5.1.0.tar.gz" +sha512sums="70c7408dfa4c8e54a3abf0548a9af26a7ad7ee0bb76f3a41bf6f2297ce09c13c03ab5e066b1b15404ba6390ddfcacbc5e199d8b73ee74e3b184759d88c8b2a51 pydocstyle-5.1.1.tar.gz" |