From 0cb8c299a9004379a80ffdc09ff52c0b74370b674baaeebbf329ca69017ff460 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 30 Jan 2020 15:50:21 +0000 Subject: [PATCH] Accepting request 768791 from home:TheBlackCat:branches:devel:languages:python:numeric - 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 OBS-URL: https://build.opensuse.org/request/show/768791 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-openpyxl?expand=0&rev=15 --- openpyxl-3.0.1.tar.gz | 3 --- openpyxl-3.0.3.tar.gz | 3 +++ python-openpyxl.changes | 18 ++++++++++++++++++ python-openpyxl.spec | 6 +++--- 4 files changed, 24 insertions(+), 6 deletions(-) delete mode 100644 openpyxl-3.0.1.tar.gz create mode 100644 openpyxl-3.0.3.tar.gz diff --git a/openpyxl-3.0.1.tar.gz b/openpyxl-3.0.1.tar.gz deleted file mode 100644 index 007dd61..0000000 --- a/openpyxl-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3ee361d3ff04af6048d594775b3a54ffdf215d40fa5c6c78b2a41c0d0b020d3 -size 172876 diff --git a/openpyxl-3.0.3.tar.gz b/openpyxl-3.0.3.tar.gz new file mode 100644 index 0000000..6ac4d92 --- /dev/null +++ b/openpyxl-3.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547a9fc6aafcf44abe358b89ed4438d077e9d92e4f182c87e2dc294186dc4b64 +size 172829 diff --git a/python-openpyxl.changes b/python-openpyxl.changes index 2041de2..52cc016 100644 --- a/python-openpyxl.changes +++ b/python-openpyxl.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Jan 30 15:02:50 UTC 2020 - Todd R + +- 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 diff --git a/python-openpyxl.spec b/python-openpyxl.spec index 80c8965..44dc716 100644 --- a/python-openpyxl.spec +++ b/python-openpyxl.spec @@ -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 @@ -19,11 +19,11 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-openpyxl -Version: 3.0.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 -URL: https://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 et_xmlfile} BuildRequires: %{python_module jdcal}