diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-07-24 16:15:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-24 16:15:11 +0700 |
commit | 9a6e986b892470e6290ac80cf393849937133790 (patch) | |
tree | 7fa89b11dec688324de8a6415bd08fe17e51835c /python/colored | |
parent | 59d5d43db919b90d807b41b6ab6786313eb3e2ed (diff) | |
download | slackbuilds-9a6e986b892470e6290ac80cf393849937133790.tar.gz |
python/colored: Updated for version 1.1.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/colored')
-rw-r--r-- | python/colored/README | 4 | ||||
-rw-r--r-- | python/colored/colored.SlackBuild | 2 | ||||
-rw-r--r-- | python/colored/colored.info | 6 |
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="" |