diff options
-rw-r--r-- | testing/py3-twine/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/py3-twine/APKBUILD b/testing/py3-twine/APKBUILD index 59711ec73e..2df6239df3 100644 --- a/testing/py3-twine/APKBUILD +++ b/testing/py3-twine/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-twine _pkgname=twine -pkgver=3.0.0 +pkgver=3.1.0 pkgrel=0 pkgdesc="Collection of utilities for publishing packages on PyPI" options="!check" # Requires unpackaged 'pretend' @@ -13,10 +13,11 @@ depends=" python3 py3-pkginfo py3-readme_renderer - py3-requests + py3-requests>=2.20.0 py3-requests-toolbelt py3-setuptools py3-tqdm + py3-keyring " checkdepends="py3-pytest" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" @@ -34,4 +35,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="fdbb3c2a457327168d462cd391d32324edd05e6a4681901c24c3800ea23d0b344ec8af2cc8aecf6bbf948498bdfefb7784941fc5ae3012a7f231649377f2dcfe twine-3.0.0.tar.gz" +sha512sums="2d091f3a6f1c82bffae0a69ad9f35c1827e66ccc13eb2206585e7e782402c7f6588019ccc8f65819113611058d41830f905ed6e3cf70d2a179d8ee3e939f7216 twine-3.1.0.tar.gz" |