- update to 3.1.5:
* #2187 Test fails due to change in Numpy API * #2198 Excel is very fussy about the version number * #2200 Poor perfomance when reading workbooks with lots of named styles * #2189 Assigning named styles doesn't work * #2190 Problems caused when saving workbooks created by LibreOffice OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-openpyxl?expand=0&rev=25
This commit is contained in:
parent
6133d40031
commit
cfd52cd238
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8dd482e5350125b2388070bb2477927be2e8ebc27df61178709bc8c8751da2f9
|
|
||||||
size 188705
|
|
3
openpyxl-3.1.5.tar.gz
Normal file
3
openpyxl-3.1.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cf0e3cf56142039133628b5acffe8ef0c12bc902d2aadd3e0fe5878dc08d1050
|
||||||
|
size 186464
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 30 19:57:38 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.1.5:
|
||||||
|
* #2187 Test fails due to change in Numpy API
|
||||||
|
* #2198 Excel is very fussy about the version number
|
||||||
|
* #2200 Poor perfomance when reading workbooks with lots of named
|
||||||
|
styles
|
||||||
|
* #2189 Assigning named styles doesn't work
|
||||||
|
* #2190 Problems caused when saving workbooks created by
|
||||||
|
LibreOffice
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 6 15:11:30 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Thu Jun 6 15:11:30 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -16,10 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?sle15_python_module_pythons}
|
||||||
%define skip_python2 1
|
|
||||||
Name: python-openpyxl
|
Name: python-openpyxl
|
||||||
Version: 3.1.3
|
Version: 3.1.5
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user