diff --git a/python-xlrd.spec b/python-xlrd.spec index 0a7eae9..9dec323 100644 --- a/python-xlrd.spec +++ b/python-xlrd.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-xlrd -Version: 1.2.0 -Release: 2 +Version: 2.0.1 +Release: 1 Summary: Library for developers to extract data from Microsoft Excel (tm) spreadsheet files License: BSD-3-Clause URL: http://www.python-excel.org/ -Source0: https://files.pythonhosted.org/packages/aa/05/ec9d4fcbbb74bbf4da9f622b3b61aec541e4eccf31d3c60c5422ec027ce2/xlrd-1.2.0.tar.gz +Source0: https://files.pythonhosted.org/packages/a6/b3/19a2540d21dea5f908304375bd43f5ed7a4c28a370dc9122c565423e6b44/xlrd-2.0.1.tar.gz BuildArch: noarch @@ -36,7 +36,7 @@ Extract data from Excel spreadsheets (.xls and .xlsx, versions 2.0 onwards) on a %prep -%autosetup -n xlrd-1.2.0 +%autosetup -n xlrd-2.0.1 %build %py3_build @@ -76,6 +76,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jun 23 2022 SimpleUpdate Robot - 2.0.1-1 +- Upgrade to version 2.0.1 + * Wed May 11 2022 yangping - 1.2.0-2 - License compliance rectification diff --git a/xlrd-1.2.0.tar.gz b/xlrd-1.2.0.tar.gz deleted file mode 100644 index d13c321..0000000 Binary files a/xlrd-1.2.0.tar.gz and /dev/null differ diff --git a/xlrd-2.0.1.tar.gz b/xlrd-2.0.1.tar.gz new file mode 100644 index 0000000..dcb36b4 Binary files /dev/null and b/xlrd-2.0.1.tar.gz differ