commit python3-openpyxl for openSUSE:Factory

2017-04-14 Thread root
Hello community,

here is the log from the commit of package python3-openpyxl for 
openSUSE:Factory checked in at 2017-04-14 13:32:17

Comparing /work/SRC/openSUSE:Factory/python3-openpyxl (Old)
 and  /work/SRC/openSUSE:Factory/.python3-openpyxl.new (New)


Package is "python3-openpyxl"

Fri Apr 14 13:32:17 2017 rev:17 rq:461216 version:2.4.1

Changes:

--- /work/SRC/openSUSE:Factory/python3-openpyxl/python3-openpyxl.changes
2016-11-28 15:10:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-openpyxl.new/python3-openpyxl.changes   
2017-04-14 13:32:48.453055770 +0200
@@ -1,0 +2,10 @@
+Wed Mar  1 00:35:59 UTC 2017 - toddrme2...@gmail.com
+
+- Change python3-distribute BuildRequires to python3-setuptools
+
+---
+Tue Feb  7 12:32:28 UTC 2017 - suse-b...@cboltz.de
+
+- add missing Requires: python3-jdcal
+
+---



Other differences:
--
++ python3-openpyxl.spec ++
--- /var/tmp/diff_new_pack.thcBe8/_old  2017-04-14 13:32:49.056970423 +0200
+++ /var/tmp/diff_new_pack.thcBe8/_new  2017-04-14 13:32:49.056970423 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-openpyxl
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -27,9 +27,10 @@
 BuildRequires:  python3
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
+BuildRequires:  python3-setuptools
 BuildRequires:  python3-nose
 BuildRequires:  python3-xml
+Requires:   python3-jdcal
 Requires:   python3-xml
 # for embedded image support
 Recommends: python3-Pillow




commit python3-openpyxl for openSUSE:Factory

2016-11-28 Thread h_root
Hello community,

here is the log from the commit of package python3-openpyxl for 
openSUSE:Factory checked in at 2016-11-28 15:09:58

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
2016-09-28 15:04:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-openpyxl.new/python3-openpyxl.changes   
2016-11-28 15:10:12.0 +0100
@@ -1,0 +2,28 @@
+Sat Nov 26 18:25:12 UTC 2016 - a...@gmx.de
+
+- update to version 2.4.1:
+  * Bug fixes
++ #643 Make checking for duplicate sheet titles case insensitive
++ #647 Trouble handling LibreOffice files with named styles
++ #687 Directly assigned new named styles always refer to “Normal”
++ #690 Cannot parse print titles with multiple sheet names
++ #691 Cannot work with macro files created by LibreOffice
++ Prevent duplicate differential styles
++ #694 Allow sheet titles longer than 31 characters
++ #697 Cannot unset hyperlinks
++ #699 Exception raised when format objects use cell references
++ #703 Copy height and width when copying comments
++ #705 Incorrect content type for VBA macros
++ #707 IndexError raised in read-only mode when accessing
+   individual cells
++ #711 Files with external links become corrupted
++ #715 Cannot read files containing macro sheets
++ #717 Details from named styles not preserved when reading files
++ #722 Remove broken Print Title and Print Area definitions
+  * Minor changes
++ Add support for Python 3.6
++ Correct documentation for headers and footers
+  * Deprecations
++ Worksheet methods get_named_range() and get_sqaured_range()
+
+---

Old:

  openpyxl-2.4.0.tar.gz

New:

  openpyxl-2.4.1.tar.gz



Other differences:
--
++ python3-openpyxl.spec ++
--- /var/tmp/diff_new_pack.9XZIY6/_old  2016-11-28 15:10:13.0 +0100
+++ /var/tmp/diff_new_pack.9XZIY6/_new  2016-11-28 15:10:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-openpyxl
-Version:2.4.0
+Version:2.4.1
 Release:0
 Summary:A Python library to read/write Excel 2007 xlsx/xlsm files
 License:MIT and Python-2.0

++ openpyxl-2.4.0.tar.gz -> openpyxl-2.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.4.0/AUTHORS.rst 
new/openpyxl-2.4.1/AUTHORS.rst
--- old/openpyxl-2.4.0/AUTHORS.rst  2016-09-15 10:23:12.0 +0200
+++ new/openpyxl-2.4.1/AUTHORS.rst  2016-11-23 15:13:45.0 +0100
@@ -23,6 +23,7 @@
 * Brice Gelineau
 * Alex Gronholm
 * Yaroslav Halchenko
+* Fumito Hamamura
 * Khchine Hamza
 * Josh Haywood
 * Jeff Holman
@@ -34,6 +35,7 @@
 * Chi Ho Kwok
 * Yingjie Lan
 * Detlef Lannert
+* Laurent Laporte
 * Nicholas Laver
 * Greg Lehmann
 * Adam Lofts
@@ -60,6 +62,7 @@
 * Dieter Vandenbussche
 * Paul Van Der Linden
 * Gerald Van Huffelen
+* Koert van der Veer
 * Laurent Vasseur
 * Kay Webber
 * Shibukawa Yoshiki
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.4.0/PKG-INFO new/openpyxl-2.4.1/PKG-INFO
--- old/openpyxl-2.4.0/PKG-INFO 2016-09-15 10:25:11.0 +0200
+++ new/openpyxl-2.4.1/PKG-INFO 2016-11-23 15:16:29.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: openpyxl
-Version: 2.4.0
+Version: 2.4.1
 Summary: A Python library to read/write Excel 2010 xlsx/xlsm files
 Home-page: http://openpyxl.readthedocs.org
 Author: See AUTHORS
@@ -70,4 +70,5 @@
 Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
 Requires: python (>=2.6.0)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.4.0/openpyxl/.constants.json 
new/openpyxl-2.4.1/openpyxl/.constants.json
--- old/openpyxl-2.4.0/openpyxl/.constants.json 2016-09-15 10:23:12.0 
+0200
+++ new/openpyxl-2.4.1/openpyxl/.constants.json 2016-11-23 15:13:45.0 
+0100
@@ -4,5 +4,5 @@
 "__license__": "MIT/Expat",
 "__maintainer_email__": "openpyxl-us...@googlegroups.com",
 "__url__": "http://openpyxl.readthedocs.org;,
-"__version__": "2.4.0"
+"__version__": "2.4.1"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.4.0/openpyxl/cell/cell.py 
new/openpyxl-2.4.1/openpyxl/cell/cell.py
--- old/openpyxl-2.4.0/openpyxl/cell/cell.py

commit python3-openpyxl for openSUSE:Factory

2016-09-28 Thread h_root
Hello community,

here is the log from the commit of package python3-openpyxl for 
openSUSE:Factory checked in at 2016-09-28 15:04:57

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
2016-05-25 21:25:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-openpyxl.new/python3-openpyxl.changes   
2016-09-28 15:04:59.0 +0200
@@ -1,0 +2,79 @@
+Tue Sep 27 15:45:21 UTC 2016 - a...@gmx.de
+
+- update to version 2.4.0:
+  * Bug fixes
++ #652 Exception raised when epoch is 1904
++ #642 Cannot handle unicode in headers and footers in Python 2
++ #646 Cannot handle unicode sheetnames in Python 2
++ #658 Chart styles, and axis units should not be 0
++ #663 Strings in external workbooks not unicode
+  * Minor changes
++ Add a keep_links option to load_workbook. External links contain
+  cached
+
+- changes from version 2.4.0-b1:
+  * Minor changes
++ Add an the alias hide_drop_down to DataValidation for
+  showDropDown because that is how Excel works.
+  * Bug fixes
++ #625 Exception raises when inspecting EmptyCells in read-only
+  mode
++ #547 Functions for handling OOXML “escaped” ST_XStrings
++ #629 Row Dimensions not supported in write-only mode
++ #530 Problems when removing worksheets with charts
++ #630 Cannot use SheetProtection in write-only mode
+  * Features
++ Add write support for worksheet tables
+
+- changes from version 2.4.0-a1:
+  * Minor changes
++ Remove deprecated methods from DataValidation
++ Remove deprecated methods from PrintPageSetup
++ Convert AutoFilter to Serialisable and extend support for
+  filters
++ Add support for SortState
++ Removed use_iterators keyword when loading workbooks. Use
+  read_only instead.
++ Removed optimized_write keyword for new workbooks. Use
+  write_only instead.
++ Improve print title support
++ Add print area support
++ New implementation of defined names
++ New implementation of page headers and footers
++ Add support for Python’s NaN
++ Added iter_cols method for worksheets
++ ws.rows and ws.columns now always return generators and start at
+  the top of the worksheet
++ Add a values property for worksheets
++ Default column width changed to 8 as per the specification
+  * Deprecations
++ Cell anchor method
++ Worksheet point_pos method
++ Worksheet add_print_title method
++ Worksheet HeaderFooter attribute, replaced by individual ones
++ Flatten function for cells
++ Workbook get_named_range, add_named_range, remove_named_range,
+  get_sheet_names, get_sheet_by_name
++ Comment text attribute
++ Use of range strings deprecated for ws.iter_rows()
++ Use of coordinates deprecated for ws.cell()
++ Deprecate .copy() method for StyleProxy objects
+  * Bug fixes
++ #152 Hyperlinks lost when reading files
++ #171 Add function for copying worksheets
++ #386 Cells with inline strings considered empty
++ #397 Add support for ranges of rows and columns
++ #446 Workbook with definedNames corrupted by openpyxl
++ #481 “safe” reserved ranges are not read from workbooks
++ #501 Discarding named ranges can lead to corrupt files
++ #574 Exception raised when using the class method to parse
+  Relationships
++ #579 Crashes when reading defined names with no content
++ #597 Cannot read worksheets without coordinates
++ #617 Customised named styles not correctly preserved
+
+- changes from version 2.3.5:
+  * Bug fixes
++ #618 Comments not written in write-only mode
+
+---

Old:

  openpyxl-2.3.4.tar.gz

New:

  openpyxl-2.4.0.tar.gz



Other differences:
--
++ python3-openpyxl.spec ++
--- /var/tmp/diff_new_pack.U0jcOO/_old  2016-09-28 15:05:00.0 +0200
+++ /var/tmp/diff_new_pack.U0jcOO/_new  2016-09-28 15:05:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-openpyxl
-Version:2.3.4
+Version:2.4.0
 Release:0
 Summary:A Python library to read/write Excel 2007 xlsx/xlsm files
 License:MIT and Python-2.0

++ openpyxl-2.3.4.tar.gz -> openpyxl-2.4.0.tar.gz ++
 15099 lines of diff (skipped)




commit python3-openpyxl for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package python3-openpyxl for 
openSUSE:Factory checked in at 2016-05-25 21:25:04

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
2016-03-21 12:45:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-openpyxl.new/python3-openpyxl.changes   
2016-05-25 21:25:05.0 +0200
@@ -1,0 +2,8 @@
+Sun May  8 07:03:39 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * changed to https for source url
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-openpyxl.spec ++
--- /var/tmp/diff_new_pack.zPxmEP/_old  2016-05-25 21:25:06.0 +0200
+++ /var/tmp/diff_new_pack.zPxmEP/_new  2016-05-25 21:25:06.0 +0200
@@ -23,7 +23,7 @@
 License:MIT and Python-2.0
 Group:  Development/Languages/Python
 Url:http://openpyxl.readthedocs.org
-Source: 
http://pypi.python.org/packages/source/o/openpyxl/openpyxl-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/o/openpyxl/openpyxl-%{version}.tar.gz
 BuildRequires:  python3
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel




commit python3-openpyxl for openSUSE:Factory

2016-03-21 Thread h_root
Hello community,

here is the log from the commit of package python3-openpyxl for 
openSUSE:Factory checked in at 2016-03-21 12:45:35

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
2016-01-30 11:31:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-openpyxl.new/python3-openpyxl.changes   
2016-03-21 12:45:35.0 +0100
@@ -1,0 +2,8 @@
+Sat Mar 19 21:44:36 UTC 2016 - a...@gmx.de
+
+- update to version 2.3.4:
+  * #594 Content types might be missing when keeping VBA
+  * #599 Cells with only one cell look empty
+  * #607 Serialise NaN as ‘’
+
+---

Old:

  openpyxl-2.3.3.tar.gz

New:

  openpyxl-2.3.4.tar.gz



Other differences:
--
++ python3-openpyxl.spec ++
--- /var/tmp/diff_new_pack.DAR9BJ/_old  2016-03-21 12:45:36.0 +0100
+++ /var/tmp/diff_new_pack.DAR9BJ/_new  2016-03-21 12:45:36.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-openpyxl
-Version:2.3.3
+Version:2.3.4
 Release:0
 Summary:A Python library to read/write Excel 2007 xlsx/xlsm files
 License:MIT and Python-2.0

++ openpyxl-2.3.3.tar.gz -> openpyxl-2.3.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.3.3/PKG-INFO new/openpyxl-2.3.4/PKG-INFO
--- old/openpyxl-2.3.3/PKG-INFO 2016-01-18 18:51:45.0 +0100
+++ new/openpyxl-2.3.4/PKG-INFO 2016-03-16 10:40:03.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: openpyxl
-Version: 2.3.3
+Version: 2.3.4
 Summary: A Python library to read/write Excel 2010 xlsx/xlsm files
 Home-page: http://openpyxl.readthedocs.org
 Author: See AUTHORS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.3.3/openpyxl/.constants.json 
new/openpyxl-2.3.4/openpyxl/.constants.json
--- old/openpyxl-2.3.3/openpyxl/.constants.json 2016-01-18 18:50:57.0 
+0100
+++ new/openpyxl-2.3.4/openpyxl/.constants.json 2016-03-16 10:38:26.0 
+0100
@@ -4,5 +4,5 @@
 "__license__": "MIT/Expat",
 "__maintainer_email__": "openpyxl-us...@googlegroups.com",
 "__url__": "http://openpyxl.readthedocs.org;,
-"__version__": "2.3.3"
+"__version__": "2.3.4"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.3.3/openpyxl/cell/cell.py 
new/openpyxl-2.3.4/openpyxl/cell/cell.py
--- old/openpyxl-2.3.3/openpyxl/cell/cell.py2016-01-18 18:50:57.0 
+0100
+++ new/openpyxl-2.3.4/openpyxl/cell/cell.py2016-03-16 10:38:26.0 
+0100
@@ -321,7 +321,6 @@
 but you can modify it afterwards by setting the `value`
 property, and the hyperlink will remain."""
 self._hyperlink = Hyperlink(ref=self.coordinate, target=val)
-self.parent.hyperlinks.add(self)
 if self._value is None:
 self.value = val
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.3.3/openpyxl/compat/strings.py 
new/openpyxl-2.3.4/openpyxl/compat/strings.py
--- old/openpyxl-2.3.3/openpyxl/compat/strings.py   2016-01-18 
18:50:57.0 +0100
+++ new/openpyxl-2.3.4/openpyxl/compat/strings.py   2016-03-16 
10:38:26.0 +0100
@@ -5,6 +5,7 @@
 
 VER = sys.version_info
 
+from math import isnan
 from .numbers import NUMERIC_TYPES
 
 if VER[0] == 3:
@@ -26,7 +27,10 @@
 def safe_string(value):
 """Safely and consistently format numeric values"""
 if isinstance(value, NUMERIC_TYPES):
-value = "%.16g" % value
+if isnan(value):
+value = ""
+else:
+value = "%.16g" % value
 elif value is None:
 value = "none"
 elif not isinstance(value, basestring):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.3.3/openpyxl/packaging/manifest.py 
new/openpyxl-2.3.4/openpyxl/packaging/manifest.py
--- old/openpyxl-2.3.3/openpyxl/packaging/manifest.py   2016-01-18 
18:50:57.0 +0100
+++ new/openpyxl-2.3.4/openpyxl/packaging/manifest.py   2016-03-16 
10:38:26.0 +0100
@@ -153,6 +153,10 @@
 node = fromstring(workbook.vba_archive.read(ARC_CONTENT_TYPES))
 manifest = Manifest.from_tree(node)
 del node
+partnames = [t.PartName for t in manifest.Override]
+for override in DEFAULT_OVERRIDE:
+if override.PartName not in partnames:
+manifest.Override.append(override)
 
 # 

commit python3-openpyxl for openSUSE:Factory

2016-01-30 Thread h_root
Hello community,

here is the log from the commit of package python3-openpyxl for 
openSUSE:Factory checked in at 2016-01-30 11:31:17

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
2015-11-23 07:30:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-openpyxl.new/python3-openpyxl.changes   
2016-01-30 11:31:18.0 +0100
@@ -1,0 +2,30 @@
+Wed Jan 27 04:41:00 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- 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.
+
+---

Old:

  openpyxl-2.3.1.tar.gz

New:

  openpyxl-2.3.3.tar.gz



Other differences:
--
++ python3-openpyxl.spec ++
--- /var/tmp/diff_new_pack.vAkDUj/_old  2016-01-30 11:31:19.0 +0100
+++ /var/tmp/diff_new_pack.vAkDUj/_new  2016-01-30 11:31:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-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:   python3-openpyxl
-Version:2.3.1
+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.3.1.tar.gz -> openpyxl-2.3.3.tar.gz ++
 1979 lines of diff (skipped)




commit python3-openpyxl for openSUSE:Factory

2015-11-22 Thread h_root
Hello community,

here is the log from the commit of package python3-openpyxl for 
openSUSE:Factory checked in at 2015-11-23 07:30:13

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
2015-11-05 11:35:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-openpyxl.new/python3-openpyxl.changes   
2015-11-23 07:30:14.0 +0100
@@ -1,0 +2,15 @@
+Sun Nov 22 00:55:36 UTC 2015 - a...@gmx.de
+
+- 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.
+
+---

Old:

  openpyxl-2.3.0.tar.gz

New:

  openpyxl-2.3.1.tar.gz



Other differences:
--
++ python3-openpyxl.spec ++
--- /var/tmp/diff_new_pack.FQX20y/_old  2015-11-23 07:30:15.0 +0100
+++ /var/tmp/diff_new_pack.FQX20y/_new  2015-11-23 07:30:15.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-openpyxl
-Version:2.3.0
+Version:2.3.1
 Release:0
 Summary:A Python library to read/write Excel 2007 xlsx/xlsm files
 License:MIT and Python-2.0

++ openpyxl-2.3.0.tar.gz -> openpyxl-2.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.3.0/AUTHORS.rst 
new/openpyxl-2.3.1/AUTHORS.rst
--- old/openpyxl-2.3.0/AUTHORS.rst  2015-10-20 18:25:39.0 +0200
+++ new/openpyxl-2.3.1/AUTHORS.rst  2015-11-20 09:48:05.0 +0100
@@ -15,6 +15,7 @@
 * ccoacley
 * Maarten De Paepe
 * Etienne Desautels
+* Dmitriy Chernyshov
 * Eric Chlebek
 * Alexandre Fayolle
 * Eric Gazoni
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.3.0/PKG-INFO new/openpyxl-2.3.1/PKG-INFO
--- old/openpyxl-2.3.0/PKG-INFO 2015-10-20 18:26:07.0 +0200
+++ new/openpyxl-2.3.1/PKG-INFO 2015-11-20 09:49:39.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: openpyxl
-Version: 2.3.0
+Version: 2.3.1
 Summary: A Python library to read/write Excel 2010 xlsx/xlsm files
 Home-page: http://openpyxl.readthedocs.org
 Author: See AUTHORS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.3.0/openpyxl/.constants.json 
new/openpyxl-2.3.1/openpyxl/.constants.json
--- old/openpyxl-2.3.0/openpyxl/.constants.json 2015-10-20 18:25:39.0 
+0200
+++ new/openpyxl-2.3.1/openpyxl/.constants.json 2015-11-20 09:48:05.0 
+0100
@@ -4,5 +4,5 @@
 "__license__": "MIT/Expat",
 "__maintainer_email__": "openpyxl-us...@googlegroups.com",
 "__url__": "http://openpyxl.readthedocs.org;,
-"__version__": "2.3.0"
+"__version__": "2.3.1"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.3.0/openpyxl/cell/text.py 
new/openpyxl-2.3.1/openpyxl/cell/text.py
--- old/openpyxl-2.3.0/openpyxl/cell/text.py1970-01-01 01:00:00.0 
+0100
+++ new/openpyxl-2.3.1/openpyxl/cell/text.py2015-11-20 09:48:05.0 
+0100
@@ -0,0 +1,180 @@
+from __future__ import absolute_import
+# Copyright (c) 2010-2015 openpyxl
+
+"""
+Richtext definition
+"""
+from openpyxl.compat import unicode
+
+from openpyxl.descriptors.serialisable import Serialisable
+from openpyxl.descriptors import (
+Alias,
+Typed,
+Integer,
+Set,
+Bool,
+String,
+Sequence,
+)
+from openpyxl.descriptors.nested import (
+NestedBool,
+NestedInteger,
+NestedString,
+NestedText,
+)
+from openpyxl.styles.fonts import Font
+
+
+class PhoneticProperties(Serialisable):
+
+fontId = Integer()
+type = Set(values=(['halfwidthKatakana', 'fullwidthKatakana', 'Hiragana',
+'noConversion']))
+alignment = Set(values=(['noControl', 'left', 'center', 'distributed']))
+
+def __init__(self,
+ fontId=None,
+ type=None,
+ alignment=None,
+):
+self.fontId = fontId
+self.type = type
+self.alignment = alignment
+
+
+class PhoneticText(Serialisable):
+
+sb = Integer()
+eb 

commit python3-openpyxl for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package python3-openpyxl for 
openSUSE:Factory checked in at 2015-11-05 11:35:43

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
2015-06-23 11:57:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-openpyxl.new/python3-openpyxl.changes   
2015-11-05 11:35:44.0 +0100
@@ -1,0 +2,50 @@
+Thu Oct 29 15:28:52 UTC 2015 - a...@gmx.de
+
+- 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
+
+---

Old:

  openpyxl-2.2.4.tar.gz

New:

  openpyxl-2.3.0.tar.gz



Other differences:
--
++ python3-openpyxl.spec ++
--- /var/tmp/diff_new_pack.N7l3PL/_old  2015-11-05 11:35:45.0 +0100
+++ /var/tmp/diff_new_pack.N7l3PL/_new  2015-11-05 11:35:45.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-openpyxl
-Version:2.2.4
+Version:2.3.0
 Release:0
 Summary:A Python library to read/write Excel 2007 xlsx/xlsm files
 License:MIT and Python-2.0

++ openpyxl-2.2.4.tar.gz -> openpyxl-2.3.0.tar.gz ++
 19581 lines of diff (skipped)




commit python3-openpyxl for openSUSE:Factory

2015-06-23 Thread h_root
Hello community,

here is the log from the commit of package python3-openpyxl for 
openSUSE:Factory checked in at 2015-06-23 11:57:42

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
2015-05-27 12:51:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-openpyxl.new/python3-openpyxl.changes   
2015-06-23 11:57:43.0 +0200
@@ -1,0 +2,13 @@
+Thu Jun 18 15:26:09 UTC 2015 - a...@gmx.de
+
+- 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
+
+---

Old:

  openpyxl-2.2.3.tar.gz

New:

  openpyxl-2.2.4.tar.gz



Other differences:
--
++ python3-openpyxl.spec ++
--- /var/tmp/diff_new_pack.vhdDzi/_old  2015-06-23 11:57:43.0 +0200
+++ /var/tmp/diff_new_pack.vhdDzi/_new  2015-06-23 11:57:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-openpyxl
-Version:2.2.3
+Version:2.2.4
 Release:0
 Summary:A Python library to read/write Excel 2007 xlsx/xlsm files
 License:MIT and Python-2.0

++ openpyxl-2.2.3.tar.gz - openpyxl-2.2.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.2.3/PKG-INFO new/openpyxl-2.2.4/PKG-INFO
--- old/openpyxl-2.2.3/PKG-INFO 2015-05-26 14:29:15.0 +0200
+++ new/openpyxl-2.2.4/PKG-INFO 2015-06-17 22:52:20.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: openpyxl
-Version: 2.2.3
+Version: 2.2.4
 Summary: A Python library to read/write Excel 2007 xlsx/xlsm files
 Home-page: http://openpyxl.readthedocs.org
 Author: See AUTHORS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.2.3/openpyxl/__init__.py 
new/openpyxl-2.2.4/openpyxl/__init__.py
--- old/openpyxl-2.2.3/openpyxl/__init__.py 2015-05-26 14:27:40.0 
+0200
+++ new/openpyxl-2.2.4/openpyxl/__init__.py 2015-06-17 22:50:50.0 
+0200
@@ -11,7 +11,7 @@
 
 
 # constants
-__version__ = '2.2.3'
+__version__ = '2.2.4'
 
 __author__ = 'Eric Gazoni'
 __license__ = 'MIT/Expat'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.2.3/openpyxl/cell/cell.py 
new/openpyxl-2.2.4/openpyxl/cell/cell.py
--- old/openpyxl-2.2.3/openpyxl/cell/cell.py2015-05-09 17:26:19.0 
+0200
+++ new/openpyxl-2.2.4/openpyxl/cell/cell.py2015-06-17 22:50:50.0 
+0200
@@ -81,7 +81,7 @@
 Properties of interest include style, type, value, and address.
 
 
-__slots__ =  StyleableObject.__slots__ + (
+__slots__ =  (
 'column',
 'row',
 'coordinate',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.2.3/openpyxl/styles/numbers.py 
new/openpyxl-2.2.4/openpyxl/styles/numbers.py
--- old/openpyxl-2.2.3/openpyxl/styles/numbers.py   2015-05-09 
17:26:19.0 +0200
+++ new/openpyxl-2.2.4/openpyxl/styles/numbers.py   2015-06-17 
22:50:50.0 +0200
@@ -161,12 +161,13 @@
 
 
 DATE_INDICATORS = 'dmyhs'
-BAD_DATE_RE = re.compile(r'(\[|).*[dmhys].*(\]|)')
+BAD_DATE_RE = re.compile(r'((?=\[)|).*[dmhys]+.*(\]|)', re.UNICODE)
 
 def is_date_format(fmt):
 if fmt is None:
 return False
-if any([x in fmt.lower() for x in DATE_INDICATORS]):
+fmt = fmt.lower()
+if any([x in fmt for x in DATE_INDICATORS]):
 return not BAD_DATE_RE.search(fmt)
 return False
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.2.3/openpyxl/worksheet/properties.py 
new/openpyxl-2.2.4/openpyxl/worksheet/properties.py
--- old/openpyxl-2.2.3/openpyxl/worksheet/properties.py 2015-05-26 
14:27:40.0 +0200
+++ new/openpyxl-2.2.4/openpyxl/worksheet/properties.py 2015-06-17 
22:50:50.0 +0200
@@ -146,6 +146,10 @@
 
 el = Element(props.tag, attributes)
 
+tab_color = props.tabColor
+if tab_color:
+el.append(Element('{%s}tabColor' % SHEET_MAIN_NS, rgb=tab_color.value))
+
 outline = props.outlinePr
 if outline:
 el.append(Element(outline.tag, dict(outline)))
@@ -154,7 +158,5 

commit python3-openpyxl for openSUSE:Factory

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package python3-openpyxl for 
openSUSE:Factory checked in at 2015-05-27 12:51:35

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
2015-05-02 21:42:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-openpyxl.new/python3-openpyxl.changes   
2015-05-27 12:51:36.0 +0200
@@ -1,0 +2,17 @@
+Tue May 26 16:18:53 UTC 2015 - a...@gmx.de
+
+- 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.2.3.tar.gz



Other differences:
--
++ python3-openpyxl.spec ++
--- /var/tmp/diff_new_pack.RWtpq3/_old  2015-05-27 12:51:37.0 +0200
+++ /var/tmp/diff_new_pack.RWtpq3/_new  2015-05-27 12:51:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-openpyxl
-Version:2.2.2
+Version:2.2.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.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.2.2/PKG-INFO new/openpyxl-2.2.3/PKG-INFO
--- old/openpyxl-2.2.2/PKG-INFO 2015-04-28 19:11:08.0 +0200
+++ new/openpyxl-2.2.3/PKG-INFO 2015-05-26 14:29:15.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: openpyxl
-Version: 2.2.2
+Version: 2.2.3
 Summary: A Python library to read/write Excel 2007 xlsx/xlsm files
 Home-page: http://openpyxl.readthedocs.org
 Author: See AUTHORS
@@ -33,7 +33,7 @@
 # grab the active worksheet
 ws = wb.active
 
-# Data can be directly to cells
+# Data can be assigned directly to cells
 ws['A1'] = 42
 
 # Rows can also be appended
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.2.2/README.rst 
new/openpyxl-2.2.3/README.rst
--- old/openpyxl-2.2.2/README.rst   2015-03-20 16:18:11.0 +0100
+++ new/openpyxl-2.2.3/README.rst   2015-05-26 14:27:40.0 +0200
@@ -25,7 +25,7 @@
 # grab the active worksheet
 ws = wb.active
 
-# Data can be directly to cells
+# Data can be assigned directly to cells
 ws['A1'] = 42
 
 # Rows can also be appended
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.2.2/openpyxl/__init__.py 
new/openpyxl-2.2.3/openpyxl/__init__.py
--- old/openpyxl-2.2.2/openpyxl/__init__.py 2015-04-28 19:10:02.0 
+0200
+++ new/openpyxl-2.2.3/openpyxl/__init__.py 2015-05-26 14:27:40.0 
+0200
@@ -11,7 +11,7 @@
 
 
 # constants
-__version__ = '2.2.2'
+__version__ = '2.2.3'
 
 __author__ = 'Eric Gazoni'
 __license__ = 'MIT/Expat'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.2.2/openpyxl/reader/worksheet.py 
new/openpyxl-2.2.3/openpyxl/reader/worksheet.py
--- old/openpyxl-2.2.2/openpyxl/reader/worksheet.py 2015-03-31 
11:12:52.0 +0200
+++ new/openpyxl-2.2.3/openpyxl/reader/worksheet.py 2015-05-26 
14:27:40.0 +0200
@@ -197,7 +197,7 @@
 def parse_page_setup(self, element):
 id_key = '{%s}id' % REL_NS
 if id_key in element.attrib.keys():
-element.attrib['id'] = element.attrib.pop(id_key)
+element.attrib.pop(id_key)
 
 self.ws.page_setup = PageSetup(**element.attrib)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.2.2/openpyxl/worksheet/page.py 
new/openpyxl-2.2.3/openpyxl/worksheet/page.py
--- old/openpyxl-2.2.2/openpyxl/worksheet/page.py   2015-03-20 
16:18:11.0 +0100
+++ new/openpyxl-2.2.3/openpyxl/worksheet/page.py   2015-05-26 
14:27:40.0 +0200
@@ -20,7 +20,7 @@
 class PageSetup(Strict):
  Worksheet page setup 
 
-tag = {%s}pageSetup % SHEET_MAIN_NS
+tag = pageSetup
 
 orientation = 

commit python3-openpyxl for openSUSE:Factory

2015-05-02 Thread h_root
Hello community,

here is the log from the commit of package python3-openpyxl for 
openSUSE:Factory checked in at 2015-05-02 21:42:33

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
2015-04-05 02:04:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-openpyxl.new/python3-openpyxl.changes   
2015-05-02 21:42:34.0 +0200
@@ -1,0 +2,7 @@
+Sat May  2 17:51:47 UTC 2015 - a...@gmx.de
+
+- update to version 2.2.2:
+  * #447 Uppercase datetime number formats not recognised.
+  * #453 Borders broken in shared_styles.
+
+---

Old:

  openpyxl-2.2.1.tar.gz

New:

  openpyxl-2.2.2.tar.gz



Other differences:
--
++ python3-openpyxl.spec ++
--- /var/tmp/diff_new_pack.zYbKoQ/_old  2015-05-02 21:42:35.0 +0200
+++ /var/tmp/diff_new_pack.zYbKoQ/_new  2015-05-02 21:42:35.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-openpyxl
-Version:2.2.1
+Version:2.2.2
 Release:0
 Summary:A Python library to read/write Excel 2007 xlsx/xlsm files
 License:MIT and Python-2.0

++ openpyxl-2.2.1.tar.gz - openpyxl-2.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.2.1/PKG-INFO new/openpyxl-2.2.2/PKG-INFO
--- old/openpyxl-2.2.1/PKG-INFO 2015-03-31 11:14:50.0 +0200
+++ new/openpyxl-2.2.2/PKG-INFO 2015-04-28 19:11:08.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: openpyxl
-Version: 2.2.1
+Version: 2.2.2
 Summary: A Python library to read/write Excel 2007 xlsx/xlsm files
 Home-page: http://openpyxl.readthedocs.org
 Author: See AUTHORS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.2.1/openpyxl/__init__.py 
new/openpyxl-2.2.2/openpyxl/__init__.py
--- old/openpyxl-2.2.1/openpyxl/__init__.py 2015-03-20 16:18:11.0 
+0100
+++ new/openpyxl-2.2.2/openpyxl/__init__.py 2015-04-28 19:10:02.0 
+0200
@@ -11,7 +11,7 @@
 
 
 # constants
-__version__ = '2.2.1'
+__version__ = '2.2.2'
 
 __author__ = 'Eric Gazoni'
 __license__ = 'MIT/Expat'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.2.1/openpyxl/styles/numbers.py 
new/openpyxl-2.2.2/openpyxl/styles/numbers.py
--- old/openpyxl-2.2.1/openpyxl/styles/numbers.py   2015-03-20 
16:18:11.0 +0100
+++ new/openpyxl-2.2.2/openpyxl/styles/numbers.py   2015-04-28 
19:08:36.0 +0200
@@ -166,7 +166,7 @@
 def is_date_format(fmt):
 if fmt is None:
 return False
-if any([x in fmt for x in DATE_INDICATORS]):
+if any([x in fmt.lower() for x in DATE_INDICATORS]):
 return not BAD_DATE_RE.search(fmt)
 return False
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.2.1/openpyxl/styles/style.py 
new/openpyxl-2.2.2/openpyxl/styles/style.py
--- old/openpyxl-2.2.1/openpyxl/styles/style.py 2015-03-20 16:18:11.0 
+0100
+++ new/openpyxl-2.2.2/openpyxl/styles/style.py 2015-04-28 19:08:36.0 
+0200
@@ -30,7 +30,7 @@
 fillId = Integer()
 fill = Alias(fillId)
 borderId = Integer()
-border = Alias(border)
+border = Alias(borderId)
 xfId = Integer()
 named_style = Alias(xfId)
 alignmentId = Integer()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.2.1/openpyxl/workbook/workbook.py 
new/openpyxl-2.2.2/openpyxl/workbook/workbook.py
--- old/openpyxl-2.2.1/openpyxl/workbook/workbook.py2015-03-20 
16:18:11.0 +0100
+++ new/openpyxl-2.2.2/openpyxl/workbook/workbook.py2015-04-28 
19:08:36.0 +0200
@@ -120,7 +120,7 @@
 for sid in self._cell_styles:
 font = self._fonts[sid.font]
 fill = self._fills[sid.fill]
-border = self._borders[sid.fill]
+border = self._borders[sid.border]
 alignment = self._alignments[sid.alignment]
 protection = self._protections[sid.protection]
 nf_id = sid.number_format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.2.1/openpyxl.egg-info/PKG-INFO 
new/openpyxl-2.2.2/openpyxl.egg-info/PKG-INFO
--- old/openpyxl-2.2.1/openpyxl.egg-info/PKG-INFO   2015-03-31 
11:14:50.0 +0200
+++ new/openpyxl-2.2.2/openpyxl.egg-info/PKG-INFO   2015-04-28 
19:11:07.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: 

commit python3-openpyxl for openSUSE:Factory

2015-04-04 Thread h_root
Hello community,

here is the log from the commit of package python3-openpyxl for 
openSUSE:Factory checked in at 2015-04-05 02:03:56

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
2015-03-16 07:01:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-openpyxl.new/python3-openpyxl.changes   
2015-04-05 02:04:09.0 +0200
@@ -1,0 +2,17 @@
+Fri Apr  3 00:19:48 UTC 2015 - a...@gmx.de
+
+- update to version 2.2.1:
+  * PR54 Improved precision on times near midnight.
+  * PR55 Preserve macro buttons
+  * #429 Workbook fails to load because header and footers cannot be
+ parsed.
+  * #433 File-like object with encoding=None
+  * #434 SyntaxError when writing page breaks.
+  * #436 Read-only mode duplicates empty rows.
+  * #437 Cell.offset raises an exception
+  * #438 Cells with pivotButton and quotePrefix styles cannot be read
+  * #440 Error when customised versions of builtin formats
+  * #442 Exception raised when a fill element contains no children
+  * #444 Styles cannot be copied
+
+---

Old:

  openpyxl-2.2.0.tar.gz

New:

  openpyxl-2.2.1.tar.gz



Other differences:
--
++ python3-openpyxl.spec ++
--- /var/tmp/diff_new_pack.QLPM4W/_old  2015-04-05 02:04:10.0 +0200
+++ /var/tmp/diff_new_pack.QLPM4W/_new  2015-04-05 02:04:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-openpyxl
-Version:2.2.0
+Version:2.2.1
 Release:0
 Summary:A Python library to read/write Excel 2007 xlsx/xlsm files
 License:MIT and Python-2.0

++ openpyxl-2.2.0.tar.gz - openpyxl-2.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.2.0/PKG-INFO new/openpyxl-2.2.1/PKG-INFO
--- old/openpyxl-2.2.0/PKG-INFO 2015-03-11 17:14:43.0 +0100
+++ new/openpyxl-2.2.1/PKG-INFO 2015-03-31 11:14:50.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: openpyxl
-Version: 2.2.0
+Version: 2.2.1
 Summary: A Python library to read/write Excel 2007 xlsx/xlsm files
 Home-page: http://openpyxl.readthedocs.org
 Author: See AUTHORS
@@ -59,7 +59,6 @@
 Release notes: http://openpyxl.readthedocs.org/en/latest/changes.html
 
 Platform: UNKNOWN
-Classifier: Development Status :: 4 - Beta
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Operating System :: MacOS :: MacOS X
 Classifier: Operating System :: Microsoft :: Windows
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.2.0/openpyxl/__init__.py 
new/openpyxl-2.2.1/openpyxl/__init__.py
--- old/openpyxl-2.2.0/openpyxl/__init__.py 2015-03-11 16:10:31.0 
+0100
+++ new/openpyxl-2.2.1/openpyxl/__init__.py 2015-03-20 16:18:11.0 
+0100
@@ -11,7 +11,7 @@
 
 
 # constants
-__version__ = '2.2.0'
+__version__ = '2.2.1'
 
 __author__ = 'Eric Gazoni'
 __license__ = 'MIT/Expat'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openpyxl-2.2.0/openpyxl/cell/cell.py 
new/openpyxl-2.2.1/openpyxl/cell/cell.py
--- old/openpyxl-2.2.0/openpyxl/cell/cell.py2015-03-11 16:10:31.0 
+0100
+++ new/openpyxl-2.2.1/openpyxl/cell/cell.py2015-03-31 11:12:52.0 
+0200
@@ -71,6 +71,9 @@
 NUMBER_REGEX = 
re.compile(r'^-?([\d]|[\d]+\.[\d]*|\.[\d]+|[1-9][\d]+\.?[\d]*)((E|e)[-+]?[\d]+)?$')
 ILLEGAL_CHARACTERS_RE = re.compile(r'[\000-\010]|[\013-\014]|[\016-\037]')
 
+ERROR_CODES = ('#NULL!', '#DIV/0!', '#VALUE!', '#REF!', '#NAME?', '#NUM!',
+   '#N/A')
+
 
 class Cell(StyleableObject):
 Describes cell associated properties.
@@ -90,13 +93,7 @@
 '_comment',
  )
 
-ERROR_CODES = ('#NULL!',
-   '#DIV/0!',
-   '#VALUE!',
-   '#REF!',
-   '#NAME?',
-   '#NUM!',
-   '#N/A')
+ERROR_CODES = ERROR_CODES
 
 TYPE_STRING = 's'
 TYPE_FORMULA = 'f'
@@ -111,14 +108,17 @@
TYPE_NULL, TYPE_INLINE, TYPE_ERROR, 
TYPE_FORMULA_CACHE_STRING)
 
 
-def __init__(self, worksheet, column, row, value=None, fontId=0, fillId=0,
- borderId=0, alignmentId=0, protectionId=0, numFmtId=0, 
xfId=None):
+def __init__(self, worksheet, column, row, value=None, fontId=0,
+ fillId=0, borderId=0, alignmentId=0, protectionId=0, 
numFmtId=0,
+ pivotButton=None, quotePrefix=None, xfId=None):
 self._font_id 

commit python3-openpyxl for openSUSE:Factory

2015-03-16 Thread h_root
Hello community,

here is the log from the commit of package python3-openpyxl for 
openSUSE:Factory checked in at 2015-03-16 07:00:57

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
2015-01-10 23:05:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-openpyxl.new/python3-openpyxl.changes   
2015-03-16 07:01:09.0 +0100
@@ -1,0 +2,41 @@
+Sat Mar 14 01:21:33 UTC 2015 - a...@gmx.de
+
+- update to version 2.2.0:
+  * #415 Improved exception when passing in invalid in memory files.
+  * Cell styles deprecated, use formatting objects (fonts, fills,
+borders, etc.) directly instead
+  * Charts will no longer try and calculate axes by default
+  * Support for template file types - PR21
+  * Moved ancillary functions and classes into utils package - single
+place of reference
+  * PR 34 Fully support page setup
+  * Removed SAX-based XML Generator. Special thanks to Elias Rabel for
+implementing xmlfile for xml.etree
+  * Preserve sheet view definitions in existing files (frozen panes,
+zoom, etc.)
+  * #103 Set the zoom of a sheet
+  * #199 Hide gridlines
+  * #215 Preserve sheet view setings
+  * #262 Set the zoom of a sheet
+  * #392 Worksheet header not read
+  * #387 Cannot read files without styles.xml
+  * #410 Exception when preserving whitespace in strings
+  * #417 Cannot create print titles
+  * #420 Rename confusing constants
+  * #422 Preserve color index in a workbook if it differs from the
+ standard
+  * Use a 2-way cache for column index lookups
+  * Clean up tests in cells
+  * PR 40 Support frozen panes and autofilter in write-only mode
+  * Use ws.calculate_dimension(force=True) in read-only mode for
+unsized worksheets
+
+- changes from version 2.1.5:
+  * #403 Cannot add comments in write-only mode
+  * #401 Creating cells in an empty row raises an exception
+  * #408 from_excel adjustment for Julian dates 1  x  60
+  * #409 refersTo is an optional attribute
+  * Allow cells to be appended to standard worksheets for code
+compatibility with write-only mode.
+
+---

Old:

  openpyxl-2.1.4.tar.gz

New:

  openpyxl-2.2.0.tar.gz



Other differences:
--
++ python3-openpyxl.spec ++
--- /var/tmp/diff_new_pack.VtAPs2/_old  2015-03-16 07:01:10.0 +0100
+++ /var/tmp/diff_new_pack.VtAPs2/_new  2015-03-16 07:01:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-openpyxl
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   python3-openpyxl
-Version:2.1.4
+Version:2.2.0
 Release:0
 Summary:A Python library to read/write Excel 2007 xlsx/xlsm files
 License:MIT and Python-2.0

++ openpyxl-2.1.4.tar.gz - openpyxl-2.2.0.tar.gz ++
 11743 lines of diff (skipped)

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



commit python3-openpyxl for openSUSE:Factory

2015-01-10 Thread h_root
Hello community,

here is the log from the commit of package python3-openpyxl for 
openSUSE:Factory checked in at 2015-01-10 23:05:37

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-11-19 20:30:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-openpyxl.new/python3-openpyxl.changes   
2015-01-10 23:05:39.0 +0100
@@ -1,0 +2,21 @@
+Sat Jan 10 02:53:44 UTC 2015 - a...@gmx.de
+
+- specfile: update copyright year
+
+- update to version 2.1.4:
+  * #393 IterableWorksheet skips empty cells in rows
+  * #394 Date format is applied to all columns (while only first column 
contains dates)
+  * #395 temporary files not cleaned properly
+  * #396 Cannot write “=” in Excel file
+  * #398 Cannot write empty rows in write-only mode with LXML installed
+  * Add relation namespace to root element for compatibility with iWork
+  * Serialize comments relation in LXML-backend
+
+- changes from version 2.1.3:
+  * PR 31 Correct tutorial
+  * PR 32 See #380
+  * PR 37 Bind worksheet to ColumnDimension objects
+  * #379 ws.append() doesn’t set RowDimension Correctly
+  * #380 empty cells formatted as datetimes raise exceptions
+
+---

Old:

  openpyxl-2.1.2.tar.gz

New:

  openpyxl-2.1.4.tar.gz



Other differences:
--
++ python3-openpyxl.spec ++
--- /var/tmp/diff_new_pack.IozUhf/_old  2015-01-10 23:05:40.0 +0100
+++ /var/tmp/diff_new_pack.IozUhf/_new  2015-01-10 23:05:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-openpyxl
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -13,15 +13,16 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python3-openpyxl
-Version:2.1.2
+Version:2.1.4
 Release:0
-License:MIT and Python-2.0
 Summary:A Python library to read/write Excel 2007 xlsx/xlsm files
-Url:http://openpyxl.readthedocs.org
+License:MIT and Python-2.0
 Group:  Development/Languages/Python
+Url:http://openpyxl.readthedocs.org
 Source: 
http://pypi.python.org/packages/source/o/openpyxl/openpyxl-%{version}.tar.gz
 BuildRequires:  python3
 BuildRequires:  python3-2to3

++ openpyxl-2.1.2.tar.gz - openpyxl-2.1.4.tar.gz ++
 9635 lines of diff (skipped)

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



commit python3-openpyxl for openSUSE:Factory

2014-11-19 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-openpyxl.new/python3-openpyxl.changes   
2014-11-19 20:30:37.0 +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