- update to 3.0.7:
* https://foss.heptapod.net/openpyxl/openpyxl/-/issues/1588 * Exception raised when merging cells which do not have borders all the way round. * Fix Python 2.x specific statement in documentation * Borders in differential styles are incorrect * Error when opening some pivot tables * Resave breaks the border format in conditional formatting rules * Read-only workbook not closed properly if generator interrupted * Pandas.Multiindex.labels deprecated * Pandas.Multiinex not expanded correctly * Cannot read rows with exponents * numpy.float is deprecated * Cells without coordinate attributes not always correctly handled * Incorrectly consider currency format as datetime * Cannot copy worksheets with merged cells * Empty worksheets do not return generators when looping. * Hyperlinks duplicated on multiple saves * Incorrectly literal format as datetime * Links set to range of cells not preserved * Exception when opening workbook with chartsheets and tables * Find tables by name * Worksheet protection missing in existing files * Exception when reading files with external images * Reading lots of merged cells is very slow. * Read support for Bubble Charts. * Preserve any indexed colours * Reading many thousand of merged cells is really slow. * Adding tables in write-only mode raises an exception. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-openpyxl?expand=0&rev=17
This commit is contained in:
parent
0cb8c299a9
commit
d6b754e63e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:547a9fc6aafcf44abe358b89ed4438d077e9d92e4f182c87e2dc294186dc4b64
|
|
||||||
size 172829
|
|
3
openpyxl-3.0.7.tar.gz
Normal file
3
openpyxl-3.0.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6456a3b472e1ef0facb1129f3c6ef00713cebf62e736cd7a75bcc3247432f251
|
||||||
|
size 180484
|
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 27 06:55:15 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.0.7:
|
||||||
|
* https://foss.heptapod.net/openpyxl/openpyxl/-/issues/1588
|
||||||
|
* Exception raised when merging cells which do not have borders all the way
|
||||||
|
round.
|
||||||
|
* Fix Python 2.x specific statement in documentation
|
||||||
|
* Borders in differential styles are incorrect
|
||||||
|
* Error when opening some pivot tables
|
||||||
|
* Resave breaks the border format in conditional formatting rules
|
||||||
|
* Read-only workbook not closed properly if generator interrupted
|
||||||
|
* Pandas.Multiindex.labels deprecated
|
||||||
|
* Pandas.Multiinex not expanded correctly
|
||||||
|
* Cannot read rows with exponents
|
||||||
|
* numpy.float is deprecated
|
||||||
|
* Cells without coordinate attributes not always correctly handled
|
||||||
|
* Incorrectly consider currency format as datetime
|
||||||
|
* Cannot copy worksheets with merged cells
|
||||||
|
* Empty worksheets do not return generators when looping.
|
||||||
|
* Hyperlinks duplicated on multiple saves
|
||||||
|
* Incorrectly literal format as datetime
|
||||||
|
* Links set to range of cells not preserved
|
||||||
|
* Exception when opening workbook with chartsheets and tables
|
||||||
|
* Find tables by name
|
||||||
|
* Worksheet protection missing in existing files
|
||||||
|
* Exception when reading files with external images
|
||||||
|
* Reading lots of merged cells is very slow.
|
||||||
|
* Read support for Bubble Charts.
|
||||||
|
* Preserve any indexed colours
|
||||||
|
* Reading many thousand of merged cells is really slow.
|
||||||
|
* Adding tables in write-only mode raises an exception.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 30 15:02:50 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
Thu Jan 30 15:02:50 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-openpyxl
|
# spec file for package python-openpyxl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,19 +19,17 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-openpyxl
|
Name: python-openpyxl
|
||||||
Version: 3.0.3
|
Version: 3.0.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Python library to read/write Excel 2010 xlsx/xlsm files
|
Summary: A Python library to read/write Excel 2010 xlsx/xlsm files
|
||||||
License: MIT AND Python-2.0
|
License: MIT AND Python-2.0
|
||||||
URL: https://bitbucket.org/openpyxl/openpyxl/
|
URL: https://foss.heptapod.net/openpyxl/openpyxl
|
||||||
Source: https://files.pythonhosted.org/packages/source/o/openpyxl/openpyxl-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/o/openpyxl/openpyxl-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module et_xmlfile}
|
BuildRequires: %{python_module et_xmlfile}
|
||||||
BuildRequires: %{python_module jdcal}
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-et_xmlfile
|
Requires: python-et_xmlfile
|
||||||
Requires: python-jdcal
|
|
||||||
# for embedded image support
|
# for embedded image support
|
||||||
Recommends: python-Pillow
|
Recommends: python-Pillow
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user