Hello community,
here is the log from the commit of package python-tabulate for openSUSE:Factory
checked in at 2019-12-02 11:35:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tabulate (Old)
and /work/SRC/openSUSE:Factory/.python-tabulate.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tabulate"
Mon Dec 2 11:35:44 2019 rev:6 rq:752804 version:0.8.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tabulate/python-tabulate.changes
2019-10-24 23:02:26.864052215 +0200
+++
/work/SRC/openSUSE:Factory/.python-tabulate.new.4691/python-tabulate.changes
2019-12-02 11:38:30.846462863 +0100
@@ -1,0 +2,10 @@
+Sun Dec 1 19:13:52 UTC 2019 - Arun Persaud <[email protected]>
+
+- specfile:
+ * be more specific in %files section
+
+- update to version 0.8.6:
+ * Bug fixes.
+ * Stop supporting Python 3.3, 3.4.
+
+-------------------------------------------------------------------
Old:
----
tabulate-0.8.5.tar.gz
New:
----
tabulate-0.8.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-tabulate.spec ++++++
--- /var/tmp/diff_new_pack.U7Au6X/_old 2019-12-02 11:38:31.266462951 +0100
+++ /var/tmp/diff_new_pack.U7Au6X/_new 2019-12-02 11:38:31.266462951 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-tabulate
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-tabulate
-Version: 0.8.5
+Version: 0.8.6
Release: 0
Summary: Pretty-printer for tabular data in Python
License: MIT
@@ -51,7 +51,7 @@
decimal point
%prep
-%setup -n tabulate-%{version}
+%setup -q -n tabulate-%{version}
%build
%python_build
@@ -67,6 +67,8 @@
%license LICENSE
%doc README.md
%python3_only %{_bindir}/tabulate
-%{python_sitelib}/*
+%{python_sitelib}/tabulate.*
+%{python_sitelib}/tabulate-%{version}-py*.egg-info
+%pycache_only %{python_sitelib}/__pycache__
%changelog
++++++ tabulate-0.8.5.tar.gz -> tabulate-0.8.6.tar.gz ++++++
++++ 5138 lines of diff (skipped)