Hello community,
here is the log from the commit of package python-ansicolor for
openSUSE:Factory checked in at 2019-11-27 13:52:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ansicolor (Old)
and /work/SRC/openSUSE:Factory/.python-ansicolor.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ansicolor"
Wed Nov 27 13:52:21 2019 rev:4 rq:746356 version:0.2.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ansicolor/python-ansicolor.changes
2018-12-12 17:24:54.343149791 +0100
+++
/work/SRC/openSUSE:Factory/.python-ansicolor.new.26869/python-ansicolor.changes
2019-11-27 13:52:29.812412189 +0100
@@ -1,0 +2,5 @@
+Thu Nov 7 16:19:16 UTC 2019 - Matej Cepl <[email protected]>
+
+- Run through spec-cleaner
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ansicolor.spec ++++++
--- /var/tmp/diff_new_pack.YpRDK5/_old 2019-11-27 13:52:31.500410788 +0100
+++ /var/tmp/diff_new_pack.YpRDK5/_new 2019-11-27 13:52:31.504410785 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-ansicolor
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -17,22 +17,20 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+# For license file
+%define tag a5a5c31dc6de5c864a0c5684ae326972573a712b
Name: python-ansicolor
Version: 0.2.6
Release: 0
-# For license file
-%define tag a5a5c31dc6de5c864a0c5684ae326972573a712b
Summary: Python module for ANSI color output and colored highlighting
and diffing
License: Apache-2.0
-Group: Development/Languages/Python
-Url: https://github.com/numerodix/ansicolor
+URL: https://github.com/numerodix/ansicolor
Source:
https://files.pythonhosted.org/packages/source/a/ansicolor/ansicolor-%{version}.tar.gz
Source10:
https://raw.githubusercontent.com/numerodix/ansicolor/%{tag}/LICENSE
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
-
%python_subpackages
%description