diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2021-02-13 01:31:51 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-14 06:27:54 +0700 |
commit | fe81e5152101647c16af1e70790e507baf7c003c (patch) | |
tree | 5b5461c15a6db6c59a9152119e41d85443feb3bf /python | |
parent | f5e03ac84adc0e22cd561c221f6af6a9530de946 (diff) | |
download | slackbuilds-fe81e5152101647c16af1e70790e507baf7c003c.tar.gz |
python/python3-aiohttp: Updated for version 3.7.3.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-aiohttp/python3-aiohttp.SlackBuild | 7 | ||||
-rw-r--r-- | python/python3-aiohttp/python3-aiohttp.info | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/python/python3-aiohttp/python3-aiohttp.SlackBuild b/python/python3-aiohttp/python3-aiohttp.SlackBuild index 8819ca5110..fbb43cc567 100644 --- a/python/python3-aiohttp/python3-aiohttp.SlackBuild +++ b/python/python3-aiohttp/python3-aiohttp.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for python3-aiohttp -# Copyright 2019 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2019-2021 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,11 +22,12 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python3-aiohttp -SRCNAM=aiohttp -VERSION=${VERSION:-3.6.2} +VERSION=${VERSION:-3.7.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +SRCNAM=aiohttp + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; diff --git a/python/python3-aiohttp/python3-aiohttp.info b/python/python3-aiohttp/python3-aiohttp.info index d3eb30eb5e..22dd719fb1 100644 --- a/python/python3-aiohttp/python3-aiohttp.info +++ b/python/python3-aiohttp/python3-aiohttp.info @@ -1,8 +1,8 @@ PRGNAM="python3-aiohttp" -VERSION="3.6.2" +VERSION="3.7.3" HOMEPAGE="https://aiohttp.readthedocs.io/en/stable/" -DOWNLOAD="https://github.com/aio-libs/aiohttp/archive/v3.6.2/aiohttp-3.6.2.tar.gz" -MD5SUM="9db66b5263e8fc5a11676c59491df508" +DOWNLOAD="https://github.com/aio-libs/aiohttp/archive/v3.7.3/aiohttp-3.7.3.tar.gz" +MD5SUM="ac8004197471d547fb3d857df70f7bea" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gunicorn async-timeout python3-attrs yarl" |