diff --git a/python-pygments-ansi-color.changes b/python-pygments-ansi-color.changes index 928c0a6..0b9b354 100644 --- a/python-pygments-ansi-color.changes +++ b/python-pygments-ansi-color.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Mar 20 10:41:33 UTC 2020 - Marketa Calabkova + +- Update to 0.0.5 + * Replace hardcoded 256 color palette with some math + * Add support for faint + ------------------------------------------------------------------- Mon Sep 9 14:14:19 UTC 2019 - Tomáš Chvátal diff --git a/python-pygments-ansi-color.spec b/python-pygments-ansi-color.spec index 04921c9..7654e88 100644 --- a/python-pygments-ansi-color.spec +++ b/python-pygments-ansi-color.spec @@ -1,7 +1,7 @@ # # spec file for package python-pygments-ansi-color # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pygments-ansi-color -Version: 0.0.3 +Version: 0.0.5 Release: 0 Summary: ANSI color-code highlighting for Pygments License: Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/chriskuehl/pygments-ansi-color +URL: https://github.com/chriskuehl/pygments-ansi-color Source: https://github.com/chriskuehl/pygments-ansi-color/archive/v%{version}.tar.gz BuildRequires: %{python_module pygments} BuildRequires: %{python_module pytest} diff --git a/v0.0.3.tar.gz b/v0.0.3.tar.gz deleted file mode 100644 index 1be534c..0000000 --- a/v0.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e18112a230ddaac5f6d82f46d96facbd78545e8ca27651ced31228c6eb24fe34 -size 9586 diff --git a/v0.0.5.tar.gz b/v0.0.5.tar.gz new file mode 100644 index 0000000..51dc0e4 --- /dev/null +++ b/v0.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b81949a49352ea3227ac7899f32921ae27f541d49e48d21bdd1232cf9c9cbdf4 +size 8578