diff --git a/XlsxWriter-1.3.3.tar.gz b/XlsxWriter-1.3.3.tar.gz deleted file mode 100644 index 9a1a56e..0000000 Binary files a/XlsxWriter-1.3.3.tar.gz and /dev/null differ diff --git a/XlsxWriter-3.0.3.tar.gz b/XlsxWriter-3.0.3.tar.gz new file mode 100644 index 0000000..0cd5fb0 Binary files /dev/null and b/XlsxWriter-3.0.3.tar.gz differ diff --git a/python-XlsxWriter.spec b/python-XlsxWriter.spec index 0d3b3a0..7636e38 100644 --- a/python-XlsxWriter.spec +++ b/python-XlsxWriter.spec @@ -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 - 3.0.3-1 +- Update package to version 3.0.3 + * Sat Aug 15 2020 Python_Bot - Package Spec generated +