From adc9d9a4985ad2c4683b30b1b89a372180b359e55c2ebbf1a93bd34a7ee76a2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 26 Sep 2019 08:00:04 +0000 Subject: [PATCH] - Update to 2.6.4: * Cannot save workbooks with comments more than once. * #1237 Fix 3D charts. * #1290 Minimum for holeSize in Doughnut charts too high * #1291 Warning for MergedCells with comments * #1296 Pagebreaks duplicated * #1309 Workbook has no default CellStyle * #1330 Workbooks with comments cannot be saved multiple times OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-openpyxl?expand=0&rev=11 --- openpyxl-2.6.2.tar.gz | 3 --- openpyxl-2.6.4.tar.gz | 3 +++ python-openpyxl.changes | 12 ++++++++++++ python-openpyxl.spec | 3 +-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 openpyxl-2.6.2.tar.gz create mode 100644 openpyxl-2.6.4.tar.gz diff --git a/openpyxl-2.6.2.tar.gz b/openpyxl-2.6.2.tar.gz deleted file mode 100644 index 6edecd7..0000000 --- a/openpyxl-2.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d2af392cef8c8227bd2ac3ebe3a28b25aba74fd4fa473ce106065f0b73bfe2e -size 173309 diff --git a/openpyxl-2.6.4.tar.gz b/openpyxl-2.6.4.tar.gz new file mode 100644 index 0000000..6593807 --- /dev/null +++ b/openpyxl-2.6.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d53801678e18d7fe38c116f1ad0c2383a654670c4c8806105b611c92d92f2e3 +size 173728 diff --git a/python-openpyxl.changes b/python-openpyxl.changes index 89ed477..b58ece4 100644 --- a/python-openpyxl.changes +++ b/python-openpyxl.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Sep 26 07:57:23 UTC 2019 - Tomáš Chvátal + +- Update to 2.6.4: + * Cannot save workbooks with comments more than once. + * #1237 Fix 3D charts. + * #1290 Minimum for holeSize in Doughnut charts too high + * #1291 Warning for MergedCells with comments + * #1296 Pagebreaks duplicated + * #1309 Workbook has no default CellStyle + * #1330 Workbooks with comments cannot be saved multiple times + ------------------------------------------------------------------- Mon Jun 17 11:00:03 UTC 2019 - Tomáš Chvátal diff --git a/python-openpyxl.spec b/python-openpyxl.spec index fd3617c..c3c45bc 100644 --- a/python-openpyxl.spec +++ b/python-openpyxl.spec @@ -18,14 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-openpyxl -Version: 2.6.2 +Version: 2.6.4 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 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}