Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-xlrd for openSUSE:Factory checked in at 2021-04-24 23:09:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-xlrd (Old) and /work/SRC/openSUSE:Factory/.python-xlrd.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-xlrd" Sat Apr 24 23:09:04 2021 rev:14 rq:888082 version:2.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-xlrd/python-xlrd.changes 2020-06-11 14:40:34.620588114 +0200 +++ /work/SRC/openSUSE:Factory/.python-xlrd.new.12324/python-xlrd.changes 2021-04-24 23:10:16.455489929 +0200 @@ -1,0 +2,19 @@ +Fri Apr 23 14:14:02 UTC 2021 - Ben Greiner <[email protected]> + +- Update to 2.0.1 + * Remove support for anything other than .xls files. + * Remove support for psyco. + * Change the default encoding used when no CODEPAGE record can be + found from ascii to iso-8859-1. + * Add support for iterating over `xlrd.book.Book` objects. + * Add support for item access from `xlrd.book.Book` + objects, where integer indices and string sheet names are + supported. + * Non-unicode spaces are now stripped from the "last author" + information. + * Workbook corruption errors can now be ignored using the + ignore_workbook_corruption option to `xlrd.open_workbook`. + * Handle WRITEACCESS records with invalid trailing characters. + * Officially support Python 3.8 and 3.9. + +------------------------------------------------------------------- Old: ---- xlrd-1.2.0.tar.gz New: ---- xlread-2.0.1-gh.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-xlrd.spec ++++++ --- /var/tmp/diff_new_pack.kQmBqb/_old 2021-04-24 23:10:16.871490517 +0200 +++ /var/tmp/diff_new_pack.kQmBqb/_new 2021-04-24 23:10:16.875490523 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-xlrd # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,30 +18,27 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-xlrd -Version: 1.2.0 +Version: 2.0.1 Release: 0 -Summary: Python module for extracting data from Excel spreadsheet files +Summary: Python module for extracting data from .xls Excel spreadsheet files License: BSD-3-Clause Group: Development/Languages/Python -URL: http://www.lexicon.net/sjmachin/xlrd.htm -Source: https://files.pythonhosted.org/packages/source/x/xlrd/xlrd-%{version}.tar.gz -BuildRequires: %{python_module devel} +URL: https://www.python-excel.org/ +Source: https://github.com/python-excel/xlrd/archive/refs/tags/%{version}.tar.gz#/xlread-%{version}-gh.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives -Requires(postun): update-alternatives -Recommends: python-defusedxml +Requires(postun):update-alternatives BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module defusedxml} BuildRequires: %{python_module pytest} # /SECTION %python_subpackages %description -Extract data from Excel spreadsheets -(.xls and .xlsx, versions 2.0 onwards). +A library for reading data and formatting information from Excel files +in the historical .xls format. %prep %setup -q -n xlrd-%{version} @@ -65,9 +62,10 @@ %pytest %files %{python_files} -%doc README.md -%license docs/licenses.rst +%doc README.rst +%license LICENSE %python_alternative %{_bindir}/runxlrd -%{python_sitelib}/* +%{python_sitelib}/xlrd +%{python_sitelib}/xlrd-%{version}*-info %changelog
