diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-02-17 15:42:30 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-19 11:20:36 +0700 |
commit | cfde7e4e0cbb2d944918a4846a2b64d192dbe62d (patch) | |
tree | 56c9154f7afeff2aa89112523d3e76939499c41b /python/yarl | |
parent | 898142fa308aaec46a2e6e8d2efd396a80e344f6 (diff) |
python/yarl: Update for 1.7.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/yarl')
-rw-r--r-- | python/yarl/yarl.SlackBuild | 4 | ||||
-rw-r--r-- | python/yarl/yarl.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/yarl/yarl.SlackBuild b/python/yarl/yarl.SlackBuild index f87dbf1ad7cdd..ff0e8007a85cc 100644 --- a/python/yarl/yarl.SlackBuild +++ b/python/yarl/yarl.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Slackware build script for yarl # Copyright 2019-2022 Isaac Yu <isaacyu1@isaacyu1.com> @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=yarl -VERSION=${VERSION:-1.6.3} +VERSION=${VERSION:-1.7.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/yarl/yarl.info b/python/yarl/yarl.info index 578c08fef5853..fc63e4ee23db9 100644 --- a/python/yarl/yarl.info +++ b/python/yarl/yarl.info @@ -1,10 +1,10 @@ PRGNAM="yarl" -VERSION="1.6.3" +VERSION="1.7.2" HOMEPAGE="https://yarl.readthedocs.io/en/stable/" -DOWNLOAD="https://github.com/aio-libs/yarl/archive/v1.6.3/yarl-1.6.3.tar.gz" -MD5SUM="115325dfeec2efe9a507ea448617393a" +DOWNLOAD="https://github.com/aio-libs/yarl/archive/v1.7.2/yarl-1.7.2.tar.gz" +MD5SUM="fa4da1667783059e3c5ffde784f39b1b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-multidict typing-extensions" +REQUIRES="python3-multidict" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" |