Hello community,
here is the log from the commit of package python-openpyxl for
openSUSE:Leap:15.2 checked in at 2020-03-09 18:09:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-openpyxl (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-openpyxl.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openpyxl"
Mon Mar 9 18:09:41 2020 rev:16 rq:776870 version:3.0.3
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-openpyxl/python-openpyxl.changes
2020-01-15 15:50:56.183511687 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-openpyxl.new.26092/python-openpyxl.changes
2020-03-09 18:09:42.149053544 +0100
@@ -1,0 +2,53 @@
+Thu Jan 30 15:02:50 UTC 2020 - Todd R <[email protected]>
+
+- Update to 3.0.3:
+ + Bugfixes
+ * Exception when handling merged cells with hyperlinks
+ * Problems when both lxml and defusedxml are installed
+ * CFVO with incorrect values cannot be processed
+- Update to 3.0.2:
+ + Bugfixes
+ * DeprecationError if both defusedxml and lxml are installed
+ * ws._current_row is higher than ws.max_row
+ * Border bottom style is not optional when it should be
+ * Empty cells in read-only, values-only mode are sometimes returned as
ReadOnlyCells
+ * Cannot add page breaks to existing worksheets if none exist already
+ + Pull Requests
+ * Improvements to the documentation
+
+-------------------------------------------------------------------
+Tue Nov 19 20:37:44 UTC 2019 - Todd R <[email protected]>
+
+- Update to 3.0.1:
+ + Bugfixes
+ * Cannot read empty charts.
+ + Pull Requests
+ * Fix for #1250
+ * TableStyleElement is a sequence
+- Update to 3.0.0:
+ * Initial python3-only release
+
+-------------------------------------------------------------------
+Thu Sep 26 07:57:23 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 2.6.4:
+ * Cannot save workbooks with comments more than once.
+ * #1237 Fix 3D charts.
+ * #1290 Minimum for holeSize in Doughnut charts too high
+ * #1291 Warning for MergedCells with comments
+ * #1296 Pagebreaks duplicated
+ * #1309 Workbook has no default CellStyle
+ * #1330 Workbooks with comments cannot be saved multiple times
+
+-------------------------------------------------------------------
+Mon Jun 17 11:00:03 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 2.6.2:
+ * #1173 Workbook has no _date_formats attribute
+ * #1190 Cannot create charts for worksheets with quotes in the title
+ * #1228 MergedCells not removed when range is unmerged
+ * #1232 Link to pivot table lost from charts
+ * #1233 Chart colours change after saving
+ * #1236 Cannot use ws.cell in read-only mode with Python 2.7
+
+-------------------------------------------------------------------
Old:
----
openpyxl-2.6.1.tar.gz
New:
----
openpyxl-3.0.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-openpyxl.spec ++++++
--- /var/tmp/diff_new_pack.3oyKvR/_old 2020-03-09 18:09:42.413053922 +0100
+++ /var/tmp/diff_new_pack.3oyKvR/_new 2020-03-09 18:09:42.417053928 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-openpyxl
#
-# 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
@@ -17,15 +17,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-openpyxl
-Version: 2.6.1
+Version: 3.0.3
Release: 0
Summary: A Python library to read/write Excel 2010 xlsx/xlsm files
License: MIT AND Python-2.0
-Group: Development/Languages/Python
-Url: http://openpyxl.readthedocs.org
+URL: https://bitbucket.org/openpyxl/openpyxl/
Source:
https://files.pythonhosted.org/packages/source/o/openpyxl/openpyxl-%{version}.tar.gz
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module et_xmlfile}
BuildRequires: %{python_module jdcal}
BuildRequires: %{python_module setuptools}
@@ -36,7 +35,6 @@
# for embedded image support
Recommends: python-Pillow
BuildArch: noarch
-
%python_subpackages
%description
++++++ openpyxl-2.6.1.tar.gz -> openpyxl-3.0.3.tar.gz ++++++
++++ 4400 lines of diff (skipped)