diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2024-10-09 03:44:19 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-11 11:48:46 +0700 |
commit | 6db67dbd2c71fc6b4f32cdf41c4703142801b385 (patch) | |
tree | e78e5c8851c7a6c3bacd71c3cff24f16b90f0fac /python | |
parent | 28329e97e142844e9d1ca403c21086dbd9208409 (diff) |
python/python3-yarl: Updated for version 1.14.0.
requires new approved/submitted dep "python3-propcache" https://git.slackbuilds.org/slackbuilds/commit/?id=30909877a (will build without).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-yarl/python3-yarl.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-yarl/python3-yarl.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-yarl/python3-yarl.SlackBuild b/python/python3-yarl/python3-yarl.SlackBuild index 1b282d02a97d..1a417e2bb302 100644 --- a/python/python3-yarl/python3-yarl.SlackBuild +++ b/python/python3-yarl/python3-yarl.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-yarl -VERSION=${VERSION:-1.13.1} +VERSION=${VERSION:-1.14.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-yarl/python3-yarl.info b/python/python3-yarl/python3-yarl.info index e272de7ff3d1..646718a2abe3 100644 --- a/python/python3-yarl/python3-yarl.info +++ b/python/python3-yarl/python3-yarl.info @@ -1,10 +1,10 @@ PRGNAM="python3-yarl" -VERSION="1.13.1" +VERSION="1.14.0" HOMEPAGE="https://yarl.readthedocs.io/en/stable/" -DOWNLOAD="https://github.com/aio-libs/yarl/archive/v1.13.1/yarl-1.13.1.tar.gz" -MD5SUM="09f9ebc64ead9641663bf1d81364b2b2" +DOWNLOAD="https://github.com/aio-libs/yarl/archive/v1.14.0/yarl-1.14.0.tar.gz" +MD5SUM="3b0bfa26a44908048ff3468b1136a895" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-expandvars python3-multidict python3-typing-extensions" +REQUIRES="python3-expandvars python3-multidict python3-typing-extensions python3-propcache" MAINTAINER="Jay Lanagan" EMAIL="j@lngn.net" |