summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com>2024-04-16 02:14:07 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-04-17 09:56:46 +0700
commit792785f50d1778c765e749a2a48fe6c6aabaf179 (patch)
tree5414c16c752ef602c9fb7d7294a6270f778368d3 /python
parentfeafffb53c3ac6c318cb2ffb57a45dc495c05d52 (diff)
downloadslackbuilds-792785f50d1778c765e749a2a48fe6c6aabaf179.tar.gz
slackbuilds-792785f50d1778c765e749a2a48fe6c6aabaf179.tar.xz
python/python3-aiohttp: Updated for version 3.9.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-aiohttp/python3-aiohttp.SlackBuild4
-rw-r--r--python/python3-aiohttp/python3-aiohttp.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-aiohttp/python3-aiohttp.SlackBuild b/python/python3-aiohttp/python3-aiohttp.SlackBuild
index d690ebabe5..691040d5f7 100644
--- a/python/python3-aiohttp/python3-aiohttp.SlackBuild
+++ b/python/python3-aiohttp/python3-aiohttp.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for python3-aiohttp
# Copyright 2019-2023 Isaac Yu <isaacyu@protonmail.com>
-# Maintained 2023 by Jay Lanagan (j@lngn.net), Detroit, MI, USA.
+# Maintained 2023-2024 by Jay Lanagan (j@lngn.net), Detroit, MI, USA.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-aiohttp
-VERSION=${VERSION:-3.9.3}
+VERSION=${VERSION:-3.9.4}
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 9fac7ef8c9..63c489598d 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.3"
+VERSION="3.9.4"
HOMEPAGE="https://aiohttp.readthedocs.io/en/stable/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-3.9.3.tar.gz"
-MD5SUM="f237bcac4ade112b9e7c4b1098197244"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-3.9.4.tar.gz"
+MD5SUM="f833062e805c0f3cf42a720b969d649c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-async-timeout python3-attrs python3-yarl python3-aiosignal"