Accepting request 1184132 from devel:languages:python:numeric

- 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/request/show/1184132
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openpyxl?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2024-07-01 09:21:37 +00:00 committed by Git OBS Bridge
commit ade6df8775
4 changed files with 17 additions and 6 deletions

View File

@ -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
View File

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

View File

@ -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>

View File

@ -16,10 +16,9 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-openpyxl
Version: 3.1.3
Version: 3.1.5
Release: 0
Summary: A Python library to read/write Excel 2010 xlsx/xlsm files
License: MIT AND Python-2.0