From cfd52cd238c4f6baaae4667ba7167a44b83acbc4b29ba3db0a9905d7e11fdb1c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 30 Jun 2024 19:58:23 +0000 Subject: [PATCH] - 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 --- openpyxl-3.1.3.tar.gz | 3 --- openpyxl-3.1.5.tar.gz | 3 +++ python-openpyxl.changes | 12 ++++++++++++ python-openpyxl.spec | 5 ++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 openpyxl-3.1.3.tar.gz create mode 100644 openpyxl-3.1.5.tar.gz diff --git a/openpyxl-3.1.3.tar.gz b/openpyxl-3.1.3.tar.gz deleted file mode 100644 index 0bea69b..0000000 --- a/openpyxl-3.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8dd482e5350125b2388070bb2477927be2e8ebc27df61178709bc8c8751da2f9 -size 188705 diff --git a/openpyxl-3.1.5.tar.gz b/openpyxl-3.1.5.tar.gz new file mode 100644 index 0000000..b930552 --- /dev/null +++ b/openpyxl-3.1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0e3cf56142039133628b5acffe8ef0c12bc902d2aadd3e0fe5878dc08d1050 +size 186464 diff --git a/python-openpyxl.changes b/python-openpyxl.changes index 09b9ac8..bbda1f8 100644 --- a/python-openpyxl.changes +++ b/python-openpyxl.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Jun 30 19:57:38 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-openpyxl.spec b/python-openpyxl.spec index eed4826..b8b10ec 100644 --- a/python-openpyxl.spec +++ b/python-openpyxl.spec @@ -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