summaryrefslogtreecommitdiffstats
path: root/libraries/python3-PyYAML
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2019-03-04 00:55:24 +0100
committer Willy Sudiarto Raharjo2019-03-16 00:53:12 +0100
commit7b9b670784717ea9951efb4f03c1da11659dfe13 (patch)
treeb9761c2f97fc767b56c9b0e6352351cddc3279a5 /libraries/python3-PyYAML
parentfcb4adf2acb66a43563cec883c9882a67c565cc5 (diff)
downloadslackbuilds-7b9b670784717ea9951efb4f03c1da11659dfe13.tar.gz
libraries/python3-PyYAML: Updated for version 3.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/python3-PyYAML')
-rw-r--r--libraries/python3-PyYAML/python3-PyYAML.SlackBuild4
-rw-r--r--libraries/python3-PyYAML/python3-PyYAML.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/python3-PyYAML/python3-PyYAML.SlackBuild b/libraries/python3-PyYAML/python3-PyYAML.SlackBuild
index 122e48a60e..190aa2cc95 100644
--- a/libraries/python3-PyYAML/python3-PyYAML.SlackBuild
+++ b/libraries/python3-PyYAML/python3-PyYAML.SlackBuild
@@ -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}
diff --git a/libraries/python3-PyYAML/python3-PyYAML.info b/libraries/python3-PyYAML/python3-PyYAML.info
index ed9e0e316f..e270a28575 100644
--- a/libraries/python3-PyYAML/python3-PyYAML.info
+++ b/libraries/python3-PyYAML/python3-PyYAML.info
@@ -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"