python/python3-yarl: Updated for version 1.9.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c0981cb805
commit
292ff962cc
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-yarl
|
||||
VERSION=${VERSION:-1.9.3}
|
||||
VERSION=${VERSION:-1.9.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-yarl"
|
||||
VERSION="1.9.3"
|
||||
VERSION="1.9.4"
|
||||
HOMEPAGE="https://yarl.readthedocs.io/en/stable/"
|
||||
DOWNLOAD="https://github.com/aio-libs/yarl/archive/v1.9.3/yarl-1.9.3.tar.gz"
|
||||
MD5SUM="9562cc899e8f00b54a035a6ed6c6b0b0"
|
||||
DOWNLOAD="https://github.com/aio-libs/yarl/archive/v1.9.4/yarl-1.9.4.tar.gz"
|
||||
MD5SUM="e6ecf73a67534e429519ce7978603e9c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-expandvars python3-multidict typing-extensions"
|
||||
|
|
Loading…
Reference in New Issue