diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-19 08:29:33 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-19 08:32:31 +0100 |
commit | 968018d13c3150636c8baeb50ee70cc8e1cd8e16 (patch) | |
tree | 7013c6e0d56ac8415fd8a21ffcd6de0f6a6817cb /testing/py3-twine | |
parent | ac6222ba39c937d997d63276b991265ff1cbf113 (diff) | |
download | aports-968018d13c3150636c8baeb50ee70cc8e1cd8e16.tar.bz2 aports-968018d13c3150636c8baeb50ee70cc8e1cd8e16.tar.xz |
testing/py3-twine: upgrade to 3.0.0
Diffstat (limited to 'testing/py3-twine')
-rw-r--r-- | testing/py3-twine/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-twine/APKBUILD b/testing/py3-twine/APKBUILD index 150e051d9e..59711ec73e 100644 --- a/testing/py3-twine/APKBUILD +++ b/testing/py3-twine/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-twine _pkgname=twine -pkgver=2.0.0 -pkgrel=1 +pkgver=3.0.0 +pkgrel=0 pkgdesc="Collection of utilities for publishing packages on PyPI" options="!check" # Requires unpackaged 'pretend' url="https://twine.readthedocs.io/en/latest/" @@ -34,4 +34,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="c7db20800191accf3324b959a9ddeef3c35141cde77de9788b239fe764006dd20b8236c2cbd23192af2ac592567e6c917896e1402dfa96b964699aefb636968d twine-2.0.0.tar.gz" +sha512sums="fdbb3c2a457327168d462cd391d32324edd05e6a4681901c24c3800ea23d0b344ec8af2cc8aecf6bbf948498bdfefb7784941fc5ae3012a7f231649377f2dcfe twine-3.0.0.tar.gz" |