Accepting request 660791 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/660791
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openpyxl?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2019-01-08 11:26:06 +00:00 committed by Git OBS Bridge
parent 2eb65548ac
commit be9057af7c
4 changed files with 53 additions and 7 deletions

3
openpyxl-2.5.12.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7bcf019a0be528673a8aec1e60b5c863342c3231962dbf7922fd4da42a49a91a
size 173659

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9239b74faf175dc4276a5fc277655fc53c2f704ded39e680d35e6a39e1913f69
size 170755

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Sat Dec 22 02:55:05 UTC 2018 - Todd R <toddrme2178@gmail.com>
- Update to 2.5.12
+ Bugfixes
* Overwriting default font in Normal style affects library default
* Images not added to anchors.
* Cannot read pivot table formats without dxId
* Repeated registration of simple filter could lead to memory leaks
+ Pull Requests
* Use defusedxml if available
- Update to 2.5.11
+ Pull Requests
* Improved handling of missing rows
* Add support for defined names to tokeniser
- Update to 2.5.10
+ Bugfixes
* Empty column dimensions should not be saved.
+ Pull Requests
* Tokenizer failure for quoted sheet name in second half of range
* Improved error detection in ranges.
- Update to 2.5.9
+ Bugfixes
* Clean AutoFilter name definitions
* Attribute missing from Shape object
* Failure to read all DrawingML means workbook can't be read
+ Pull Requests
* Allow newlines in formulae
* Fix whitespace in front of infix operator in formulae
- Update to 2.5.8
* Cannot control how missing values are displayed in charts.
* Cell references can't be used for chart titles
* Params in iter_cols and iter_rows methods are slightly wrong.
- Update to 2.5.7
* Sheet title containing % need quoting in references
* Cannot set quote prefix
* Pandas timestamps raise KeyError
- Update to 2.5.6
* Read-only mode can leave find-handles open when reading dimensions
* Set a worksheet directly as active
* Internal row counter not adjusted when rows are deleted or inserted
- Update to 2.5.5
+ Bugfixes
* Files with Mac epoch are read incorrectly
* Cannot copy merged cells
* Cannot access ws.active_cell2.5.12
-------------------------------------------------------------------
Wed Jun 13 17:36:54 UTC 2018 - toddrme2178@gmail.com

View File

@ -12,16 +12,16 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-openpyxl
Version: 2.5.4
Version: 2.5.12
Release: 0
Summary: A Python library to read/write Excel 2010 xlsx/xlsm files
License: MIT and Python-2.0
License: MIT AND Python-2.0
Group: Development/Languages/Python
Url: http://openpyxl.readthedocs.org
Source: https://files.pythonhosted.org/packages/source/o/openpyxl/openpyxl-%{version}.tar.gz
@ -55,7 +55,6 @@ It is ported from the PHPExcel project
mv LICENCE.rst LICENSE.rst
%files %{python_files}
%defattr(-,root,root,-)
%doc AUTHORS.rst README.rst
%license LICENSE.rst
%{python_sitelib}/*