summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Dimitris Zlatanidis2018-07-06 21:50:09 +0200
committer Willy Sudiarto Raharjo2018-07-07 01:54:23 +0200
commit2b8710b75eb05f5951fd42450f0cc3395385a1c0 (patch)
tree3dec30782ec18f44516c267c5432577ca8ecb5a2 /python
parentf1202b5eb28aba79abdd755b6c908905a9c8dbce (diff)
downloadslackbuilds-2b8710b75eb05f5951fd42450f0cc3395385a1c0.tar.gz
python/colored: Updated for version 1.3.93.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/colored/colored.SlackBuild6
-rw-r--r--python/colored/colored.info8
-rw-r--r--python/colored/slack-desc2
3 files changed, 8 insertions, 8 deletions
diff --git a/python/colored/colored.SlackBuild b/python/colored/colored.SlackBuild
index 1569f7ae2e..72d7d494b9 100644
--- a/python/colored/colored.SlackBuild
+++ b/python/colored/colored.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for colored
-# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2018 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=colored
-VERSION=${VERSION:-1.3.5}
+VERSION=${VERSION:-1.3.93}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,7 +80,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a README.rst CHANGELOG LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a README.rst CHANGES.md LICENSE.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/python/colored/colored.info b/python/colored/colored.info
index bfd0abcdc7..70f3a7fef4 100644
--- a/python/colored/colored.info
+++ b/python/colored/colored.info
@@ -1,8 +1,8 @@
PRGNAM="colored"
-VERSION="1.3.5"
-HOMEPAGE="https://github.com/dslackw/colored"
-DOWNLOAD="https://pypi.python.org/packages/19/be/85e6c8c1fd9b3d15d4500531ccbb164854d427690ad41c9ce9222ccabaf5/colored-1.3.5.tar.gz"
-MD5SUM="01c57890278b5e52b0d027fb54614b52"
+VERSION="1.3.93"
+HOMEPAGE="https://gitlab.com/dslackw/colored"
+DOWNLOAD="https://files.pythonhosted.org/packages/58/07/636616667b47d3115b0288311511c5fb446d0e499036b7db858704c89066/colored-1.3.93.tar.gz"
+MD5SUM="330235b4cb2826b94204c7175c35404e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/python/colored/slack-desc b/python/colored/slack-desc
index 10a42b856f..5c3fe0c643 100644
--- a/python/colored/slack-desc
+++ b/python/colored/slack-desc
@@ -11,7 +11,7 @@ colored:
colored: Very simple Python library for color and formatting in terminal.
colored: Support Python 2 and 3.
colored:
-colored: Homepage: https://github.com/dslackw/colored
+colored: Homepage: https://gitlab.com/dslackw/colored
colored:
colored:
colored: