diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-11-25 08:30:05 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-11-25 08:30:05 -0300 |
commit | 65bf253557a65c68dc68877d236bdc318033f31a (patch) | |
tree | 15f18543a93857ef92b8f1eebe1cb14b0039ba50 | |
parent | 5b097a8f7dbdea0ad12b75f0ba7a8140a8c15e7c (diff) | |
download | aports-65bf253557a65c68dc68877d236bdc318033f31a.tar.gz aports-65bf253557a65c68dc68877d236bdc318033f31a.tar.bz2 aports-65bf253557a65c68dc68877d236bdc318033f31a.tar.xz |
testing/py3-argcomplete: upgrade to 1.12.2
-rw-r--r-- | testing/py3-argcomplete/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-argcomplete/APKBUILD b/testing/py3-argcomplete/APKBUILD index 5b69157413..9f4f194ebb 100644 --- a/testing/py3-argcomplete/APKBUILD +++ b/testing/py3-argcomplete/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=py3-argcomplete _pyname=argcomplete -pkgver=1.12.1 +pkgver=1.12.2 pkgrel=0 pkgdesc="Easy, extensible command line tab completion of arguments for your Python script" options="!check" # Tests are py2 dependent @@ -31,4 +31,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 } -sha512sums="b1e5923d8c50cebb4a143057933d3b0187ec4302a11454c7cb83e743eb86dfa22212823d64a51cad5c9ead76b915b8fec2b689c96d0c9446406507a42eb06ebd py3-argcomplete-1.12.1.tar.gz" +sha512sums="86a75f3c558ea37a5691d8170b3be3887dd97dcff9ce75a2d946f3da0bd5b6b1030d9ed8bf4bbd7704c3d4d9e20e5516bf7c0444d0bc0d5ec3fca70f4eb1098d py3-argcomplete-1.12.2.tar.gz" |