Upgrade version to 3.2.0

This commit is contained in:
GuoCe 2024-04-25 17:09:04 +08:00
parent 049a7f00c7
commit c8c94a5e7c
3 changed files with 6 additions and 2 deletions

Binary file not shown.

BIN
XlsxWriter-3.2.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-XlsxWriter Name: python-XlsxWriter
Version: 3.1.9 Version: 3.2.0
Release: 1 Release: 1
Summary: A Python module for creating Excel XLSX files. Summary: A Python module for creating Excel XLSX files.
License: BSD License: BSD
URL: https://github.com/jmcnamara/XlsxWriter URL: https://github.com/jmcnamara/XlsxWriter
Source0: https://files.pythonhosted.org/packages/2b/a3/dd02e3559b2c785d2357c3752cc191d750a280ff3cb02fa7c2a8f87523c3/XlsxWriter-3.1.9.tar.gz Source0: https://files.pythonhosted.org/packages/2b/a3/dd02e3559b2c785d2357c3752cc191d750a280ff3cb02fa7c2a8f87523c3/XlsxWriter-3.2.0.tar.gz
BuildArch: noarch BuildArch: noarch
@ -193,6 +193,10 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Sun Apr 07 2024 GuoCe <guoce@kylinso.cn> - 3.2.0-1
- Update package to version 3.2.0
- Support embedding images in cells
* Fri Oct 27 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 3.1.9-1 * Fri Oct 27 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 3.1.9-1
- Update package to version 3.1.9 - Update package to version 3.1.9