diff --git a/python-terminaltables.changes b/python-terminaltables.changes index 21216cf..e2fa55c 100644 --- a/python-terminaltables.changes +++ b/python-terminaltables.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 18 18:14:32 UTC 2019 - Jan Engelhardt + +- Use noun phrase in summary. + ------------------------------------------------------------------- Wed Feb 6 02:14:03 UTC 2019 - John Vandenberg diff --git a/python-terminaltables.spec b/python-terminaltables.spec index e0a7612..96ee0b5 100644 --- a/python-terminaltables.spec +++ b/python-terminaltables.spec @@ -13,21 +13,22 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-terminaltables Version: 3.1.0 Release: 0 +Summary: Module for generating tables in terminals from a nested list of strings License: MIT -Summary: Generate simple tables in terminals from a nested list of strings -Url: https://github.com/Robpol86/terminaltables Group: Development/Languages/Python +URL: https://github.com/Robpol86/terminaltables Source: https://files.pythonhosted.org/packages/source/t/terminaltables/terminaltables-%{version}.tar.gz Source1: https://raw.githubusercontent.com/Robpol86/terminaltables/v%{version}/LICENSE -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch Requires: python-colorama >= 0.3.7 Requires: python-colorclass >= 2.2.0