Hello community,
here is the log from the commit of package python-XlsxWriter for
openSUSE:Factory checked in at 2019-07-30 13:05:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-XlsxWriter (Old)
and /work/SRC/openSUSE:Factory/.python-XlsxWriter.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-XlsxWriter"
Tue Jul 30 13:05:18 2019 rev:8 rq:717651 version:1.1.8
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-XlsxWriter/python-XlsxWriter.changes
2019-02-25 17:57:42.422272264 +0100
+++
/work/SRC/openSUSE:Factory/.python-XlsxWriter.new.4126/python-XlsxWriter.changes
2019-07-30 13:05:35.078384871 +0200
@@ -1,0 +2,26 @@
+Mon Jul 22 16:16:15 UTC 2019 - Todd R <[email protected]>
+
+- Update to Release 1.1.8
+ * Added ability to combine Doughnut and Pie charts.
+ * Added gauge chart example which is a combination of a Doughnut and a Pie
+ chart.
+- Update to Release 1.1.7
+ * Added docs on object_position.
+ * Added fix for sizing of cell comment boxes when they cross columns/rows
that
+ have size changes that occur after the comment is written.
+ * Added fix for the sizing of worksheet objects (images, charts, textboxes)
+ when the underlying cell sizes have changed and the "object_position"
+ parameter has been set to 1 "Move and size with cells". An additional mode
4
+ has been added to simulate inserting the object in hidden rows.
+ * Added object positioning for charts and textboxes, it was already
supported
+ for images. Note, the parameter is now called ``object_position``. The
+ previous parameter name ``positioning`` is deprecated but still supported
+ for images.
+- Update to Release 1.1.6
+ * Fixed issue where images that started in hidden rows/columns weren't placed
+ correctly in the worksheet.
+ * Fixed the mime-type reported by system ``file(1)``. The mime-type reported
+ by "file --mime-type"/magic was incorrect for XlsxWriter files since it
+ expected the ``[Content_types]`` to be the first file in the zip container.
+
+-------------------------------------------------------------------
Old:
----
XlsxWriter-1.1.5.tar.gz
New:
----
XlsxWriter-RELEASE_1.1.8.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-XlsxWriter.spec ++++++
--- /var/tmp/diff_new_pack.JEChzh/_old 2019-07-30 13:05:35.966384637 +0200
+++ /var/tmp/diff_new_pack.JEChzh/_new 2019-07-30 13:05:35.966384637 +0200
@@ -19,13 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-XlsxWriter
-Version: 1.1.5
+Version: 1.1.8
Release: 0
Summary: Python module for writing OOXML spreadsheet files
License: BSD-2-Clause
Group: Development/Languages/Python
Url: https://xlsxwriter.readthedocs.org/
-Source:
https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_%{version}.tar.gz#/XlsxWriter-%{version}.tar.gz
+Source:
https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_%{version}.tar.gz#/XlsxWriter-RELEASE_%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros