libraries/python3-PyYAML: Updated for version 3.13.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2019-03-04 06:55:24 +07:00
parent fcb4adf2ac
commit 7b9b670784
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for python-PyYAML
# Copyright 2010 David Woodfall <dave@dawoodfall.net>
# Copyright 2015 Jeremy Hansen <jebrhansen+SBo -at- gmail.com>
# Copyright 2015-2019 Jeremy Hansen <jebrhansen+SBo -at- gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,7 +26,7 @@
PRGNAM=python3-PyYAML
SRCNAM=PyYAML
VERSION=${VERSION:-3.11}
VERSION=${VERSION:-3.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-PyYAML"
VERSION="3.11"
VERSION="3.13"
HOMEPAGE="https://pyyaml.org/"
DOWNLOAD="https://pyyaml.org/download/pyyaml/PyYAML-3.11.tar.gz"
MD5SUM="f50e08ef0fe55178479d3a618efe21db"
DOWNLOAD="https://pyyaml.org/download/pyyaml/PyYAML-3.13.tar.gz"
MD5SUM="b78b96636d68ac581c0e2f38158c224f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"