forked from pool/python-XlsxWriter
Accepting request 816880 from home:TheBlackCat:branches:devel:languages:python:numeric
- Update to Release 1.2.9
* Added support for ``stacked`` and ``percent_stacked`` Line charts.
- Update to Release 1.2.8
* Fix for issue where duplicate images with hyperlinks weren't handled
correctly.
Issue `#686 <https://github.com/jmcnamara/XlsxWriter/issues/686>`_.
* Removed ``ReservedWorksheetName`` exception which was used with the reserved
worksheet name "History" since this name is allowed in some Excel variants.
Issue `#688 <https://github.com/jmcnamara/XlsxWriter/issues/688>`_.
* Fix for worksheet objects (charts, images and textboxes) that are inserted
with an offset that starts in a hidden cell.
Issue `#676 <https://github.com/jmcnamara/XlsxWriter/issues/676>`_.
* Fix to allow handling of NoneType in :func:`add_write_handler`.
Issue `#677 <https://github.com/jmcnamara/XlsxWriter/issues/677>`_.
OBS-URL: https://build.opensuse.org/request/show/816880
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-XlsxWriter?expand=0&rev=15
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 24 16:57:30 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
- Update to Release 1.2.9
|
||||
* Added support for ``stacked`` and ``percent_stacked`` Line charts.
|
||||
- Update to Release 1.2.8
|
||||
* Fix for issue where duplicate images with hyperlinks weren't handled
|
||||
correctly.
|
||||
Issue `#686 <https://github.com/jmcnamara/XlsxWriter/issues/686>`_.
|
||||
* Removed ``ReservedWorksheetName`` exception which was used with the reserved
|
||||
worksheet name "History" since this name is allowed in some Excel variants.
|
||||
Issue `#688 <https://github.com/jmcnamara/XlsxWriter/issues/688>`_.
|
||||
* Fix for worksheet objects (charts, images and textboxes) that are inserted
|
||||
with an offset that starts in a hidden cell.
|
||||
Issue `#676 <https://github.com/jmcnamara/XlsxWriter/issues/676>`_.
|
||||
* Fix to allow handling of NoneType in :func:`add_write_handler`.
|
||||
Issue `#677 <https://github.com/jmcnamara/XlsxWriter/issues/677>`_.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 30 15:38:43 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define oldpython python
|
||||
Name: python-XlsxWriter
|
||||
Version: 1.2.7
|
||||
Version: 1.2.9
|
||||
Release: 0
|
||||
Summary: Python module for writing OOXML spreadsheet files
|
||||
License: BSD-2-Clause
|
||||
@@ -44,14 +44,14 @@ Provides: python3-xlsxwriter = %{version}
|
||||
Obsoletes: python3-xlsxwriter < %{version}
|
||||
%endif
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
XlsxWriter is a Python module for writing files in the Microsoft
|
||||
Office Open XML spreadsheet format. It can be used to write text,
|
||||
numbers, formulas and hyperlinks to multiple worksheets and it
|
||||
supports features such as formatting and many more.
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%prep
|
||||
%setup -q -n XlsxWriter-RELEASE_%{version}
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39e9aaa6a2326f81a2d458c3cceb09e54e1c61f39a01d505c367a9faa5cc5dba
|
||||
size 29212729
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a36d613613d2357c7fcf8f82d30c06f63019d993860938f6613479179ecef05e
|
||||
size 29395878
|
||||
Reference in New Issue
Block a user