Hello community,

here is the log from the commit of package python-ansicolor for 
openSUSE:Factory checked in at 2018-06-02 12:06:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ansicolor (Old)
 and      /work/SRC/openSUSE:Factory/.python-ansicolor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ansicolor"

Sat Jun  2 12:06:15 2018 rev:1 rq:612078 version:0.2.6

Changes:
--------
New Changes file:

--- /dev/null   2018-05-30 11:41:29.140556178 +0200
+++ /work/SRC/openSUSE:Factory/.python-ansicolor.new/python-ansicolor.changes   
2018-06-02 12:06:24.360626357 +0200
@@ -0,0 +1,13 @@
+-------------------------------------------------------------------
+Thu May 24 17:26:59 UTC 2018 - [email protected]
+
+- Update to version 0.2.6
+  * First version supporting Python 3.4!
+- Update to version 0.2.5
+  * ansicolor.highlight_string accepts a new kwarg colors. color has been 
deprecated.
+- Spec file cleanups
+
+-------------------------------------------------------------------
+Fri Oct 20 16:13:04 UTC 2017 - [email protected]
+
+- initial version

New:
----
  LICENSE
  ansicolor-0.2.6.tar.gz
  python-ansicolor.changes
  python-ansicolor.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-ansicolor.spec ++++++
#
# spec file for package python-ansicolor
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-ansicolor
Version:        0.2.6
# For license file
%define tag     a5a5c31dc6de5c864a0c5684ae326972573a712b
Release:        0
License:        Apache-2.0
Summary:        ANSI color output and colored highlighting and diffing
Url:            https://github.com/numerodix/ansicolor
Group:          Development/Languages/Python
Source:         
https://files.pythonhosted.org/packages/source/a/ansicolor/ansicolor-%{version}.tar.gz
Source10:       
https://raw.githubusercontent.com/numerodix/ansicolor/%{tag}/LICENSE
BuildRequires:  python-rpm-macros
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildArch:      noarch

%python_subpackages

%description
Ansicolor is a library that makes it easy to use ANSI color markup in
command line programs.

%prep
%setup -q -n ansicolor-%{version}
cp %{SOURCE10} .

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/*

%changelog
++++++ LICENSE ++++++
Copyright 2008-2014 Martin Matusiak

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

Reply via email to