diff options
Diffstat (limited to 'python-xlsxwriter.spec')
-rw-r--r-- | python-xlsxwriter.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-xlsxwriter.spec b/python-xlsxwriter.spec index aa20209..e4af204 100644 --- a/python-xlsxwriter.spec +++ b/python-xlsxwriter.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-XlsxWriter -Version: 3.0.8 +Version: 3.0.9 Release: 1 Summary: A Python module for creating Excel XLSX files. License: BSD-2-Clause URL: https://github.com/jmcnamara/XlsxWriter -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/6a/31/f94f5707827ecd84f3fa03e55e263b9aeddb7da4ae0f7f1541e214e81b15/XlsxWriter-3.0.8.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bf/dd/2a2ebee045f8e86b40468f3ca44dbcf86607f8282c74dfd9e87b00db12b4/XlsxWriter-3.0.9.tar.gz BuildArch: noarch @@ -26,7 +26,7 @@ including: * Worksheet PNG/JPEG/GIF/BMP/WMF/EMF images. * Rich multi-format strings. * Cell comments. -* Integration with Pandas. +* Integration with Pandas and Polars. * Textboxes. * Support for adding Macros. * Memory optimization mode for writing large files. @@ -76,7 +76,7 @@ including: * Worksheet PNG/JPEG/GIF/BMP/WMF/EMF images. * Rich multi-format strings. * Cell comments. -* Integration with Pandas. +* Integration with Pandas and Polars. * Textboxes. * Support for adding Macros. * Memory optimization mode for writing large files. @@ -123,7 +123,7 @@ including: * Worksheet PNG/JPEG/GIF/BMP/WMF/EMF images. * Rich multi-format strings. * Cell comments. -* Integration with Pandas. +* Integration with Pandas and Polars. * Textboxes. * Support for adding Macros. * Memory optimization mode for writing large files. @@ -151,7 +151,7 @@ See the full documentation at: https://xlsxwriter.readthedocs.io Release notes: https://xlsxwriter.readthedocs.io/changes.html %prep -%autosetup -n XlsxWriter-3.0.8 +%autosetup -n XlsxWriter-3.0.9 %build %py3_build @@ -191,5 +191,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.8-1 +* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.9-1 - Package Spec generated |