From 31e2a4d0c38011714f5ea98130b7a83a927c2728d25bef71b82757fb1a8e4400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 11 Mar 2019 12:42:30 +0000 Subject: [PATCH] - Update to 2.6.1: * #1174 ReadOnlyCell.is_date does not work properly * #1175 Cannot read Google Docs spreadsheet with a Pivot Table * #1180 Charts created with openpyxl cannot be styled * #1181 Cannot handle some numpy number types * #1182 Exception when reading unknowable number formats * #1186 Only last formatting rule for a range loaded * #1191 Give MergedCell a value attribute * #1193 Cannot process worksheets with comments * #1197 Cannot process worksheets with both row and page breaks * #1204 Cannot reset dimensions in ReadOnlyWorksheets * #1211 Incorrect descriptor in ParagraphProperties * #1213 Missing hier attribute in PageField raises an exception OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-openpyxl?expand=0&rev=7 --- openpyxl-2.6.0.tar.gz | 3 --- openpyxl-2.6.1.tar.gz | 3 +++ python-openpyxl.changes | 17 +++++++++++++++++ python-openpyxl.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 openpyxl-2.6.0.tar.gz create mode 100644 openpyxl-2.6.1.tar.gz diff --git a/openpyxl-2.6.0.tar.gz b/openpyxl-2.6.0.tar.gz deleted file mode 100644 index f66b153..0000000 --- a/openpyxl-2.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70da6b45a5925285b6a3d93570b45f4402eb2d335740163a58eef533b139565c -size 172572 diff --git a/openpyxl-2.6.1.tar.gz b/openpyxl-2.6.1.tar.gz new file mode 100644 index 0000000..6b4ef7a --- /dev/null +++ b/openpyxl-2.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4db4ee7aadd0ff7a814f7483b2d94e6b8d4f14dff780b023c5bdc94af54dd5 +size 173261 diff --git a/python-openpyxl.changes b/python-openpyxl.changes index 3413f1c..ce0c4e5 100644 --- a/python-openpyxl.changes +++ b/python-openpyxl.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Mar 11 12:34:01 UTC 2019 - Tomáš Chvátal + +- Update to 2.6.1: + * #1174 ReadOnlyCell.is_date does not work properly + * #1175 Cannot read Google Docs spreadsheet with a Pivot Table + * #1180 Charts created with openpyxl cannot be styled + * #1181 Cannot handle some numpy number types + * #1182 Exception when reading unknowable number formats + * #1186 Only last formatting rule for a range loaded + * #1191 Give MergedCell a value attribute + * #1193 Cannot process worksheets with comments + * #1197 Cannot process worksheets with both row and page breaks + * #1204 Cannot reset dimensions in ReadOnlyWorksheets + * #1211 Incorrect descriptor in ParagraphProperties + * #1213 Missing hier attribute in PageField raises an exception + ------------------------------------------------------------------- Sat Feb 16 11:40:02 UTC 2019 - Hans-Peter Jansen diff --git a/python-openpyxl.spec b/python-openpyxl.spec index 1b672b7..cf3db22 100644 --- a/python-openpyxl.spec +++ b/python-openpyxl.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-openpyxl -Version: 2.6.0 +Version: 2.6.1 Release: 0 Summary: A Python library to read/write Excel 2010 xlsx/xlsm files License: MIT AND Python-2.0