Accepting request 683879 from devel:languages:python:numeric
- 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/request/show/683879 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openpyxl?expand=0&rev=11
This commit is contained in:
commit
66037d7f13
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70da6b45a5925285b6a3d93570b45f4402eb2d335740163a58eef533b139565c
|
||||
size 172572
|
3
openpyxl-2.6.1.tar.gz
Normal file
3
openpyxl-2.6.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e4db4ee7aadd0ff7a814f7483b2d94e6b8d4f14dff780b023c5bdc94af54dd5
|
||||
size 173261
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 12:34:01 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- 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 <hpj@urpla.net>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user