From be9057af7cfe4a9bd951de1f426343ebe710fff4fa0785222e30ada6f2e2ac09 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 8 Jan 2019 11:26:06 +0000 Subject: [PATCH] Accepting request 660791 from devel:languages:python:numeric OBS-URL: https://build.opensuse.org/request/show/660791 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openpyxl?expand=0&rev=9 --- openpyxl-2.5.12.tar.gz | 3 +++ openpyxl-2.5.4.tar.gz | 3 --- python-openpyxl.changes | 47 +++++++++++++++++++++++++++++++++++++++++ python-openpyxl.spec | 7 +++--- 4 files changed, 53 insertions(+), 7 deletions(-) create mode 100644 openpyxl-2.5.12.tar.gz delete mode 100644 openpyxl-2.5.4.tar.gz diff --git a/openpyxl-2.5.12.tar.gz b/openpyxl-2.5.12.tar.gz new file mode 100644 index 0000000..5386cde --- /dev/null +++ b/openpyxl-2.5.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bcf019a0be528673a8aec1e60b5c863342c3231962dbf7922fd4da42a49a91a +size 173659 diff --git a/openpyxl-2.5.4.tar.gz b/openpyxl-2.5.4.tar.gz deleted file mode 100644 index 3ce7f0d..0000000 --- a/openpyxl-2.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9239b74faf175dc4276a5fc277655fc53c2f704ded39e680d35e6a39e1913f69 -size 170755 diff --git a/python-openpyxl.changes b/python-openpyxl.changes index 5f0ac83..d80f362 100644 --- a/python-openpyxl.changes +++ b/python-openpyxl.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Sat Dec 22 02:55:05 UTC 2018 - Todd R + +- Update to 2.5.12 + + Bugfixes + * Overwriting default font in Normal style affects library default + * Images not added to anchors. + * Cannot read pivot table formats without dxId + * Repeated registration of simple filter could lead to memory leaks + + Pull Requests + * Use defusedxml if available +- Update to 2.5.11 + + Pull Requests + * Improved handling of missing rows + * Add support for defined names to tokeniser +- Update to 2.5.10 + + Bugfixes + * Empty column dimensions should not be saved. + + Pull Requests + * Tokenizer failure for quoted sheet name in second half of range + * Improved error detection in ranges. +- Update to 2.5.9 + + Bugfixes + * Clean AutoFilter name definitions + * Attribute missing from Shape object + * Failure to read all DrawingML means workbook can't be read + + Pull Requests + * Allow newlines in formulae + * Fix whitespace in front of infix operator in formulae +- Update to 2.5.8 + * Cannot control how missing values are displayed in charts. + * Cell references can't be used for chart titles + * Params in iter_cols and iter_rows methods are slightly wrong. +- Update to 2.5.7 + * Sheet title containing % need quoting in references + * Cannot set quote prefix + * Pandas timestamps raise KeyError +- Update to 2.5.6 + * Read-only mode can leave find-handles open when reading dimensions + * Set a worksheet directly as active + * Internal row counter not adjusted when rows are deleted or inserted +- Update to 2.5.5 + + Bugfixes + * Files with Mac epoch are read incorrectly + * Cannot copy merged cells + * Cannot access ws.active_cell2.5.12 + ------------------------------------------------------------------- Wed Jun 13 17:36:54 UTC 2018 - toddrme2178@gmail.com diff --git a/python-openpyxl.spec b/python-openpyxl.spec index ba39344..1d0cc6e 100644 --- a/python-openpyxl.spec +++ b/python-openpyxl.spec @@ -12,16 +12,16 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-openpyxl -Version: 2.5.4 +Version: 2.5.12 Release: 0 Summary: A Python library to read/write Excel 2010 xlsx/xlsm files -License: MIT and Python-2.0 +License: MIT AND Python-2.0 Group: Development/Languages/Python Url: http://openpyxl.readthedocs.org Source: https://files.pythonhosted.org/packages/source/o/openpyxl/openpyxl-%{version}.tar.gz @@ -55,7 +55,6 @@ It is ported from the PHPExcel project mv LICENCE.rst LICENSE.rst %files %{python_files} -%defattr(-,root,root,-) %doc AUTHORS.rst README.rst %license LICENSE.rst %{python_sitelib}/*