python/python3-aiohttp: Updated for version 3.7.4.post0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2021-04-16 17:30:09 +07:00 committed by Willy Sudiarto Raharjo
parent 76e0571f5d
commit 5bbbf4f14a
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python3-aiohttp
VERSION=${VERSION:-3.7.4}
VERSION=${VERSION:-3.7.4.post0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-aiohttp"
VERSION="3.7.4"
VERSION="3.7.4.post0"
HOMEPAGE="https://aiohttp.readthedocs.io/en/stable/"
DOWNLOAD="https://github.com/aio-libs/aiohttp/archive/v3.7.4/aiohttp-3.7.4.tar.gz"
MD5SUM="024c67c8e6ba529e11d7486411cc3cda"
DOWNLOAD="https://github.com/aio-libs/aiohttp/archive/v3.7.4.post0/aiohttp-3.7.4.post0.tar.gz"
MD5SUM="d643e1dcbb79acd27aaaa9af3fc1e210"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gunicorn async-timeout python3-attrs yarl python-chardet typing-extensions"