python/python3-aiohttp: Updated for version 3.10.0.

This now requires new approved upload dep "python3-aiohappyeyeballs" which has been added to REQUIRES.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jay Lanagan 2024-08-01 05:31:48 -04:00 committed by Willy Sudiarto Raharjo
parent e02bc5d189
commit b84478dfe2
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 6 deletions

View File

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-aiohttp
VERSION=${VERSION:-3.9.5}
VERSION=${VERSION:-3.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -65,7 +65,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python3 setup.py install --root=$PKG
python3 -m build --wheel --no-isolation
python3 -m installer --destdir=$PKG dist/*.whl
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View File

@ -1,10 +1,10 @@
PRGNAM="python3-aiohttp"
VERSION="3.9.5"
VERSION="3.10.0"
HOMEPAGE="https://aiohttp.readthedocs.io/en/stable/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-3.9.5.tar.gz"
MD5SUM="14829a5ea507c8219e3f679fceeb5585"
DOWNLOAD="https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-3.10.0.tar.gz"
MD5SUM="c2d17f4042a99068c6506d825f823ccb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-async-timeout python3-attrs python3-yarl python3-aiosignal"
REQUIRES="python3-aiohappyeyeballs python3-aiosignal python3-async-timeout python3-attrs python3-yarl"
MAINTAINER="Jay Lanagan"
EMAIL="j@lngn.net"