Update package to version 3.1.2

This commit is contained in:
jxy_git 2023-06-20 17:02:08 +08:00
parent 53bd0f57e8
commit 10b874fa05
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
XlsxWriter-3.1.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-XlsxWriter
Version: 3.1.0
Version: 3.1.2
Release: 1
Summary: A Python module for creating Excel XLSX files.
License: BSD
URL: https://github.com/jmcnamara/XlsxWriter
Source0: https://files.pythonhosted.org/packages/17/00/b99c915fa2118b9a1dd061a5bf82094c843ab481c714c6d826668df834ad/XlsxWriter-3.1.0.tar.gz
Source0: https://files.pythonhosted.org/packages/04/d4/3cc6a3cd112a91d95f554ca8909c8528addf06d79c51ccd40e39a6ff48e1/XlsxWriter-3.1.2.tar.gz
BuildArch: noarch
@ -58,7 +58,7 @@ Summary: A Python module for creating Excel XLSX files.
Provides: python-XlsxWriter = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: shadow-utils
BuildRequires: shadow-utils
%description -n python3-XlsxWriter
**XlsxWriter** is a Python module for writing files in the Excel 2007+ XLSX
@ -193,6 +193,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Tue Jun 20 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 3.1.2-1
- Update package to version 3.1.2
* Thu May 4 2023 wubijie <wubijie@kylinos.cn> - 3.1.0-1
- Update package to version 3.1.0