python/python3-aiohttp: Updated for version 3.10.10.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jay Lanagan 2024-10-15 06:19:55 -04:00 committed by Willy Sudiarto Raharjo
parent 2cd50205b8
commit b0eb17a159
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-aiohttp
VERSION=${VERSION:-3.10.9}
VERSION=${VERSION:-3.10.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-aiohttp"
VERSION="3.10.9"
VERSION="3.10.10"
HOMEPAGE="https://aiohttp.readthedocs.io/en/stable/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-3.10.9.tar.gz"
MD5SUM="887aab9d024b90084f251c28f6c0a752"
DOWNLOAD="https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-3.10.10.tar.gz"
MD5SUM="fa0526dab4bf4b755537ae5718a43e25"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-aiohappyeyeballs python3-aiosignal python3-async-timeout python3-attrs python3-yarl"