Hello community,

here is the log from the commit of package python-tabulate for openSUSE:Factory 
checked in at 2018-03-28 10:33:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tabulate (Old)
 and      /work/SRC/openSUSE:Factory/.python-tabulate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tabulate"

Wed Mar 28 10:33:25 2018 rev:2 rq:591612 version:0.8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tabulate/python-tabulate.changes  
2017-04-24 09:49:38.708647708 +0200
+++ /work/SRC/openSUSE:Factory/.python-tabulate.new/python-tabulate.changes     
2018-03-28 10:33:27.264572248 +0200
@@ -1,0 +2,17 @@
+Tue Mar 27 13:01:43 UTC 2018 - [email protected]
+
+- Add python-setuptools to Requires
+
+-------------------------------------------------------------------
+Mon Mar 26 21:24:24 UTC 2018 - [email protected]
+
+- Update to 0.8.2
+  * Bugfix release
+- Changes from 0.8.1
+  * Multiline data in several output formats. New latex_raw format.
+  * Column-specific floating point formatting.
+  * Python 3.5 & 3.6 support.
+  * Drop support for Python 2.6, 3.2, 3.3 (should still work).
+- Run spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  tabulate-0.7.7.tar.gz

New:
----
  tabulate-0.8.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-tabulate.spec ++++++
--- /var/tmp/diff_new_pack.3H43Cc/_old  2018-03-28 10:33:28.436530096 +0200
+++ /var/tmp/diff_new_pack.3H43Cc/_new  2018-03-28 10:33:28.444529809 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tabulate
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -18,19 +18,20 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-tabulate
-Version:        0.7.7
+Version:        0.8.2
 Release:        0
 Summary:        Pretty-print tabular data in Python
 License:        MIT
 Group:          Development/Languages/Python
-Url:            https://bitbucket.org/astanin/python-tabulate
-Source:         
ttps://pypi.io/packages/source/t/tabulate/tabulate-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{python_module devel}
+URL:            https://bitbucket.org/astanin/python-tabulate
+Source:         
https://files.pythonhosted.org/packages/source/t/tabulate/tabulate-%{version}.tar.gz
+BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-setuptools
+Suggests:       python-wcwidth
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -38,26 +39,31 @@
 
 The main use cases of the library are:
 
- * printing small tables without hassle: just one function call, formatting is
-   guided by the data itself
- * authoring tabular data for lightweight plain-text markup: multiple output
-   formats suitable for further editing or transformation
- * readable presentation of mixed textual and numeric data: smart column
-   alignment, configurable number formatting, alignment by a decimal point
+ * printing small tables without hassle: just one function call,
+   formatting is guided by the data itself
+ * authoring tabular data for lightweight plain-text markup: multiple
+   output formats suitable for further editing or transformation
+ * readable presentation of mixed textual and numeric data: smart
+   column alignment, configurable number formatting, alignment by a
+   decimal point
 
 %prep
-%setup -q -n tabulate-%{version}
+%autosetup -n tabulate-%{version}
+
 %build
 %python_build
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%check
+%python_exec setup.py test
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README
+%license LICENSE
+%doc README README.rst
+%python3_only %{_bindir}/tabulate
 %{python_sitelib}/*
 
 %changelog

++++++ tabulate-0.7.7.tar.gz -> tabulate-0.8.2.tar.gz ++++++
++++ 2807 lines of diff (skipped)


Reply via email to