14
0

Accepting request 786811 from home:mcalabkova:branches:devel:languages:python

- Update to 0.0.5
  * Replace hardcoded 256 color palette with some math
  * Add support for faint

OBS-URL: https://build.opensuse.org/request/show/786811
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygments-ansi-color?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2020-03-20 11:04:12 +00:00
committed by Git OBS Bridge
parent 0171ac7fa5
commit 5e0e9ccc53
4 changed files with 13 additions and 6 deletions

View File

@@ -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}