diff --git a/openpyxl-3.1.2.tar.gz b/openpyxl-3.1.2.tar.gz deleted file mode 100644 index 460a225755ae08ba99565a3d2f6416b03c6ea82e..0000000000000000000000000000000000000000 Binary files a/openpyxl-3.1.2.tar.gz and /dev/null differ diff --git a/openpyxl-3.1.5.tar.gz b/openpyxl-3.1.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0ece5b331b9e15b234e18263cddc862b61ef8781 Binary files /dev/null and b/openpyxl-3.1.5.tar.gz differ diff --git a/python-openpyxl.spec b/python-openpyxl.spec index baa16b68b334f6ada3a829e5a32f5c7792f0d67e..db818b0aac88afcbdcc540108cb4be362e8d57d1 100644 --- a/python-openpyxl.spec +++ b/python-openpyxl.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-openpyxl -Version: 3.1.2 +Version: 3.1.5 Release: 1 Summary: A Python library to read/write Excel 2010 xlsx/xlsm files License: MIT URL: https://foss.heptapod.net/openpyxl/openpyxl -Source0: https://files.pythonhosted.org/packages/42/e8/af028681d493814ca9c2ff8106fc62a4a32e4e0ae14602c2a98fc7b741c8/openpyxl-3.1.2.tar.gz +Source0: https://files.pythonhosted.org/packages/3d/f9/88d94a75de065ea32619465d2f77b29a0469500e99012523b91cc4141cd1/openpyxl-3.1.5.tar.gz BuildArch: noarch %description @@ -76,6 +76,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jul 02 2024 xieyanlong - 3.1.5-1 +- bugfix: Workbook files not properly closed on Python ≥ 3.11.8 and Windows +- bugfix: Column name caches are slow and use a lot of memory +- bugfix: Rich-text can be saved if lxml is not installed + * Fri Mar 17 2023 wubijie - 3.1.2-1 - Update package to version 3.1.2