diff --git a/openpyxl-3.0.10.tar.gz b/openpyxl-3.0.10.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..cddc638f8a137fd8332b7c1c6c031f4f68efd90b Binary files /dev/null and b/openpyxl-3.0.10.tar.gz differ diff --git a/openpyxl-3.0.7.tar.gz b/openpyxl-3.0.7.tar.gz deleted file mode 100644 index d6f2b78784cd6433978d8c490a20fe0d5aa61874..0000000000000000000000000000000000000000 Binary files a/openpyxl-3.0.7.tar.gz and /dev/null differ diff --git a/python-openpyxl.spec b/python-openpyxl.spec index 70b695c74e2d3a55691e98c6ca9ace5f99ad809a..f4727ab170627e2c70007a09ccd94d939fe198e6 100644 --- a/python-openpyxl.spec +++ b/python-openpyxl.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-openpyxl -Version: 3.0.7 +Version: 3.0.10 Release: 1 Summary: A Python library to read/write Excel 2010 xlsx/xlsm files License: MIT URL: https://foss.heptapod.net/openpyxl/openpyxl -Source0: https://files.pythonhosted.org/packages/f1/7d/fb475cd963bd9d244f95a90c98f518f5c834fefe749f25f9f479ca2d8a51/openpyxl-3.0.7.tar.gz +Source0: https://files.pythonhosted.org/packages/2c/b8/ff77a718173fd73e49f883b4fda88f11af1fc51edb9252af3785b0cad987/openpyxl-3.0.10.tar.gz BuildArch: noarch Requires: python3-et-xmlfile @@ -34,7 +34,7 @@ It was born from lack of existing library to read/write natively from Python the Office Open XML format. %prep -%autosetup -n openpyxl-3.0.7 +%autosetup -n openpyxl-%{version} %build %py3_build @@ -74,5 +74,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Sep 29 2022 jiangxinyu - 3.0.10-1 +- Upgrade to 3.0.10 + * Fri Sep 03 2021 Python_Bot - 3.0.7-1 - Package Init