Accepting request 676952 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/676952 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openpyxl?expand=0&rev=10
This commit is contained in:
commit
32698f6183
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7bcf019a0be528673a8aec1e60b5c863342c3231962dbf7922fd4da42a49a91a
|
|
||||||
size 173659
|
|
3
openpyxl-2.6.0.tar.gz
Normal file
3
openpyxl-2.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:70da6b45a5925285b6a3d93570b45f4402eb2d335740163a58eef533b139565c
|
||||||
|
size 172572
|
@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 16 11:40:02 UTC 2019 - Hans-Peter Jansen <hpj@urpla.net>
|
||||||
|
|
||||||
|
- Update to 2.6.0 (2019-02-06)
|
||||||
|
+ Bugfixes
|
||||||
|
* #1162 Exception on tables with names containing spaces.
|
||||||
|
* #1170 Cannot save files with existing images.
|
||||||
|
|
||||||
|
- Update to 2.6.-b1 (2019-01-08)
|
||||||
|
+ Bugfixes
|
||||||
|
* #1141 Cannot use read-only mode with stream
|
||||||
|
* #1143 Hyperlinks always set on A1
|
||||||
|
* #1151 Internal row counter not initialised when reading files
|
||||||
|
* #1152 Exception raised on out of bounds date
|
||||||
|
|
||||||
|
- Update to 2.6-a1 (2018-11-21)
|
||||||
|
+ Major changes
|
||||||
|
* Implement robust for merged cells so that these can be
|
||||||
|
formatted the way Excel does without confusion. Thanks to
|
||||||
|
Magnus Schieder.
|
||||||
|
+ Minor changes
|
||||||
|
* Add support for worksheet scenarios
|
||||||
|
* Add read support for chartsheets
|
||||||
|
* Add method for moving ranges of cells on a worksheet
|
||||||
|
* Last version to support Python 2.7
|
||||||
|
+ Deprecations
|
||||||
|
* Type inference and coercion for cell values
|
||||||
|
|
||||||
|
- Update to 2.5.15 (unreleased)
|
||||||
|
|
||||||
|
- Update to 2.5.14 (2019-01-23)
|
||||||
|
+ Bugfixes
|
||||||
|
* #1150 Correct typo in LineProperties
|
||||||
|
* #1142 Exception raised for unsupported image files
|
||||||
|
* #1159 Exception raised when cannot find source for non-local
|
||||||
|
cache object
|
||||||
|
+ Pull Requests
|
||||||
|
* PR301 Add support for nested brackets to the tokeniser
|
||||||
|
* PR303 Improvements on handling nested brackets in the
|
||||||
|
tokeniser
|
||||||
|
|
||||||
|
- Update to 2.5.13 (brown bag)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 22 02:55:05 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
Sat Dec 22 02:55:05 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-openpyxl
|
# spec file for package python-openpyxl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-openpyxl
|
Name: python-openpyxl
|
||||||
Version: 2.5.12
|
Version: 2.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Python library to read/write Excel 2010 xlsx/xlsm files
|
Summary: A Python library to read/write Excel 2010 xlsx/xlsm files
|
||||||
License: MIT AND Python-2.0
|
License: MIT AND Python-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user