diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2024-09-25 09:09:33 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-27 23:12:12 +0700 |
commit | a2c847eac65a91c2aca26e702ab1e98b34223451 (patch) | |
tree | 62d4c2980f6967e645c158c80933b5d60c559cdb /python | |
parent | bf5174b560ca6d4292aead2ea8883f4d3384effa (diff) |
python/python3-yarl: Updated for version 1.12.1.
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 | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-yarl/python3-yarl.SlackBuild b/python/python3-yarl/python3-yarl.SlackBuild index b75fede5e6658..2bf9c6a0e6370 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.11.1} +VERSION=${VERSION:-1.12.1} 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 828e2d9e817ee..2fd006891a1c9 100644 --- a/python/python3-yarl/python3-yarl.info +++ b/python/python3-yarl/python3-yarl.info @@ -1,8 +1,8 @@ PRGNAM="python3-yarl" -VERSION="1.11.1" +VERSION="1.12.1" HOMEPAGE="https://yarl.readthedocs.io/en/stable/" -DOWNLOAD="https://github.com/aio-libs/yarl/archive/v1.11.1/yarl-1.11.1.tar.gz" -MD5SUM="5b4a674a38a6dfc12303492bce8f7b1a" +DOWNLOAD="https://github.com/aio-libs/yarl/archive/v1.12.1/yarl-1.12.1.tar.gz" +MD5SUM="d6ce1733c62146e2b8f2ddffd57bab62" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-expandvars python3-multidict python3-typing-extensions" |