python/python3-yarl: Updated for version 1.15.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jay Lanagan 2024-10-15 06:14:12 -04:00 committed by Willy Sudiarto Raharjo
parent 689ad4f29e
commit 2cd50205b8
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.14.0}
VERSION=${VERSION:-1.15.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-yarl"
VERSION="1.14.0"
VERSION="1.15.2"
HOMEPAGE="https://yarl.readthedocs.io/en/stable/"
DOWNLOAD="https://github.com/aio-libs/yarl/archive/v1.14.0/yarl-1.14.0.tar.gz"
MD5SUM="3b0bfa26a44908048ff3468b1136a895"
DOWNLOAD="https://github.com/aio-libs/yarl/archive/v1.15.2/yarl-1.15.2.tar.gz"
MD5SUM="6ef6de7be94644f12f42e5e783c34ca8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-expandvars python3-multidict python3-typing-extensions python3-propcache"