- Update to 2.6.2:
* #1173 Workbook has no _date_formats attribute * #1190 Cannot create charts for worksheets with quotes in the title * #1228 MergedCells not removed when range is unmerged * #1232 Link to pivot table lost from charts * #1233 Chart colours change after saving * #1236 Cannot use ws.cell in read-only mode with Python 2.7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-openpyxl?expand=0&rev=9
This commit is contained in:
parent
31e2a4d0c3
commit
a3f0c05c1d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e4db4ee7aadd0ff7a814f7483b2d94e6b8d4f14dff780b023c5bdc94af54dd5
|
||||
size 173261
|
3
openpyxl-2.6.2.tar.gz
Normal file
3
openpyxl-2.6.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d2af392cef8c8227bd2ac3ebe3a28b25aba74fd4fa473ce106065f0b73bfe2e
|
||||
size 173309
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 11:00:03 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 2.6.2:
|
||||
* #1173 Workbook has no _date_formats attribute
|
||||
* #1190 Cannot create charts for worksheets with quotes in the title
|
||||
* #1228 MergedCells not removed when range is unmerged
|
||||
* #1232 Link to pivot table lost from charts
|
||||
* #1233 Chart colours change after saving
|
||||
* #1236 Cannot use ws.cell in read-only mode with Python 2.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 12:34:01 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -18,12 +18,12 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-openpyxl
|
||||
Version: 2.6.1
|
||||
Version: 2.6.2
|
||||
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
|
||||
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}
|
||||
@ -36,7 +36,6 @@ Requires: python-jdcal
|
||||
# for embedded image support
|
||||
Recommends: python-Pillow
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user