python/python3-yarl: Updated for version 1.9.4

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jay Lanagan 2023-12-07 08:49:18 -05:00 committed by Willy Sudiarto Raharjo
parent c0981cb805
commit 292ff962cc
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-yarl
VERSION=${VERSION:-1.9.3}
VERSION=${VERSION:-1.9.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-yarl"
VERSION="1.9.3"
VERSION="1.9.4"
HOMEPAGE="https://yarl.readthedocs.io/en/stable/"
DOWNLOAD="https://github.com/aio-libs/yarl/archive/v1.9.3/yarl-1.9.3.tar.gz"
MD5SUM="9562cc899e8f00b54a035a6ed6c6b0b0"
DOWNLOAD="https://github.com/aio-libs/yarl/archive/v1.9.4/yarl-1.9.4.tar.gz"
MD5SUM="e6ecf73a67534e429519ce7978603e9c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-expandvars python3-multidict typing-extensions"