Hello community,

here is the log from the commit of package python-xlrd for openSUSE:Factory 
checked in at 2018-06-19 11:59:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-xlrd (Old)
 and      /work/SRC/openSUSE:Factory/.python-xlrd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-xlrd"

Tue Jun 19 11:59:22 2018 rev:9 rq:616585 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-xlrd/python-xlrd.changes  2017-05-17 
10:50:54.667888927 +0200
+++ /work/SRC/openSUSE:Factory/.python-xlrd.new/python-xlrd.changes     
2018-06-19 11:59:26.783426638 +0200
@@ -1,0 +2,23 @@
+Wed Jun 13 16:56:47 UTC 2018 - toddrme2...@gmail.com
+
+- Update to 1.1.0
+  * Fix for parsing of merged cells containing a single cell reference in xlsx
+    files.
+  * Fix for "invalid literal for int() with base 10: 'true'" when reading some
+    xlsx files.
+  * Make xldate_as_datetime available to import direct from xlrd.
+  * Build universal wheels.
+  * Sphinx documentation.
+  * Document the problem with XML vulnerabilities in xlsx files and mitigation
+    measures.
+  * Fix :class:`NameError` on ``has_defaults is not defined``.
+  * Some whitespace and code style tweaks.
+  * Make example in README compatible with both Python 2 and 3.
+  * Add default value for cells containing errors that causeed parsing of some
+    xlsx files to fail.
+  * Add Python 3.6 to the list of supported Python versions, drop 3.3 and 2.6.
+  * Use generator expressions to avoid unnecessary lists in memory.
+  * Document unicode encoding used in Excel files from Excel 97 onwards.
+  * Report hyperlink errors in R1C1 syntax.
+
+-------------------------------------------------------------------

Old:
----
  xlrd-1.0.0.tar.gz

New:
----
  xlrd-1.1.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-xlrd.spec ++++++
--- /var/tmp/diff_new_pack.kXSTaR/_old  2018-06-19 11:59:27.547398272 +0200
+++ /var/tmp/diff_new_pack.kXSTaR/_new  2018-06-19 11:59:27.551398123 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-xlrd
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,31 +16,29 @@
 #
 
 
-%bcond_without tests
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-xlrd
-Version:        1.0.0
+Version:        1.1.0
 Release:        0
 Url:            http://www.lexicon.net/sjmachin/xlrd.htm
-Summary:        Library for Developers to Extract Data From Microsoft Excel 
Spreadsheet Files
+Summary:        Extract Data From Microsoft Excel Spreadsheet Files
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 Source:         
https://files.pythonhosted.org/packages/source/x/xlrd/xlrd-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
-%if %{with tests}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+# SECTION test requirements
 BuildRequires:  %{python_module nose}
-%endif
+# /SECTION
 BuildArch:      noarch
 %python_subpackages
 
 %description
-Extract data from new and old Excel spreadsheets on any platform. Pure Python
-(2.1 to 2.6). Strong support for Excel dates. Unicode-aware.
+Extract data from Excel spreadsheets
+(.xls and .xlsx, versions 2.0 onwards).
 
 %prep
 %setup -q -n xlrd-%{version}
@@ -52,14 +50,13 @@
 %python_install
 mv %{buildroot}%{_bindir}/runxlrd.py %{buildroot}%{_bindir}/runxlrd
 
-%if %{with tests}
 %check
 %python_expand nosetests-%{$python_bin_suffix}
-%endif
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.html README.md 
+%doc README.md
+%license docs/licenses.rst
 %python3_only %{_bindir}/runxlrd
 %{python_sitelib}/*
 

++++++ xlrd-1.0.0.tar.gz -> xlrd-1.1.0.tar.gz ++++++
++++ 10801 lines of diff (skipped)


Reply via email to