diff --git a/openpyxl-2.5.12.tar.gz b/openpyxl-2.5.12.tar.gz deleted file mode 100644 index 5386cde..0000000 --- a/openpyxl-2.5.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bcf019a0be528673a8aec1e60b5c863342c3231962dbf7922fd4da42a49a91a -size 173659 diff --git a/openpyxl-2.6.0.tar.gz b/openpyxl-2.6.0.tar.gz new file mode 100644 index 0000000..f66b153 --- /dev/null +++ b/openpyxl-2.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70da6b45a5925285b6a3d93570b45f4402eb2d335740163a58eef533b139565c +size 172572 diff --git a/python-openpyxl.changes b/python-openpyxl.changes index d80f362..3413f1c 100644 --- a/python-openpyxl.changes +++ b/python-openpyxl.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Sat Feb 16 11:40:02 UTC 2019 - Hans-Peter Jansen + +- Update to 2.6.0 (2019-02-06) + + Bugfixes + * #1162 Exception on tables with names containing spaces. + * #1170 Cannot save files with existing images. + +- Update to 2.6.-b1 (2019-01-08) + + Bugfixes + * #1141 Cannot use read-only mode with stream + * #1143 Hyperlinks always set on A1 + * #1151 Internal row counter not initialised when reading files + * #1152 Exception raised on out of bounds date + +- Update to 2.6-a1 (2018-11-21) + + Major changes + * Implement robust for merged cells so that these can be + formatted the way Excel does without confusion. Thanks to + Magnus Schieder. + + Minor changes + * Add support for worksheet scenarios + * Add read support for chartsheets + * Add method for moving ranges of cells on a worksheet + * Last version to support Python 2.7 + + Deprecations + * Type inference and coercion for cell values + +- Update to 2.5.15 (unreleased) + +- Update to 2.5.14 (2019-01-23) + + Bugfixes + * #1150 Correct typo in LineProperties + * #1142 Exception raised for unsupported image files + * #1159 Exception raised when cannot find source for non-local + cache object + + Pull Requests + * PR301 Add support for nested brackets to the tokeniser + * PR303 Improvements on handling nested brackets in the + tokeniser + +- Update to 2.5.13 (brown bag) + ------------------------------------------------------------------- Sat Dec 22 02:55:05 UTC 2018 - Todd R diff --git a/python-openpyxl.spec b/python-openpyxl.spec index 1d0cc6e..1b672b7 100644 --- a/python-openpyxl.spec +++ b/python-openpyxl.spec @@ -1,7 +1,7 @@ # # spec file for package python-openpyxl # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-openpyxl -Version: 2.5.12 +Version: 2.6.0 Release: 0 Summary: A Python library to read/write Excel 2010 xlsx/xlsm files License: MIT AND Python-2.0