diff --git a/openpyxl-3.0.10.tar.gz b/openpyxl-3.0.10.tar.gz deleted file mode 100644 index cddc638f8a137fd8332b7c1c6c031f4f68efd90b..0000000000000000000000000000000000000000 Binary files a/openpyxl-3.0.10.tar.gz and /dev/null differ diff --git a/openpyxl-3.1.1.tar.gz b/openpyxl-3.1.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5f6dced12e42c94c5487be82f0e1ec63ee13a8ef Binary files /dev/null and b/openpyxl-3.1.1.tar.gz differ diff --git a/python-openpyxl.spec b/python-openpyxl.spec index f4727ab170627e2c70007a09ccd94d939fe198e6..ccff2b0f8766b032bbe49ab1cf59f9527f871dc2 100644 --- a/python-openpyxl.spec +++ b/python-openpyxl.spec @@ -1,15 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-openpyxl -Version: 3.0.10 +Version: 3.1.1 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/2c/b8/ff77a718173fd73e49f883b4fda88f11af1fc51edb9252af3785b0cad987/openpyxl-3.0.10.tar.gz +Source0: https://files.pythonhosted.org/packages/10/bf/950ea7896f3c42ab04073cd2903f0a190ba77ef28bdf76191f6f86373712/openpyxl-3.1.1.tar.gz BuildArch: noarch -Requires: python3-et-xmlfile - %description openpyxl is a Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files. It was born from lack of existing library to read/write natively from Python @@ -17,9 +15,10 @@ the Office Open XML format. %package -n python3-openpyxl Summary: A Python library to read/write Excel 2010 xlsx/xlsm files -Provides: python-openpyxl +Provides: python-openpyxl = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools +Requires: python3-et_xmlfile %description -n python3-openpyxl openpyxl is a Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files. It was born from lack of existing library to read/write natively from Python @@ -46,6 +45,9 @@ if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst @@ -74,6 +76,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Mar 01 2023 wangjunqi - 3.1.1-1 +- Update package to version 3.1.1 + * Thu Sep 29 2022 jiangxinyu - 3.0.10-1 - Upgrade to 3.0.10