update version to 3.0.3
This commit is contained in:
parent
1981c8cd42
commit
3202f35c72
Binary file not shown.
BIN
XlsxWriter-3.0.3.tar.gz
Normal file
BIN
XlsxWriter-3.0.3.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-XlsxWriter
|
Name: python-XlsxWriter
|
||||||
Version: 1.3.3
|
Version: 3.0.3
|
||||||
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/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
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
||||||
@ -55,9 +55,11 @@ Release notes: https://xlsxwriter.readthedocs.io/changes.html
|
|||||||
|
|
||||||
%package -n python3-XlsxWriter
|
%package -n python3-XlsxWriter
|
||||||
Summary: A Python module for creating Excel XLSX files.
|
Summary: A Python module for creating Excel XLSX files.
|
||||||
Provides: python-XlsxWriter
|
Provides: python-XlsxWriter = %{version}-%{release}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
BuildRequires: shadow-utils
|
||||||
|
|
||||||
%description -n python3-XlsxWriter
|
%description -n python3-XlsxWriter
|
||||||
**XlsxWriter** is a Python module for writing files in the Excel 2007+ XLSX
|
**XlsxWriter** is a Python module for writing files in the Excel 2007+ XLSX
|
||||||
file format.
|
file format.
|
||||||
@ -105,6 +107,7 @@ Release notes: https://xlsxwriter.readthedocs.io/changes.html
|
|||||||
%package help
|
%package help
|
||||||
Summary: Development documents and examples for XlsxWriter
|
Summary: Development documents and examples for XlsxWriter
|
||||||
Provides: python3-XlsxWriter-doc
|
Provides: python3-XlsxWriter-doc
|
||||||
|
|
||||||
%description help
|
%description help
|
||||||
**XlsxWriter** is a Python module for writing files in the Excel 2007+ XLSX
|
**XlsxWriter** is a Python module for writing files in the Excel 2007+ XLSX
|
||||||
file format.
|
file format.
|
||||||
@ -150,7 +153,7 @@ See the full documentation at: https://xlsxwriter.readthedocs.io
|
|||||||
Release notes: https://xlsxwriter.readthedocs.io/changes.html
|
Release notes: https://xlsxwriter.readthedocs.io/changes.html
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n XlsxWriter-1.3.3
|
%autosetup -n XlsxWriter-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -190,5 +193,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Sat Aug 15 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user