diff options
author | Fabian Affolter <mail@fabian-affolter.ch> | 2018-10-14 12:02:17 +0000 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-10-14 14:41:49 +0200 |
commit | 612e303866c8e8e7fb444de1359c5104085925d2 (patch) | |
tree | 733b1ad8048dd8836371ac39d390e581a2bf5e94 /community/py3-async-timeout | |
parent | 671e132c84f480777075ac92cf97c80a8ed6f00a (diff) | |
download | aports-612e303866c8e8e7fb444de1359c5104085925d2.tar.bz2 aports-612e303866c8e8e7fb444de1359c5104085925d2.tar.xz |
community/py3-async-timeout: upgrade to 3.0.1
Diffstat (limited to 'community/py3-async-timeout')
-rw-r--r-- | community/py3-async-timeout/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-async-timeout/APKBUILD b/community/py3-async-timeout/APKBUILD index ab49bc0c97..055971faf6 100644 --- a/community/py3-async-timeout/APKBUILD +++ b/community/py3-async-timeout/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-async-timeout _pkgname=async-timeout -pkgver=3.0.0 -pkgrel=1 +pkgver=3.0.1 +pkgrel=0 pkgdesc="Timeout context manager for asyncio programs" url="https://pypi.python.org/pypi/async_timeout" arch="noarch" @@ -28,4 +28,4 @@ package() { python3 setup.py install --root="$pkgdir" } -sha512sums="17df44da4d6038dcfa30b1394bcffbe9a31470c45fcd20c21da8dbea154fd2d508afafb19ce4da7f65422057e3a141be2bd9171d0a385556814759da0fb0496f py3-async-timeout-3.0.0.tar.gz" +sha512sums="fd30842671a79edfd52c7350e7fb2120533a6d97b44975f7b071ce2cbde43443bd5bbe1f2ad0ad3ab2156e1987b9e58e0c149b0ecfea8674eb0cb78eee79c986 py3-async-timeout-3.0.1.tar.gz" |