diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-03 08:58:30 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-03 09:03:32 +0100 |
commit | 9fd9d94e8071e3947db2350c4977b4534c6cbfd4 (patch) | |
tree | 879bde7306ab306ad968c04f3afd5bc697e9b1d7 | |
parent | 0464a5a7459a3adb75bf333a84efc58b66bcbeab (diff) | |
download | aports-9fd9d94e8071e3947db2350c4977b4534c6cbfd4.tar.bz2 aports-9fd9d94e8071e3947db2350c4977b4534c6cbfd4.tar.xz |
main/py3-wheel: upgrade to 0.34.2
-rw-r--r-- | main/py3-wheel/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py3-wheel/APKBUILD b/main/py3-wheel/APKBUILD index cf23eaedcb..b278363cc6 100644 --- a/main/py3-wheel/APKBUILD +++ b/main/py3-wheel/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Antoine Fontaine <antoine.fontaine@epfl.ch> pkgname="py3-wheel" _pyname="wheel" -pkgver="0.33.6" +pkgver="0.34.2" pkgrel=0 pkgdesc="A built-package format for Python" url="https://github.com/pypa/wheel" @@ -27,4 +27,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" install -Dm 0644 "$srcdir"/$_pyname-$pkgver/docs/index.rst "$pkgdir/usr/share/doc/py3-wheel" } -sha512sums="887020c543ce7720c37f4d52f3f482365203ccb232d29c780d5593758c60997ac5383ea4724d4dc0b7237e2366f3d98a28773c18d15d6f7e898721cd6ac94cc6 wheel-0.33.6.tar.gz" +sha512sums="7f2143b26812f94330671ab5d2bbc31f0a4fc103dbc8d7b971afd5e5ca7e72140cb61fa264a39ec8e80bae61ebb22c738bfbb803242b52a32eee6a3e90aa1513 wheel-0.34.2.tar.gz" |