Accepting request 518482 from devel:languages:python
- update to 2.4.8: * AutoFilter.sortState being assignd to the ws.sortState * #766 Sheetnames with apostrophes need additional escaping * #729 Cannot open files created by Microsoft Dynamics * #819 Negative percents not case correctly * #821 Runtime imports can cause deadlock * #855 Print area containing only columns leads to corrupt file - Fix Requires and BuildRequires (forwarded request 518481 from tbechtold) OBS-URL: https://build.opensuse.org/request/show/518482 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openpyxl?expand=0&rev=6
This commit is contained in:
parent
365ddfafdb
commit
9349557489
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe00ef04c5560504c625cac9f18913a1d3fb414f0560e715af95d894a6b43d63
|
||||
size 156579
|
3
openpyxl-2.4.8.tar.gz
Normal file
3
openpyxl-2.4.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee7551efb70648fa8ee569c2b6a6dbbeff390cc94b321da5d508a573b90a4f17
|
||||
size 156726
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 24 06:01:22 UTC 2017 - tbechtold@suse.com
|
||||
|
||||
- update to 2.4.8:
|
||||
* AutoFilter.sortState being assignd to the ws.sortState
|
||||
* #766 Sheetnames with apostrophes need additional escaping
|
||||
* #729 Cannot open files created by Microsoft Dynamics
|
||||
* #819 Negative percents not case correctly
|
||||
* #821 Runtime imports can cause deadlock
|
||||
* #855 Print area containing only columns leads to corrupt file
|
||||
- Fix Requires and BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 25 21:49:58 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
|
@ -18,21 +18,21 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-openpyxl
|
||||
Version: 2.4.7
|
||||
Version: 2.4.8
|
||||
Release: 0
|
||||
Summary: A Python library to read/write Excel 2007 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}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module jdcal}
|
||||
BuildRequires: %{python_module xml}
|
||||
Requires: python-et_xmlfile
|
||||
Requires: python-jdcal
|
||||
Requires: python-xml
|
||||
# for embedded image support
|
||||
Recommends: python-Pillow
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
Loading…
Reference in New Issue
Block a user