summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Dimitris Zlatanidis2016-01-11 08:04:35 +0100
committer Dimitris Zlatanidis2016-01-11 08:04:35 +0100
commit9a4a6d2af42ccad1a9e328e4c807a92885b0ea3b (patch)
treeddcab0f4b31864673d821feac1aa4584f7d07f84 /python
parentdb68887d0b638fff559b60d617cb95a8c9f4ba73 (diff)
downloadslackbuilds-9a4a6d2af42ccad1a9e328e4c807a92885b0ea3b.tar.gz
python/wcwidth: Updated for version 0.1.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/wcwidth/wcwidth.SlackBuild4
-rw-r--r--python/wcwidth/wcwidth.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/wcwidth/wcwidth.SlackBuild b/python/wcwidth/wcwidth.SlackBuild
index 050581b9ce..3ff55abf03 100644
--- a/python/wcwidth/wcwidth.SlackBuild
+++ b/python/wcwidth/wcwidth.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for wcwidth
-# Copyright 2015 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2015-2016 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wcwidth
-VERSION=${VERSION:-0.1.4}
+VERSION=${VERSION:-0.1.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/wcwidth/wcwidth.info b/python/wcwidth/wcwidth.info
index 3b885a0a2f..c92c715368 100644
--- a/python/wcwidth/wcwidth.info
+++ b/python/wcwidth/wcwidth.info
@@ -1,8 +1,8 @@
PRGNAM="wcwidth"
-VERSION="0.1.4"
+VERSION="0.1.6"
HOMEPAGE="https://github.com/jquast/wcwidth"
-DOWNLOAD="https://pypi.python.org/packages/source/w/wcwidth/wcwidth-0.1.4.tar.gz"
-MD5SUM="4fb1d2481c5a849e57ad3fa7018ccbae"
+DOWNLOAD="https://pypi.python.org/packages/source/w/wcwidth/wcwidth-0.1.6.tar.gz"
+MD5SUM="53031c6d6490d65c1de601595cff835f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools"