update version to 3.0.3

This commit is contained in:
Wangjunqi123 2022-11-01 13:17:34 +08:00
parent 1981c8cd42
commit 3202f35c72
3 changed files with 11 additions and 4 deletions

Binary file not shown.

BIN
XlsxWriter-3.0.3.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-XlsxWriter
Version: 1.3.3
Version: 3.0.3
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/2a/db/c84469e2325e4f07a43c9da65ffc499af5479be7cd89411cff448446f09c/XlsxWriter-1.3.3.tar.gz
Source0: https://files.pythonhosted.org/packages/53/04/91ff43803c3e88c32aa272fdbda5859fc3c3b50b0de3a1e439cc57455330/XlsxWriter-3.0.3.tar.gz
BuildArch: noarch
@ -55,9 +55,11 @@ Release notes: https://xlsxwriter.readthedocs.io/changes.html
%package -n python3-XlsxWriter
Summary: A Python module for creating Excel XLSX files.
Provides: python-XlsxWriter
Provides: python-XlsxWriter = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: shadow-utils
%description -n python3-XlsxWriter
**XlsxWriter** is a Python module for writing files in the Excel 2007+ XLSX
file format.
@ -105,6 +107,7 @@ Release notes: https://xlsxwriter.readthedocs.io/changes.html
%package help
Summary: Development documents and examples for XlsxWriter
Provides: python3-XlsxWriter-doc
%description help
**XlsxWriter** is a Python module for writing files in the Excel 2007+ XLSX
file format.
@ -150,7 +153,7 @@ See the full documentation at: https://xlsxwriter.readthedocs.io
Release notes: https://xlsxwriter.readthedocs.io/changes.html
%prep
%autosetup -n XlsxWriter-1.3.3
%autosetup -n XlsxWriter-%{version}
%build
%py3_build
@ -190,5 +193,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Tue Nov 01 2022 wangjunqi <wangjunqi@kylinos.cn> - 3.0.3-1
- Update package to version 3.0.3
* Sat Aug 15 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated