11
0

Accepting request 676662 from home:frispete:python

- 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

OBS-URL: https://build.opensuse.org/request/show/676662
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-openpyxl?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2019-02-18 08:46:40 +00:00
committed by Git OBS Bridge
parent be9057af7c
commit 12842460bb
4 changed files with 48 additions and 5 deletions

View File

@@ -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>