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:
parent
0171ac7fa5
commit
5e0e9ccc53
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 20 10:41:33 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- 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 <tchvatal@suse.com>
|
||||
|
||||
|
@ -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}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e18112a230ddaac5f6d82f46d96facbd78545e8ca27651ced31228c6eb24fe34
|
||||
size 9586
|
3
v0.0.5.tar.gz
Normal file
3
v0.0.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b81949a49352ea3227ac7899f32921ae27f541d49e48d21bdd1232cf9c9cbdf4
|
||||
size 8578
|
Loading…
x
Reference in New Issue
Block a user