summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Isaac Yu2022-02-18 00:42:30 +0100
committer Willy Sudiarto Raharjo2022-02-19 05:20:36 +0100
commitcfde7e4e0cbb2d944918a4846a2b64d192dbe62d (patch)
tree56c9154f7afeff2aa89112523d3e76939499c41b /python
parent898142fa308aaec46a2e6e8d2efd396a80e344f6 (diff)
downloadslackbuilds-cfde7e4e0cbb2d944918a4846a2b64d192dbe62d.tar.gz
python/yarl: Update for 1.7.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/yarl/yarl.SlackBuild4
-rw-r--r--python/yarl/yarl.info8
2 files changed, 6 insertions, 6 deletions
diff --git a/python/yarl/yarl.SlackBuild b/python/yarl/yarl.SlackBuild
index f87dbf1ad7..ff0e8007a8 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 578c08fef5..fc63e4ee23 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"