aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-23 20:03:43 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-23 20:57:56 +0100
commit12e0a8d3015cc77b3f2f1e829d5aad14fb7301c2 (patch)
treefbdf9ac73acd56781f65a33ce6842e73daa69d09 /testing
parentb0baf1941e90b08d87e389309f89bd3a4b761cc2 (diff)
downloadaports-12e0a8d3015cc77b3f2f1e829d5aad14fb7301c2.tar.bz2
aports-12e0a8d3015cc77b3f2f1e829d5aad14fb7301c2.tar.xz
testing/py3-twine: upgrade to 3.1.0
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-twine/APKBUILD7
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"