diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-xlsxwriter.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1,2 +1,3 @@ /XlsxWriter-3.0.8.tar.gz /XlsxWriter-3.0.9.tar.gz +/XlsxWriter-3.1.0.tar.gz diff --git a/python-xlsxwriter.spec b/python-xlsxwriter.spec index e4af204..32d139b 100644 --- a/python-xlsxwriter.spec +++ b/python-xlsxwriter.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-XlsxWriter -Version: 3.0.9 +Version: 3.1.0 Release: 1 Summary: A Python module for creating Excel XLSX files. License: BSD-2-Clause URL: https://github.com/jmcnamara/XlsxWriter -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bf/dd/2a2ebee045f8e86b40468f3ca44dbcf86607f8282c74dfd9e87b00db12b4/XlsxWriter-3.0.9.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/17/00/b99c915fa2118b9a1dd061a5bf82094c843ab481c714c6d826668df834ad/XlsxWriter-3.1.0.tar.gz BuildArch: noarch @@ -151,7 +151,7 @@ See the full documentation at: https://xlsxwriter.readthedocs.io Release notes: https://xlsxwriter.readthedocs.io/changes.html %prep -%autosetup -n XlsxWriter-3.0.9 +%autosetup -n XlsxWriter-3.1.0 %build %py3_build @@ -191,5 +191,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.9-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.0-1 - Package Spec generated @@ -1 +1 @@ -82cdd1ddbc68a7cb6a5be7d4a1da0629 XlsxWriter-3.0.9.tar.gz +f1caf085030f343c50cf196247c80d5a XlsxWriter-3.1.0.tar.gz |