From 63cd5bd5a0ea4eb20d06877f287a9c529d9ba3063be2e5bcbd466c2e9083e6ea Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 13:50:24 +0000 Subject: [PATCH 1/2] Fix %pytest call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ansicolor?expand=0&rev=10 --- python-ansicolor.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ansicolor.spec b/python-ansicolor.spec index f6edb8b..b4a44cb 100644 --- a/python-ansicolor.spec +++ b/python-ansicolor.spec @@ -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 From b3fca4e53d5841d3208b5c473fda3480cf74a7238a2054d40d7e3d08296a027a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 7 Nov 2019 16:19:41 +0000 Subject: [PATCH 2/2] Run through spec-cleaner OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ansicolor?expand=0&rev=11 --- python-ansicolor.changes | 5 +++++ python-ansicolor.spec | 8 +++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/python-ansicolor.changes b/python-ansicolor.changes index 759de48..16305c3 100644 --- a/python-ansicolor.changes +++ b/python-ansicolor.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 7 16:19:16 UTC 2019 - Matej Cepl + +- Run through spec-cleaner + ------------------------------------------------------------------- Tue Dec 4 12:45:34 UTC 2018 - Matej Cepl diff --git a/python-ansicolor.spec b/python-ansicolor.spec index b4a44cb..9d27034 100644 --- a/python-ansicolor.spec +++ b/python-ansicolor.spec @@ -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