Browse Source
python/python3-yarl: Updated for version 1.13.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/249/head
Jay Lanagan
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/python3-yarl/python3-yarl.SlackBuild
-
python/python3-yarl/python3-yarl.info
|
|
@ -26,7 +26,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-yarl |
|
|
|
VERSION=${VERSION:-1.13.0} |
|
|
|
VERSION=${VERSION:-1.13.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-yarl" |
|
|
|
VERSION="1.13.0" |
|
|
|
VERSION="1.13.1" |
|
|
|
HOMEPAGE="https://yarl.readthedocs.io/en/stable/" |
|
|
|
DOWNLOAD="https://github.com/aio-libs/yarl/archive/v1.13.0/yarl-1.13.0.tar.gz" |
|
|
|
MD5SUM="e58a8ffa8980aea17d1a12577ab8d54b" |
|
|
|
DOWNLOAD="https://github.com/aio-libs/yarl/archive/v1.13.1/yarl-1.13.1.tar.gz" |
|
|
|
MD5SUM="09f9ebc64ead9641663bf1d81364b2b2" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-expandvars python3-multidict python3-typing-extensions" |
|
|
|