diff --git a/openpyxl-2.4.7.tar.gz b/openpyxl-2.4.7.tar.gz deleted file mode 100644 index a5cb58c..0000000 --- a/openpyxl-2.4.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe00ef04c5560504c625cac9f18913a1d3fb414f0560e715af95d894a6b43d63 -size 156579 diff --git a/openpyxl-2.4.8.tar.gz b/openpyxl-2.4.8.tar.gz new file mode 100644 index 0000000..ae5a4e3 --- /dev/null +++ b/openpyxl-2.4.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7551efb70648fa8ee569c2b6a6dbbeff390cc94b321da5d508a573b90a4f17 +size 156726 diff --git a/python-openpyxl.changes b/python-openpyxl.changes index ab6276d..110945e 100644 --- a/python-openpyxl.changes +++ b/python-openpyxl.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Aug 24 06:01:22 UTC 2017 - tbechtold@suse.com + +- update to 2.4.8: + * AutoFilter.sortState being assignd to the ws.sortState + * #766 Sheetnames with apostrophes need additional escaping + * #729 Cannot open files created by Microsoft Dynamics + * #819 Negative percents not case correctly + * #821 Runtime imports can cause deadlock + * #855 Print area containing only columns leads to corrupt file +- Fix Requires and BuildRequires + ------------------------------------------------------------------- Tue Apr 25 21:49:58 UTC 2017 - toddrme2178@gmail.com diff --git a/python-openpyxl.spec b/python-openpyxl.spec index b9e5f89..e664972 100644 --- a/python-openpyxl.spec +++ b/python-openpyxl.spec @@ -18,21 +18,21 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-openpyxl -Version: 2.4.7 +Version: 2.4.8 Release: 0 Summary: A Python library to read/write Excel 2007 xlsx/xlsm files 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 +BuildRequires: %{python_module devel} +BuildRequires: %{python_module et_xmlfile} +BuildRequires: %{python_module jdcal} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module jdcal} -BuildRequires: %{python_module xml} +Requires: python-et_xmlfile Requires: python-jdcal -Requires: python-xml # for embedded image support Recommends: python-Pillow BuildRoot: %{_tmppath}/%{name}-%{version}-build