aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-19 09:20:33 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-19 09:24:17 +0100
commitd6ac8731d1d6ea26997c362f21873c4cf35ceb5a (patch)
treea0d34f00d9b545a7cd4085e09606539ed718fbf3 /testing
parentbb9598bfa6a56ca309af9d3d33ab1bc5f9962d8f (diff)
downloadaports-d6ac8731d1d6ea26997c362f21873c4cf35ceb5a.tar.bz2
aports-d6ac8731d1d6ea26997c362f21873c4cf35ceb5a.tar.xz
testing/py3-argcomplete: upgrade to 1.10.2
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-argcomplete/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-argcomplete/APKBUILD b/testing/py3-argcomplete/APKBUILD
index 6ff2715a35..b962e30bc5 100644
--- a/testing/py3-argcomplete/APKBUILD
+++ b/testing/py3-argcomplete/APKBUILD
@@ -2,8 +2,8 @@
# Maintainer:
pkgname=py3-argcomplete
_pkgname=${pkgname#py3-}
-pkgver=1.10.0
-pkgrel=1
+pkgver=1.10.2
+pkgrel=0
pkgdesc="Easy, extensible command line tab completion of arguments for your Python script"
options="!check" # Tests are py2 dependent
url="https://github.com/kislyuk/argcomplete"
@@ -30,4 +30,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
}
-sha512sums="bbed1666698eca49477bef768f416eb3fed9157d43d0ad19d221302a47625743395947377011536fb3d26a411a17b8b53807350ed616629c65e1e017967e9124 py3-argcomplete-1.10.0.tar.gz"
+sha512sums="95cc73b798b3c5ea2bba6cb687feb48e80117e73c72914592adfa38dd2e94a4850504056c7f5a5a83e3add90ae0bb90983dfd9f66845aeab8a6fe6ef5bceb1a4 py3-argcomplete-1.10.2.tar.gz"