diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-02-12 12:42:20 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 10:06:39 +0700 |
commit | a9956027d411179abde76e6187d74f330e954982 (patch) | |
tree | 15aa0b6080453379c7dbcbbdbd7d102305bb34c8 /python | |
parent | a02b9d7340356b4586dcd3380b71cdf372e560ba (diff) |
python/python3-aiohttp: Updated for version 3.8.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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, 5 insertions, 8 deletions
diff --git a/python/python3-aiohttp/python3-aiohttp.SlackBuild b/python/python3-aiohttp/python3-aiohttp.SlackBuild index 9d8c19e4a8d2..911e7223266c 100644 --- a/python/python3-aiohttp/python3-aiohttp.SlackBuild +++ b/python/python3-aiohttp/python3-aiohttp.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for python3-aiohttp -# Copyright 2019-2022 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2019-2023 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-aiohttp -VERSION=${VERSION:-3.8.3} +VERSION=${VERSION:-3.8.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/python/python3-aiohttp/python3-aiohttp.info b/python/python3-aiohttp/python3-aiohttp.info index 17f21491ae79..fbe6c370547a 100644 --- a/python/python3-aiohttp/python3-aiohttp.info +++ b/python/python3-aiohttp/python3-aiohttp.info @@ -1,8 +1,8 @@ PRGNAM="python3-aiohttp" -VERSION="3.8.3" +VERSION="3.8.4" HOMEPAGE="https://aiohttp.readthedocs.io/en/stable/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-3.8.3.tar.gz" -MD5SUM="642653db642be1508e50fcdeafe0f928" +DOWNLOAD="https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-3.8.4.tar.gz" +MD5SUM="8208bc4b519ac4520720577f93561855" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="async-timeout python3-attrs yarl aiosignal" |