diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2017-03-19 11:14:20 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-03-20 11:52:52 +0000 |
commit | 5426fcad65f1da1c20a079629cf0a2ec49cd349b (patch) | |
tree | 5809120136c09d3f5518cb82f24c874fd0b2da6f /community/py3-async-timeout | |
parent | 1c7680cb2944fa446f9416a99d2a4d8884ab1c9c (diff) | |
download | aports-5426fcad65f1da1c20a079629cf0a2ec49cd349b.tar.bz2 aports-5426fcad65f1da1c20a079629cf0a2ec49cd349b.tar.xz |
community/py3-async-timeout: upgrade to 1.2.0
Diffstat (limited to 'community/py3-async-timeout')
-rw-r--r-- | community/py3-async-timeout/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/community/py3-async-timeout/APKBUILD b/community/py3-async-timeout/APKBUILD index de0c2b54ec..9a3b26c57b 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=1.1.0 -pkgrel=1 +pkgver=1.2.0 +pkgrel=0 pkgdesc="Timeout context manager for asyncio programs" url="https://pypi.python.org/pypi/async_timeout" arch="noarch" @@ -23,6 +23,4 @@ package() { python3 setup.py install --root="$pkgdir" } -md5sums="8c3565e165266dd7710a76f50ae44319 py3-async-timeout-1.1.0.tar.gz" -sha256sums="b88bd1fe001b800ec23c7bf27a81b32819e2a56668e9fba5646a7f3618143081 py3-async-timeout-1.1.0.tar.gz" -sha512sums="7132b0616052623c17d7a541051f3e759f8dc87f9ff1730585a1010bc6e139c24d5b8835431749d695fde56fb465f22094ec3f98f5f95b0b7664ec9e1f990cac py3-async-timeout-1.1.0.tar.gz" +sha512sums="81a8d3fd8a6756335ce7ea292afd0ba508ea120482dfc4526017dbf6ee809e6828818653be25dee123e8626fc89cc49cfbcff41748ec950b8797b2bb21f262db py3-async-timeout-1.2.0.tar.gz" |