summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2019-11-17 02:17:48 +0100
committer Willy Sudiarto Raharjo2019-11-23 10:01:59 +0100
commit89f5a85276372dd2c496ad502b9b23420988d29e (patch)
treedf61936ad6d3e522ee2e0c5044fb0f9cf848fd8c /python
parentde88d7b34b8a49f5a602c00f448d5d564ff0083e (diff)
downloadslackbuilds-89f5a85276372dd2c496ad502b9b23420988d29e.tar.gz
python/python3-six: Updated for version 1.13.0.
Diffstat (limited to 'python')
-rw-r--r--python/python3-six/python3-six.SlackBuild4
-rw-r--r--python/python3-six/python3-six.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-six/python3-six.SlackBuild b/python/python3-six/python3-six.SlackBuild
index 880c9ba3fd..df8c49960a 100644
--- a/python/python3-six/python3-six.SlackBuild
+++ b/python/python3-six/python3-six.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for python3-six
# Copyright 2012-2015 Larry Hajali <larryhaja[at]gmail[dot]com>
-# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
SRCNAM=six
PRGNAM=python3-$SRCNAM
-VERSION=${VERSION:-1.12.0}
+VERSION=${VERSION:-1.13.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python3-six/python3-six.info b/python/python3-six/python3-six.info
index ee9915a855..87504ba7b6 100644
--- a/python/python3-six/python3-six.info
+++ b/python/python3-six/python3-six.info
@@ -1,8 +1,8 @@
PRGNAM="python3-six"
-VERSION="1.12.0"
+VERSION="1.13.0"
HOMEPAGE="https://pypi.python.org/pypi/six/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/s/six/six-1.12.0.tar.gz"
-MD5SUM="9ae5d1feed8c0215f4ae4adcd9207fcb"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/s/six/six-1.13.0.tar.gz"
+MD5SUM="e92c23c882c7d5564ce5773fe31b2771"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"