Hello community,

here is the log from the commit of package python-openpyxl for openSUSE:Factory 
checked in at 2016-02-03 10:19:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openpyxl (Old)
 and      /work/SRC/openSUSE:Factory/.python-openpyxl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-openpyxl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-openpyxl/python-openpyxl.changes  
2015-06-03 08:35:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-openpyxl.new/python-openpyxl.changes     
2016-02-03 10:19:41.000000000 +0100
@@ -1,0 +2,103 @@
+Mon Feb  1 11:35:21 UTC 2016 - toddrme2...@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
+
+-------------------------------------------------------------------

Old:
----
  openpyxl-2.2.2.tar.gz

New:
----
  openpyxl-2.3.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-openpyxl.spec ++++++
--- /var/tmp/diff_new_pack.ChJ19F/_old  2016-02-03 10:19:42.000000000 +0100
+++ /var/tmp/diff_new_pack.ChJ19F/_new  2016-02-03 10:19:42.000000000 +0100
@@ -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

++++++ openpyxl-2.2.2.tar.gz -> openpyxl-2.3.3.tar.gz ++++++
++++ 21288 lines of diff (skipped)


Reply via email to