Accepting request 749747 from home:TheBlackCat:branches:devel:languages:python:numeric

Update to 3.0.1

OBS-URL: https://build.opensuse.org/request/show/749747
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-openpyxl?expand=0&rev=13
This commit is contained in:
Todd R 2019-11-19 20:39:41 +00:00 committed by Git OBS Bridge
parent adc9d9a498
commit fdcffeb082
4 changed files with 18 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1d53801678e18d7fe38c116f1ad0c2383a654670c4c8806105b611c92d92f2e3
size 173728

3
openpyxl-3.0.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a3ee361d3ff04af6048d594775b3a54ffdf215d40fa5c6c78b2a41c0d0b020d3
size 172876

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Nov 19 20:37:44 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 3.0.1:
+ Bugfixes
* Cannot read empty charts.
+ Pull Requests
* Fix for #1250
* TableStyleElement is a sequence
- Update to 3.0.0:
* Initial python3-only release
-------------------------------------------------------------------
Thu Sep 26 07:57:23 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -17,13 +17,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-openpyxl
Version: 2.6.4
Version: 3.0.1
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: https://openpyxl.readthedocs.org
Source: https://files.pythonhosted.org/packages/source/o/openpyxl/openpyxl-%{version}.tar.gz
BuildRequires: %{python_module et_xmlfile}
BuildRequires: %{python_module jdcal}