Compare commits
10 Commits
ed46579342
...
bb7fd7407f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bb7fd7407f | ||
|
|
c8c94a5e7c | ||
|
|
049a7f00c7 | ||
|
|
bfab8c6b17 | ||
|
|
10ac2c20ed | ||
|
|
10b874fa05 | ||
|
|
53bd0f57e8 | ||
|
|
b5cae2f0d1 | ||
|
|
88bdd09beb | ||
|
|
3dba9178e3 |
Binary file not shown.
BIN
XlsxWriter-3.2.0.tar.gz
Normal file
BIN
XlsxWriter-3.2.0.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: 3.0.8
|
Version: 3.2.0
|
||||||
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/6a/31/f94f5707827ecd84f3fa03e55e263b9aeddb7da4ae0f7f1541e214e81b15/XlsxWriter-3.0.8.tar.gz
|
Source0: https://files.pythonhosted.org/packages/2b/a3/dd02e3559b2c785d2357c3752cc191d750a280ff3cb02fa7c2a8f87523c3/XlsxWriter-3.2.0.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
||||||
@ -58,7 +58,7 @@ Summary: A Python module for creating Excel XLSX files.
|
|||||||
Provides: python-XlsxWriter = %{version}-%{release}
|
Provides: python-XlsxWriter = %{version}-%{release}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: shadow-utils
|
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
|
||||||
@ -193,6 +193,22 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 07 2024 GuoCe <guoce@kylinso.cn> - 3.2.0-1
|
||||||
|
- Update package to version 3.2.0
|
||||||
|
- Support embedding images in cells
|
||||||
|
|
||||||
|
* Fri Oct 27 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 3.1.9-1
|
||||||
|
- Update package to version 3.1.9
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Fri Mar 17 2023 wubijie <wubijie@kylinos.cn> - 3.0.9-1
|
||||||
|
- Update package to version 3.0.9
|
||||||
|
|
||||||
* Tue Feb 14 2023 wubijie <wubijie@kylinos.cn> - 3.0.8-1
|
* Tue Feb 14 2023 wubijie <wubijie@kylinos.cn> - 3.0.8-1
|
||||||
- Update package to version 3.0.8
|
- Update package to version 3.0.8
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user