Hello community,
here is the log from the commit of package python-terminaltables for
openSUSE:Factory checked in at 2019-03-20 13:19:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-terminaltables (Old)
and /work/SRC/openSUSE:Factory/.python-terminaltables.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-terminaltables"
Wed Mar 20 13:19:53 2019 rev:2 rq:686321 version:3.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-terminaltables/python-terminaltables.changes
2019-02-26 22:22:55.006055177 +0100
+++
/work/SRC/openSUSE:Factory/.python-terminaltables.new.28833/python-terminaltables.changes
2019-03-20 13:19:54.705334807 +0100
@@ -1,0 +2,5 @@
+Mon Mar 18 18:14:32 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in summary.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-terminaltables.spec ++++++
--- /var/tmp/diff_new_pack.kmXtwW/_old 2019-03-20 13:19:56.341334410 +0100
+++ /var/tmp/diff_new_pack.kmXtwW/_new 2019-03-20 13:19:56.345334409 +0100
@@ -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