diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2017-05-11 12:30:00 +0000 |
---|---|---|
committer | Shiz <hi@shiz.me> | 2017-05-13 01:52:15 +0200 |
commit | 0ac8fccd936f941f52dd493e42301b6965ce1d76 (patch) | |
tree | 2c7777cf10f36c1b10e331e95543ef9dc2032e32 /community/py3-async-timeout | |
parent | fed4ab7d5901338c55b0a687f75149f9dbcd64c2 (diff) | |
download | aports-0ac8fccd936f941f52dd493e42301b6965ce1d76.tar.bz2 aports-0ac8fccd936f941f52dd493e42301b6965ce1d76.tar.xz |
community/py3-async-timeout: upgrade to 1.2.1
Diffstat (limited to 'community/py3-async-timeout')
-rw-r--r-- | community/py3-async-timeout/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-async-timeout/APKBUILD b/community/py3-async-timeout/APKBUILD index 9a3b26c57b..6cd3ab0cd6 100644 --- a/community/py3-async-timeout/APKBUILD +++ b/community/py3-async-timeout/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-async-timeout _pkgname=async-timeout -pkgver=1.2.0 +pkgver=1.2.1 pkgrel=0 pkgdesc="Timeout context manager for asyncio programs" url="https://pypi.python.org/pypi/async_timeout" @@ -23,4 +23,4 @@ package() { python3 setup.py install --root="$pkgdir" } -sha512sums="81a8d3fd8a6756335ce7ea292afd0ba508ea120482dfc4526017dbf6ee809e6828818653be25dee123e8626fc89cc49cfbcff41748ec950b8797b2bb21f262db py3-async-timeout-1.2.0.tar.gz" +sha512sums="2072caeb65a74f1a24b59a4ea905ef96d70f8fb117e3dd9c95c1107b1d67ffaa4d76b68f00364049e6e29cdb0a6d247ba0c3638ccd0a8db27bd6ee0f180f9ccb py3-async-timeout-1.2.1.tar.gz" |