Hello community,

here is the log from the commit of package python3-openpyxl for 
openSUSE:Factory checked in at 2014-11-19 20:26:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-openpyxl (Old)
 and      /work/SRC/openSUSE:Factory/.python3-openpyxl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-openpyxl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-openpyxl/python3-openpyxl.changes        
2014-07-18 06:41:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-openpyxl.new/python3-openpyxl.changes   
2014-11-19 20:30:37.000000000 +0100
@@ -1,0 +2,153 @@
+Tue Nov 18 13:36:48 UTC 2014 - toddrme2...@gmail.com
+
+-Update to 2.1.2
+ + Minor changes
+   * Fix regex for positive exponentials
+   * ValueError when using .rows on sheet with hyperlinks
+ + Bug fixes
+   * defined names with formulae raise exceptions
+   * ValueError when reading cells with hyperlinks
+   * IndexError when reading definedNames
+   * number_format not consistently applied from styles
+-Update to 2.1.1
+ + Minor changes
+   * Support different workbook code names
+   * Allow auto_axis keyword for ScatterCharts
+ + Bug fixes
+   * Fills lost in ConditionalFormatting
+   * Support value=”none” in attributes
+   * Support undocumented value for textRotation
+   * Preserve integers in read-only mode
+   * Complete read support for DataValidation
+   * Iterate over unsized worksheets
+-Update to 2.1.0
+ + Major changes
+   * “read_only” and “write_only” new flags for workbooks
+   * Support for reading and writing worksheet protection
+   * Support for reading hidden rows
+   * Cells now manage their styles directly
+   * ColumnDimension and RowDimension object manage their styles directly
+   * Use xmlfile for writing worksheets if available - around 3 times faster
+   * Datavalidation now part of the worksheet package
+ + Minor changes
+   * Number formats are now just strings
+   * Strings can be used for RGB and aRGB colours for Fonts, Fills and Borders
+   * Create all style tags in a single pass
+   * Performance improvement when appending rows
+   * Cleaner conversion of Python to Excel values
+   * PR6 reserve formatting for empty rows
+   * standard worksheets can append from ranges and generators
+ + Bug fixes
+   * Cannot read visibility of sheets and rows
+   * No content type for worksheets
+   * Cannot read sheets with inline strings
+   * 1-indexing for merged cells
+   * Correctly handle removal of cell protection
+   * Cells with formulae do not round-trip
+   * Read DataValidations
+   * Support Defined Named Ranges to external workbooks
+-Update to 2.0.5
+ + Bug fixes
+   * incorrect casting of boolean strings
+   * roundtripping cells with formulae
+-Update to 2.0.4
+ + Minor changes
+   * Add a sample file illustrating colours
+ + Bug fixes
+   * DARKYELLOW was incorrect
+   * Correctly handle extend attribute for fonts
+-Update to 2.0.3
+ + Minor changes
+   * Updated docs
+ + Bug fixes
+   * Cannot load Workbooks with vertAlign styling for fonts
+-Update to 2.0.2
+-Update to 2.0.1
+-Update to 2.0.0
+ + Major changes
+   * This is last release that will support Python 3.2
+   * Cells are referenced with 1-indexing: A1 == cell(row=1, column=1)
+   * Use jdcal for more efficient and reliable conversion of datetimes
+   * Significant speed up when reading files
+   * Merged immutable styles
+   * Type inference is disabled by default
+   * RawCell renamed ReadOnlyCell
+   * ReadOnlyCell.internal_value and ReadOnlyCell.value now behave the same as 
Cell
+   * Provide no size information on unsized worksheets
+   * Lower memory footprint when reading files
+ + Minor changes
+   * All tests converted to pytest
+   * Pyflakes used for static code analysis
+   * Sample code in the documentation is automatically run
+   * Support GradientFills
+   * BaseColWidth set
+ + Pull requests
+   * Add filterColumn, sortCondition support to AutoFilter
+   * Reorder worksheets parts
+   * Update API for conditional formatting
+   * Add support for writing Protection styles, others
+   * Better handling of content types when preserving macros
+ + Bug fixes
+   * ColumnDimension style error
+   * reader.worksheet.fast_parse sets booleans to integers
+   * Auto sizing column widths does not work
+   * Workbooks with chartsheets
+   * Invalid PageMargins
+   * Using v in cells creates invalid files
+   * IndexError when loading workbook
+   * Forded conversion of line breaks
+   * Raise exceptions when passed invalid types
+   * Cannot open files which use non-standard sheet names or reference Ids
+   * Handling unsized worksheets in IterableWorksheet
+   * Handling Workbooks with non-standard references
+   * Handling auto filters where there are only custom filters
+   * Harmonise chart and cell coordinates
+   * Explicit exception raising for invalid characters
+   * Optimized writer can not handle a datetime.time value
+   * Cell coordinates not consistent with documentation
+   * Missing column width causes load_workbook() exception
+   * Handling Workbooks with absolute paths for worksheets (from Sharepoint)
+-Update to 1.8.6
+ + Minor changes
+   * Fixed typo for import Elementtree
+ + Bugfixes
+   * Incorrect path for comments files on Windows
+-Update to 1.8.5
+ + Minor changes
+   * The ‘=’ string is no longer interpreted as a formula
+   * When a client writes empty xml tags for cells (e.g. <c r=’A1’></c>), 
reader will not crash
+-Update to 1.8.4
+ + Bugfixes
+   * better handling of undimensioned worksheets
+   * non-ascii in formualae
+   * correct implementation of register_namepsace for Python 2.6
+-Update to 1.8.3
+ + Major changes
+   * Always parse using cElementTree
+ + Minor changes
+   * Slight improvements in memory use when parsing
+   * error when trying to read comments with optimised reader
+   * unsized worksheets
+   * only numeric cells can be dates
+-Update to 1.8.2
+   * iterable worksheets open too many files
+   * improved handling of lxml
+   * better handling of unique sheetnames
+-Update to 1.8.1
+-Update to 1.8.0
+ + Compatibility
+   * Support for Python 2.5 dropped.
+ + Major changes
+   * Support conditional formatting
+   * Support lxml as backend
+   * Support reading and writing comments
+   * pytest as testrunner now required
+   * Improvements in charts: new types, more reliable
+ + Minor changes
+   * load_workbook now accepts data_only to allow extracting values only from 
formulae. Default is false.
+   * Images can now be anchored to cells
+   * Docs updated
+   * Provisional benchmarking
+   * Added convenience methods for accessing worksheets and cells by key
+
+-------------------------------------------------------------------

Old:
----
  openpyxl-1.6.2.tar.gz

New:
----
  openpyxl-2.1.2.tar.gz

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

Other differences:
------------------
++++++ python3-openpyxl.spec ++++++
--- /var/tmp/diff_new_pack.8PHQB1/_old  2014-11-19 20:30:40.000000000 +0100
+++ /var/tmp/diff_new_pack.8PHQB1/_new  2014-11-19 20:30:40.000000000 +0100
@@ -16,7 +16,7 @@
 
 
 Name:           python3-openpyxl
-Version:        1.6.2
+Version:        2.1.2
 Release:        0
 License:        MIT and Python-2.0
 Summary:        A Python library to read/write Excel 2007 xlsx/xlsm files
@@ -27,8 +27,7 @@
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
 BuildRequires:  python3-distribute
-# tests currently do not work with python 3
-# BuildRequires:  python3-nose
+BuildRequires:  python3-nose
 BuildRequires:  python3-xml
 Requires:       python3-xml
 # for embedded image support
@@ -48,7 +47,6 @@
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
-mv LICENCE LICENSE
 
 # tests currently do not work with python 3
 # %check
@@ -56,7 +54,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS LICENSE README
+%doc AUTHORS.rst LICENCE.rst README.rst
 %{python3_sitelib}/*
 
 %changelog

++++++ openpyxl-1.6.2.tar.gz -> openpyxl-2.1.2.tar.gz ++++++
++++ 32772 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to