Hello community,

here is the log from the commit of package python-XlsxWriter for 
openSUSE:Factory checked in at 2020-02-03 11:12:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-XlsxWriter (Old)
 and      /work/SRC/openSUSE:Factory/.python-XlsxWriter.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-XlsxWriter"

Mon Feb  3 11:12:00 2020 rev:10 rq:768823 version:1.2.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-XlsxWriter/python-XlsxWriter.changes      
2019-09-23 12:17:47.557803004 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-XlsxWriter.new.26092/python-XlsxWriter.changes
   2020-02-03 11:12:12.837811442 +0100
@@ -1,0 +2,46 @@
+Thu Jan 30 15:38:43 UTC 2020 - Todd R <toddrme2...@gmail.com>
+
+- Update to version 1.2.7
+  * Fix for duplicate images being copied to an XlsxWriter file. Excel uses an
+    optimization where it only stores one copy of a repeated/duplicate image in
+    a workbook. XlsxWriter didn't do this which meant that the file size would
+    increase when then was a large number of repeated images. This release 
fixes
+    that issue and replicates Excel's behavior.
+  * Added documentation on :ref:`num_format_categories` and
+    :ref:`num_format_locale`.
+  * Added note to :func:`protect()` about how it is possible to encrypt an
+    XlsxWriter file using a third party, cross platform, open source tool 
called
+    `msoffice-crypt <https://github.com/herumi/msoffice>`_.
+- Update to version 1.2.6
+  * Added option to remove style from worksheet tables.
+- Update to version 1.2.5
+  * Added option to add hyperlinks to textboxes. See :ref:`textbox_hyperlink`.
+- Update to version 1.2.4
+  * Added option to link textbox text from a cell. See :ref:`textbox_textlink`.
+  * Added option to rotate text in a textbox. See
+    :ref:`textbox_formatting_rotation`.
+- Update to version 1.2.3
+  * Increased allowable worksheet url length from 255 to 2079 characters, as
+    supported in more recent versions of Excel. A lower or user defined limit
+    can be set via the ``max_url_length`` property in the :func:`Workbook`
+    constructor.
+  * Fixed several issues with hyperlinks in worksheet images.
+- Update to version 1.2.2
+  * Fixed Python 3.8.0 warnings.
+- Update to version 1.2.1
+  * Added the :func:`add_write_handler` method to allow user defined types to 
be
+    handled by the :func:`write` method. See :ref:`writing_user_types` for more
+    information.
+  * Add support for East Asian vertical fonts in charts.
+- Update to version 1.2.0
+  * Refactored exception handling around the workbook file :func:`close()`
+    method to allow exceptions to be caught and handled. See
+    :ref:`ex_check_close`. Also refactored the code to clean up temp files in
+    the event of an exception.
+  * Added the option to allow chart fonts to be rotated to 270 degrees
+    to give a stacked orientation. See :ref:`chart_fonts`.
+- Update to version 1.1.9
+  * Another fix for issues where zipfile.py raises "ZIP does not support
+    timestamps before 1980" exception.
+
+-------------------------------------------------------------------

Old:
----
  XlsxWriter-RELEASE_1.1.8.tar.gz

New:
----
  XlsxWriter-RELEASE_1.2.7.tar.gz

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

Other differences:
------------------
++++++ python-XlsxWriter.spec ++++++
--- /var/tmp/diff_new_pack.U1BNgw/_old  2020-02-03 11:12:13.757811907 +0100
+++ /var/tmp/diff_new_pack.U1BNgw/_new  2020-02-03 11:12:13.757811907 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-XlsxWriter
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,15 +19,15 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         oldpython python
 Name:           python-XlsxWriter
-Version:        1.1.8
+Version:        1.2.7
 Release:        0
 Summary:        Python module for writing OOXML spreadsheet files
 License:        BSD-2-Clause
 Group:          Development/Languages/Python
-Url:            https://xlsxwriter.readthedocs.org/
+URL:            https://github.com/jmcnamara/XlsxWriter
 Source:         
https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_%{version}.tar.gz#/XlsxWriter-RELEASE_%{version}.tar.gz
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires(post): update-alternatives

++++++ XlsxWriter-RELEASE_1.1.8.tar.gz -> XlsxWriter-RELEASE_1.2.7.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-XlsxWriter/XlsxWriter-RELEASE_1.1.8.tar.gz 
/work/SRC/openSUSE:Factory/.python-XlsxWriter.new.26092/XlsxWriter-RELEASE_1.2.7.tar.gz
 differ: char 12, line 1


Reply via email to