From d51e425d6b3a873bcd5689591eb470d764715a017d7f0fb5361c78cd87e52676 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 3 Feb 2016 09:19:40 +0000 Subject: [PATCH] Accepting request 357110 from devel:languages:python 1 OBS-URL: https://build.opensuse.org/request/show/357110 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openpyxl?expand=0&rev=4 --- openpyxl-2.2.2.tar.gz | 3 -- openpyxl-2.3.3.tar.gz | 3 ++ python-openpyxl.changes | 103 ++++++++++++++++++++++++++++++++++++++++ python-openpyxl.spec | 4 +- 4 files changed, 108 insertions(+), 5 deletions(-) delete mode 100644 openpyxl-2.2.2.tar.gz create mode 100644 openpyxl-2.3.3.tar.gz diff --git a/openpyxl-2.2.2.tar.gz b/openpyxl-2.2.2.tar.gz deleted file mode 100644 index 9a5486f..0000000 --- a/openpyxl-2.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2eec264a2eb42a9353319f0f939cfeacf75cf88b803fbf02d0dd5cc53f13b705 -size 108530 diff --git a/openpyxl-2.3.3.tar.gz b/openpyxl-2.3.3.tar.gz new file mode 100644 index 0000000..6fea4ba --- /dev/null +++ b/openpyxl-2.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d64157d8cab5c7040bc025f0a7a9ad3c05e2d3f11518329c3f1682f5f62ffe +size 141530 diff --git a/python-openpyxl.changes b/python-openpyxl.changes index ee2f995..f4e3ed7 100644 --- a/python-openpyxl.changes +++ b/python-openpyxl.changes @@ -1,3 +1,106 @@ +------------------------------------------------------------------- +Mon Feb 1 11:35:21 UTC 2016 - toddrme2178@gmail.com + +- update to version 2.3.3: + * Bug fixes + + #540 Cannot read merged cells in read-only mode + + #565 Empty styled text blocks cannot be parsed + + #569 Issue warning rather than raise Exception raised for + unparsable definedNames + + #575 Cannot open workbooks with embdedded OLE files + + #584 Exception when saving borders with attribues + * Minor changes + + PR 103 Documentation about chart scaling and axis limits + + Raise an exception when trying to copy cells from other + workbooks. +- changes from version 2.3.2: + * Bug fixes + + #554 Cannot add comments to a worksheet when preserving VBA + + #561 Exception when reading phonetic text + + #562 DARKBLUE is the same as RED + + #563 Minimum for row and column indexes not enforced + * Minor changes + + PR 97 One VML file per worksheet. + + PR 96 Correct descriptor for CharacterProperties.rtl + + #498 Metadata is not essential to use the package. +- update to version 2.3.1: + * #534 Exception when using columns property in read-only mode. + * #536 Incorrectly handle comments from Google Docs files. + * #539 Flexible value types for conditional formatting. + * #542 Missing content types for images. + * #543 Make sure images fit containers on all OSes. + * #544 Gracefully handle missing cell styles. + * #546 ExternalLink duplicated when editing a file with macros. + * #548 Exception with non-ASCII worksheet titles + * #551 Combine multiple LineCharts + * PR 88 Fix page margins in parser. +- update to version 2.3.0: + * Support the creation of chartsheets + * #532 Problems when cells have no style in read-only mode. + * PR 79 Make PlotArea editable in charts + * Use graphicalProperties as the alias for spPr + * #488 Support hashValue attribute for sheetProtection + * #493 Warn that unsupported extensions will be dropped + * #494 Cells with exponentials causes a ValueError + * #497 Scatter charts are broken + * #499 Inconsistent conversion of localised datetimes + * #500 Adding images leads to unreadable files + * #509 Improve handling of sheet names + * #515 Non-ascii titles have bad repr + * #516 Ignore unassigned worksheets + * Worksheets are now iterable by row. + * Assign individual cell styles only if they are explicitly set. + * Shift to using (row, column) indexing for cells. Cells will at some point lose coordinates. + * New implementation of conditional formatting. Databars now partially preserved. + * et_xmlfile is now a standalone library. + * Complete rewrite of chart package + * Include a tokenizer for fomulae to be able to adjust cell references in them. PR 63 + * Read-only and write-only worksheets renamed. + * Write-only workbooks support charts and images. + * PR76 Prevent comment images from conflicting with VBA + * #81 Support stacked bar charts + * #88 Charts break hyperlinks + * #97 Pie and combination charts + * #99 Quote worksheet names in chart references + * #150 Support additional chart options + * #172 Support surface charts + * #381 Preserve named styles + * #470 Adding more than 10 worksheets with the same name leads to + duplicates sheet names and an invalid file +- changes from version 2.2.6 + * #502 Unexpected keyword "mergeCell" + * #503 tostring missing in dump_worksheet + * #506 Non-ASCII formulae cannot be parsed + * #508 Cannot save files with coloured tabs + * Regex for ignoring named ranges is wrong (character class instead + of prefix) +- changes from version 2.2.5: + * #463 Unexpected keyword "mergeCell" + * #484 Unusual dimensions breaks read-only mode + * #485 Move return out of loop +- update to version 2.2.4: + * #464 Cannot use images when preserving macros + * #465 ws.cell() returns an empty cell on read-only workbooks + * #467 Cannot edit a file with ActiveX components + * #471 Sheet properties elements must be in order + * #475 Do not redefine class __slots__ in subclasses + * #477 Write-only support for SheetProtection + * #478 Write-only support for DataValidation + * Improved regex when checking for datetime formats +- update to version 2.2.3: + * Enable 64bit extensions for all versions of Python. + * Update docs. + * Do not preserve relation to printer part without preserving the + printer part. + * Don't force namespace on worksheet child as we set the default + namespace for all worksheets. + * Use print() instead of print statement + * Pass locale settings into envs (needed for somethings for tox 2 >= + 2). + * Fix failing doctest. + * Correct the schema for saving strings. + * fixed typo in sample code + ------------------------------------------------------------------- Fri May 8 08:42:52 UTC 2015 - benoit.monin@gmx.fr diff --git a/python-openpyxl.spec b/python-openpyxl.spec index 31c753b..67d666f 100644 --- a/python-openpyxl.spec +++ b/python-openpyxl.spec @@ -1,7 +1,7 @@ # # spec file for package python-openpyxl # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-openpyxl -Version: 2.2.2 +Version: 2.3.3 Release: 0 Summary: A Python library to read/write Excel 2007 xlsx/xlsm files License: MIT and Python-2.0