diff --git a/agate-excel-0.2.5.tar.gz b/agate-excel-0.2.5.tar.gz deleted file mode 100644 index aa25da2a5af242bad9f796dd8fde2feac6fc868d..0000000000000000000000000000000000000000 Binary files a/agate-excel-0.2.5.tar.gz and /dev/null differ diff --git a/agate-excel-0.4.1.tar.gz b/agate-excel-0.4.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b673548fddb4752271ac7199425ffbcf3500ea6e Binary files /dev/null and b/agate-excel-0.4.1.tar.gz differ diff --git a/python-agate-excel.spec b/python-agate-excel.spec index 13392d753236a0a2ccab38b7d70a297486a996d2..751fe2d919cdabc41f9900123d546c616304c362 100644 --- a/python-agate-excel.spec +++ b/python-agate-excel.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-agate-excel -Version: 0.2.5 -Release: 2 +Version: 0.4.1 +Release: 1 Summary: agate-excel adds read support for Excel files (xls and xlsx) to agate. License: MIT URL: https://github.com/wireservice/agate-excel -Source0: https://files.pythonhosted.org/packages/7c/85/f74ba95d9b4d53ffab0e17a1133d5e5f8c1910f4b48f9f7c116f3bf0c1c8/agate-excel-0.2.5.tar.gz +Source0: https://files.pythonhosted.org/packages/07/93/350f95d3cca0e1f43d55d48879bc33dd54b8c5619ebdac7d2adf42a3cc92/agate-excel-0.4.1.tar.gz BuildArch: noarch Requires: python3-agate @@ -36,7 +36,7 @@ Provides: python3-agate-excel-doc Adds read support for Excel files (xls and xlsx) to agate. %prep -%autosetup -n agate-excel-0.2.5 +%autosetup -n agate-excel-0.4.1 %build %py3_build @@ -76,6 +76,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jul 03 2024 xieyanlong - 0.4.1-1 +- fix: Table.from_xlsx() no longer errors on unsized sheets + * Thu Apr 21 2022 liqiuyu - 0.2.5-2 - Add zlib to buildrequires