diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2023-11-29 07:18:49 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-30 10:49:38 +0700 |
commit | 2958eafa8337320402f9894ca7424bcc71e50da0 (patch) | |
tree | 277a57ff76f415e6763de50bad2c68d126fae155 /python/python3-aiohttp | |
parent | 957d0d13d26bac3c6ea30382556f4367415d44c2 (diff) |
python/python3-aiohttp: Updated for version 3.9.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-aiohttp')
-rw-r--r-- | python/python3-aiohttp/python3-aiohttp.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-aiohttp/python3-aiohttp.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-aiohttp/python3-aiohttp.SlackBuild b/python/python3-aiohttp/python3-aiohttp.SlackBuild index e044aa04473d..17e97a98724e 100644 --- a/python/python3-aiohttp/python3-aiohttp.SlackBuild +++ b/python/python3-aiohttp/python3-aiohttp.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-aiohttp -VERSION=${VERSION:-3.9.0} +VERSION=${VERSION:-3.9.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-aiohttp/python3-aiohttp.info b/python/python3-aiohttp/python3-aiohttp.info index 350245f1ee2a..338becb29e41 100644 --- a/python/python3-aiohttp/python3-aiohttp.info +++ b/python/python3-aiohttp/python3-aiohttp.info @@ -1,8 +1,8 @@ PRGNAM="python3-aiohttp" -VERSION="3.9.0" +VERSION="3.9.1" HOMEPAGE="https://aiohttp.readthedocs.io/en/stable/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-3.9.0.tar.gz" -MD5SUM="27775d87ad6a520d9d1f4e11f2688bc7" +DOWNLOAD="https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-3.9.1.tar.gz" +MD5SUM="264e1b4fbe9f09050523c03f4d9b5ee2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-async-timeout python3-attrs python3-yarl python3-aiosignal" |