diff --git a/openpyxl-3.0.3.tar.gz b/openpyxl-3.0.3.tar.gz deleted file mode 100644 index 6ac4d92..0000000 --- a/openpyxl-3.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:547a9fc6aafcf44abe358b89ed4438d077e9d92e4f182c87e2dc294186dc4b64 -size 172829 diff --git a/openpyxl-3.0.7.tar.gz b/openpyxl-3.0.7.tar.gz new file mode 100644 index 0000000..d7d2757 --- /dev/null +++ b/openpyxl-3.0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6456a3b472e1ef0facb1129f3c6ef00713cebf62e736cd7a75bcc3247432f251 +size 180484 diff --git a/python-openpyxl.changes b/python-openpyxl.changes index 52cc016..a2168dd 100644 --- a/python-openpyxl.changes +++ b/python-openpyxl.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Jul 27 06:55:15 UTC 2021 - Dirk Müller + +- update to 3.0.7: + * https://foss.heptapod.net/openpyxl/openpyxl/-/issues/1588 + * Exception raised when merging cells which do not have borders all the way + round. + * Fix Python 2.x specific statement in documentation + * Borders in differential styles are incorrect + * Error when opening some pivot tables + * Resave breaks the border format in conditional formatting rules + * Read-only workbook not closed properly if generator interrupted + * Pandas.Multiindex.labels deprecated + * Pandas.Multiinex not expanded correctly + * Cannot read rows with exponents + * numpy.float is deprecated + * Cells without coordinate attributes not always correctly handled + * Incorrectly consider currency format as datetime + * Cannot copy worksheets with merged cells + * Empty worksheets do not return generators when looping. + * Hyperlinks duplicated on multiple saves + * Incorrectly literal format as datetime + * Links set to range of cells not preserved + * Exception when opening workbook with chartsheets and tables + * Find tables by name + * Worksheet protection missing in existing files + * Exception when reading files with external images + * Reading lots of merged cells is very slow. + * Read support for Bubble Charts. + * Preserve any indexed colours + * Reading many thousand of merged cells is really slow. + * Adding tables in write-only mode raises an exception. + ------------------------------------------------------------------- Thu Jan 30 15:02:50 UTC 2020 - Todd R diff --git a/python-openpyxl.spec b/python-openpyxl.spec index 44dc716..ff32c5f 100644 --- a/python-openpyxl.spec +++ b/python-openpyxl.spec @@ -1,7 +1,7 @@ # # spec file for package python-openpyxl # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,19 +19,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-openpyxl -Version: 3.0.3 +Version: 3.0.7 Release: 0 Summary: A Python library to read/write Excel 2010 xlsx/xlsm files License: MIT AND Python-2.0 -URL: https://bitbucket.org/openpyxl/openpyxl/ +URL: https://foss.heptapod.net/openpyxl/openpyxl Source: https://files.pythonhosted.org/packages/source/o/openpyxl/openpyxl-%{version}.tar.gz BuildRequires: %{python_module et_xmlfile} -BuildRequires: %{python_module jdcal} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-et_xmlfile -Requires: python-jdcal # for embedded image support Recommends: python-Pillow BuildArch: noarch