diff --git a/openpyxl-2.6.1.tar.gz b/openpyxl-2.6.1.tar.gz deleted file mode 100644 index 6b4ef7a..0000000 --- a/openpyxl-2.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e4db4ee7aadd0ff7a814f7483b2d94e6b8d4f14dff780b023c5bdc94af54dd5 -size 173261 diff --git a/openpyxl-2.6.2.tar.gz b/openpyxl-2.6.2.tar.gz new file mode 100644 index 0000000..6edecd7 --- /dev/null +++ b/openpyxl-2.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d2af392cef8c8227bd2ac3ebe3a28b25aba74fd4fa473ce106065f0b73bfe2e +size 173309 diff --git a/python-openpyxl.changes b/python-openpyxl.changes index ce0c4e5..89ed477 100644 --- a/python-openpyxl.changes +++ b/python-openpyxl.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jun 17 11:00:03 UTC 2019 - Tomáš Chvátal + +- Update to 2.6.2: + * #1173 Workbook has no _date_formats attribute + * #1190 Cannot create charts for worksheets with quotes in the title + * #1228 MergedCells not removed when range is unmerged + * #1232 Link to pivot table lost from charts + * #1233 Chart colours change after saving + * #1236 Cannot use ws.cell in read-only mode with Python 2.7 + ------------------------------------------------------------------- Mon Mar 11 12:34:01 UTC 2019 - Tomáš Chvátal diff --git a/python-openpyxl.spec b/python-openpyxl.spec index cf3db22..fd3617c 100644 --- a/python-openpyxl.spec +++ b/python-openpyxl.spec @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-openpyxl -Version: 2.6.1 +Version: 2.6.2 Release: 0 Summary: A Python library to read/write Excel 2010 xlsx/xlsm files License: MIT AND Python-2.0 Group: Development/Languages/Python -Url: http://openpyxl.readthedocs.org +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} @@ -36,7 +36,6 @@ Requires: python-jdcal # for embedded image support Recommends: python-Pillow BuildArch: noarch - %python_subpackages %description