summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/colored/README4
-rw-r--r--python/colored/colored.SlackBuild2
-rw-r--r--python/colored/colored.info6
3 files changed, 7 insertions, 5 deletions
diff --git a/python/colored/README b/python/colored/README
index b88c6ab2e0..d43d9adc18 100644
--- a/python/colored/README
+++ b/python/colored/README
@@ -1,2 +1,4 @@
Very simple Python library for color and formatting in terminal.
-Support Python 2 and 3.
+Collection of color codes and names for 256 color terminal setups.
+The following is a list of 256 colors for Xterm, containing an
+example of the displayed color, Xterm Name, Xterm Number and HEX.
diff --git a/python/colored/colored.SlackBuild b/python/colored/colored.SlackBuild
index 3d8d2bcd14..588d0a130f 100644
--- a/python/colored/colored.SlackBuild
+++ b/python/colored/colored.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=colored
-VERSION=${VERSION:-1.0.6}
+VERSION=${VERSION:-1.1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/colored/colored.info b/python/colored/colored.info
index ea7f224143..32e1705d5b 100644
--- a/python/colored/colored.info
+++ b/python/colored/colored.info
@@ -1,8 +1,8 @@
PRGNAM="colored"
-VERSION="1.0.6"
+VERSION="1.1.3"
HOMEPAGE="https://github.com/dslackw/colored"
-DOWNLOAD="https://github.com/dslackw/colored/archive/v1.0.6.tar.gz"
-MD5SUM="3b712a4efc38b9d758967805eff82828"
+DOWNLOAD="https://github.com/dslackw/colored/archive/v1.1.3.tar.gz"
+MD5SUM="398951bf9647e8f831d29fec445fd105"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""