aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-twine
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-11-05 14:42:54 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:35:44 +0000
commitf10982dfca281d4ae71bf557018b09d8f743100f (patch)
tree711a61c32d935340d4873d0359855add91ae99e9 /testing/py3-twine
parent31b085ea76de176cd53b04dd79f944e627e58593 (diff)
downloadaports-f10982dfca281d4ae71bf557018b09d8f743100f.tar.bz2
aports-f10982dfca281d4ae71bf557018b09d8f743100f.tar.xz
testing/py3-twine: rebuild against python 3.8
Diffstat (limited to 'testing/py3-twine')
-rw-r--r--testing/py3-twine/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-twine/APKBUILD b/testing/py3-twine/APKBUILD
index ca5351b893..150e051d9e 100644
--- a/testing/py3-twine/APKBUILD
+++ b/testing/py3-twine/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-twine
_pkgname=twine
pkgver=2.0.0
-pkgrel=0
+pkgrel=1
pkgdesc="Collection of utilities for publishing packages on PyPI"
options="!check" # Requires unpackaged 'pretend'
url="https://twine.readthedocs.io/en/latest/"