Accepting request 733341 from devel:languages:python:numeric
- Update to 2.6.4: * Cannot save workbooks with comments more than once. * #1237 Fix 3D charts. * #1290 Minimum for holeSize in Doughnut charts too high * #1291 Warning for MergedCells with comments * #1296 Pagebreaks duplicated * #1309 Workbook has no default CellStyle * #1330 Workbooks with comments cannot be saved multiple times OBS-URL: https://build.opensuse.org/request/show/733341 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openpyxl?expand=0&rev=13
This commit is contained in:
commit
9a231bad45
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d2af392cef8c8227bd2ac3ebe3a28b25aba74fd4fa473ce106065f0b73bfe2e
|
||||
size 173309
|
3
openpyxl-2.6.4.tar.gz
Normal file
3
openpyxl-2.6.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d53801678e18d7fe38c116f1ad0c2383a654670c4c8806105b611c92d92f2e3
|
||||
size 173728
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 07:57:23 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 2.6.4:
|
||||
* Cannot save workbooks with comments more than once.
|
||||
* #1237 Fix 3D charts.
|
||||
* #1290 Minimum for holeSize in Doughnut charts too high
|
||||
* #1291 Warning for MergedCells with comments
|
||||
* #1296 Pagebreaks duplicated
|
||||
* #1309 Workbook has no default CellStyle
|
||||
* #1330 Workbooks with comments cannot be saved multiple times
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 11:00:03 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -18,14 +18,13 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-openpyxl
|
||||
Version: 2.6.2
|
||||
Version: 2.6.4
|
||||
Release: 0
|
||||
Summary: A Python library to read/write Excel 2010 xlsx/xlsm files
|
||||
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
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module et_xmlfile}
|
||||
BuildRequires: %{python_module jdcal}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
|
Loading…
x
Reference in New Issue
Block a user