commit python-xlrd for openSUSE:Factory

2020-06-11 Thread root
Hello community,

here is the log from the commit of package python-xlrd for openSUSE:Factory 
checked in at 2020-06-11 14:39:25

Comparing /work/SRC/openSUSE:Factory/python-xlrd (Old)
 and  /work/SRC/openSUSE:Factory/.python-xlrd.new.3606 (New)


Package is "python-xlrd"

Thu Jun 11 14:39:25 2020 rev:13 rq:810715 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-xlrd/python-xlrd.changes  2020-05-28 
09:06:19.959521520 +0200
+++ /work/SRC/openSUSE:Factory/.python-xlrd.new.3606/python-xlrd.changes
2020-06-11 14:40:34.620588114 +0200
@@ -1,0 +2,5 @@
+Fri May 29 10:47:56 UTC 2020 - Marketa Calabkova 
+
+- Replace nose with python
+
+---



Other differences:
--
++ python-xlrd.spec ++
--- /var/tmp/diff_new_pack.TVoPrZ/_old  2020-06-11 14:40:37.340596190 +0200
+++ /var/tmp/diff_new_pack.TVoPrZ/_new  2020-06-11 14:40:37.344596202 +0200
@@ -35,7 +35,7 @@
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module defusedxml}
-BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pytest}
 # /SECTION
 %python_subpackages
 
@@ -62,7 +62,7 @@
 %python_uninstall_alternative runxlrd
 
 %check
-%python_expand nosetests-%{$python_bin_suffix}
+%pytest
 
 %files %{python_files}
 %doc README.md




commit python-xlrd for openSUSE:Factory

2020-05-28 Thread root
Hello community,

here is the log from the commit of package python-xlrd for openSUSE:Factory 
checked in at 2020-05-28 09:06:14

Comparing /work/SRC/openSUSE:Factory/python-xlrd (Old)
 and  /work/SRC/openSUSE:Factory/.python-xlrd.new.3606 (New)


Package is "python-xlrd"

Thu May 28 09:06:14 2020 rev:12 rq:805778 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-xlrd/python-xlrd.changes  2018-12-24 
11:48:00.793101102 +0100
+++ /work/SRC/openSUSE:Factory/.python-xlrd.new.3606/python-xlrd.changes
2020-05-28 09:06:19.959521520 +0200
@@ -1,0 +2,5 @@
+Fri May 15 09:23:16 UTC 2020 - pgaj...@suse.com
+
+- %python3_only -> %python_alternative
+
+---



Other differences:
--
++ python-xlrd.spec ++
--- /var/tmp/diff_new_pack.FQOOPz/_old  2020-05-28 09:06:21.203525250 +0200
+++ /var/tmp/diff_new_pack.FQOOPz/_new  2020-05-28 09:06:21.211525274 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-xlrd
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,21 +20,23 @@
 Name:   python-xlrd
 Version:1.2.0
 Release:0
-Url:http://www.lexicon.net/sjmachin/xlrd.htm
 Summary:Python module for extracting data from 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}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
+Recommends: python-defusedxml
+BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module defusedxml}
 BuildRequires:  %{python_module nose}
 # /SECTION
-Recommends: python-defusedxml
-BuildArch:  noarch
 %python_subpackages
 
 %description
@@ -51,6 +53,13 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 mv %{buildroot}%{_bindir}/runxlrd.py %{buildroot}%{_bindir}/runxlrd
+%python_clone -a %{buildroot}%{_bindir}/runxlrd
+
+%post
+%python_install_alternative runxlrd
+
+%postun
+%python_uninstall_alternative runxlrd
 
 %check
 %python_expand nosetests-%{$python_bin_suffix}
@@ -58,7 +67,7 @@
 %files %{python_files}
 %doc README.md
 %license docs/licenses.rst
-%python3_only %{_bindir}/runxlrd
+%python_alternative %{_bindir}/runxlrd
 %{python_sitelib}/*
 
 %changelog




commit python-xlrd for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package python-xlrd for openSUSE:Factory 
checked in at 2018-12-24 11:47:59

Comparing /work/SRC/openSUSE:Factory/python-xlrd (Old)
 and  /work/SRC/openSUSE:Factory/.python-xlrd.new.28833 (New)


Package is "python-xlrd"

Mon Dec 24 11:47:59 2018 rev:11 rq:660757 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-xlrd/python-xlrd.changes  2018-08-10 
09:49:42.290262868 +0200
+++ /work/SRC/openSUSE:Factory/.python-xlrd.new.28833/python-xlrd.changes   
2018-12-24 11:48:00.793101102 +0100
@@ -1,0 +2,12 @@
+Sat Dec 22 05:47:20 UTC 2018 - Todd R 
+
+- Update to 1.2.0
+  * Added support for Python 3.7.
+  * Added optional support for defusedxml to help mitigate exploits.
+  * Automatically convert ``~`` in file paths to the current user's home
+directory.
+  * Removed ``examples`` directory from the installed package. They are still
+available in the source distribution.
+  * Fixed ``time.clock()`` deprecation warning.
+
+---

Old:

  xlrd-1.1.0.tar.gz

New:

  xlrd-1.2.0.tar.gz



Other differences:
--
++ python-xlrd.spec ++
--- /var/tmp/diff_new_pack.8ciPK1/_old  2018-12-24 11:48:01.293100663 +0100
+++ /var/tmp/diff_new_pack.8ciPK1/_new  2018-12-24 11:48:01.293100663 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-xlrd
-Version:1.1.0
+Version:1.2.0
 Release:0
 Url:http://www.lexicon.net/sjmachin/xlrd.htm
 Summary:Python module for extracting data from Excel spreadsheet files
@@ -30,8 +30,10 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
+BuildRequires:  %{python_module defusedxml}
 BuildRequires:  %{python_module nose}
 # /SECTION
+Recommends: python-defusedxml
 BuildArch:  noarch
 %python_subpackages
 
@@ -47,13 +49,13 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 mv %{buildroot}%{_bindir}/runxlrd.py %{buildroot}%{_bindir}/runxlrd
 
 %check
 %python_expand nosetests-%{$python_bin_suffix}
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.md
 %license docs/licenses.rst
 %python3_only %{_bindir}/runxlrd

++ xlrd-1.1.0.tar.gz -> xlrd-1.2.0.tar.gz ++
 5912 lines of diff (skipped)




commit python-xlrd for openSUSE:Factory

2018-08-10 Thread root
Hello community,

here is the log from the commit of package python-xlrd for openSUSE:Factory 
checked in at 2018-08-10 09:49:41

Comparing /work/SRC/openSUSE:Factory/python-xlrd (Old)
 and  /work/SRC/openSUSE:Factory/.python-xlrd.new (New)


Package is "python-xlrd"

Fri Aug 10 09:49:41 2018 rev:10 rq:628221 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-xlrd/python-xlrd.changes  2018-06-19 
11:59:26.783426638 +0200
+++ /work/SRC/openSUSE:Factory/.python-xlrd.new/python-xlrd.changes 
2018-08-10 09:49:42.290262868 +0200
@@ -1,0 +2,5 @@
+Wed Aug  8 16:24:55 UTC 2018 - jeng...@inai.de
+
+- Use noun phrase in summary again.
+
+---



Other differences:
--
++ python-xlrd.spec ++
--- /var/tmp/diff_new_pack.OUnUSJ/_old  2018-08-10 09:49:42.910263868 +0200
+++ /var/tmp/diff_new_pack.OUnUSJ/_new  2018-08-10 09:49:42.914263874 +0200
@@ -16,13 +16,12 @@
 #
 
 
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-xlrd
 Version:1.1.0
 Release:0
 Url:http://www.lexicon.net/sjmachin/xlrd.htm
-Summary:Extract Data From Microsoft Excel Spreadsheet Files
+Summary:Python module for extracting data from Excel spreadsheet files
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Source: 
https://files.pythonhosted.org/packages/source/x/xlrd/xlrd-%{version}.tar.gz




commit python-xlrd for openSUSE:Factory

2018-06-19 Thread root
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)




commit python-xlrd for openSUSE:Factory

2017-05-17 Thread root
Hello community,

here is the log from the commit of package python-xlrd for openSUSE:Factory 
checked in at 2017-05-17 10:50:51

Comparing /work/SRC/openSUSE:Factory/python-xlrd (Old)
 and  /work/SRC/openSUSE:Factory/.python-xlrd.new (New)


Package is "python-xlrd"

Wed May 17 10:50:51 2017 rev:8 rq:492684 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-xlrd/python-xlrd.changes  2015-11-04 
15:32:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-xlrd.new/python-xlrd.changes 
2017-05-17 10:50:54.667888927 +0200
@@ -1,0 +2,34 @@
+Wed May  3 14:53:22 UTC 2017 - toddrme2...@gmail.com
+
+- Fix license
+- Executable is python version independent so make it python3-only.
+
+---
+Wed Apr 19 22:13:57 UTC 2017 - toddrme2...@gmail.com
+
+- Source url must be https.
+
+---
+Tue Apr 18 16:19:23 UTC 2017 - toddrme2...@gmail.com
+
+- Update to 1.0.0
+  * Official support, such as it is, is now for 2.6, 2.7, 3.3+
+  * Fixes a bug in looking up non-lowercase sheet filenames by
+ensuring that the sheet targets are transformed the same way
+as the component_names dict keys.
+  * Fixes a bug for ragged_rows=False when merged cells increases
+the number of columns in the sheet. This requires all rows
+to be extended to ensure equal row lengths that match the
+number of columns in the sheet.
+  * Fixes to enable reading of SAP-generated .xls files.
+  * support BIFF4 files with missing FORMAT records.
+  * support files with missing WINDOW2 record.
+  * Empty cells are now always unicode strings, they were a
+bytestring on Python 2 and a unicode string on Python 3.
+  * Fix for  inlineStr attribute without  child.
+  * Fix for a zoom of None causing problems on Python 3.
+  * Fix parsing of bad dimensions.
+  * Fix xlsx sheet to comments relationship.
+- Implement single-spec version.
+
+---

Old:

  reveng1.xlsx
  text_bar.xlsx
  xlrd-0.9.4.tar.gz

New:

  xlrd-1.0.0.tar.gz



Other differences:
--
++ python-xlrd.spec ++
--- /var/tmp/diff_new_pack.siSzqZ/_old  2017-05-17 10:50:56.023698198 +0200
+++ /var/tmp/diff_new_pack.siSzqZ/_new  2017-05-17 10:50:56.027697635 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-xlrd
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,25 +16,27 @@
 #
 
 
+%bcond_without tests
+
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-xlrd
-Version:0.9.4
+Version:1.0.0
 Release:0
 Url:http://www.lexicon.net/sjmachin/xlrd.htm
 Summary:Library for Developers to Extract Data From Microsoft Excel 
Spreadsheet Files
-License:BSD-4-Clause
+License:BSD-3-Clause
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/x/xlrd/xlrd-%{version}.tar.gz
-# Test files missing in the 0.9.2 tarball. 
https://github.com/python-excel/xlrd/issues/49
-Source1:reveng1.xlsx
-Source2:text_bar.xlsx
+Source: 
https://files.pythonhosted.org/packages/source/x/xlrd/xlrd-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  python-nose
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
-BuildArch:  noarch
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+%if %{with tests}
+BuildRequires:  %{python_module nose}
 %endif
+BuildArch:  noarch
+%python_subpackages
 
 %description
 Extract data from new and old Excel spreadsheets on any platform. Pure Python
@@ -42,23 +44,23 @@
 
 %prep
 %setup -q -n xlrd-%{version}
-# Add missing test files
-cp %{SOURCE1} %{SOURCE2} tests/
 
 %build
-python setup.py build
-
-%check
-nosetests
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 mv %{buildroot}%{_bindir}/runxlrd.py %{buildroot}%{_bindir}/runxlrd
 
-%files
+%if %{with tests}
+%check
+%python_expand nosetests-%{$python_bin_suffix}
+%endif
+
+%files %{python_files}
 %defattr(-,root,root,-)
-%doc xlrd/doc/* xlrd/examples README.html
-%{_bindir}/runxlrd
+%doc HISTORY.html README.md 

commit python-xlrd for openSUSE:Factory

2015-11-04 Thread h_root
Hello community,

here is the log from the commit of package python-xlrd for openSUSE:Factory 
checked in at 2015-11-04 15:32:53

Comparing /work/SRC/openSUSE:Factory/python-xlrd (Old)
 and  /work/SRC/openSUSE:Factory/.python-xlrd.new (New)


Package is "python-xlrd"

Changes:

--- /work/SRC/openSUSE:Factory/python-xlrd/python-xlrd.changes  2013-05-02 
11:45:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-xlrd.new/python-xlrd.changes 
2015-11-04 15:32:54.0 +0100
@@ -1,0 +2,6 @@
+Thu Oct 29 17:54:20 UTC 2015 - sco...@free.fr
+
+- Update to 0.9.4
+  * No changelog available 
+
+---

Old:

  xlrd-0.9.2.tar.gz

New:

  xlrd-0.9.4.tar.gz



Other differences:
--
++ python-xlrd.spec ++
--- /var/tmp/diff_new_pack.4sdQlS/_old  2015-11-04 15:32:55.0 +0100
+++ /var/tmp/diff_new_pack.4sdQlS/_new  2015-11-04 15:32:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-xlrd
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:   python-xlrd
-Version:0.9.2
+Version:0.9.4
 Release:0
 Url:http://www.lexicon.net/sjmachin/xlrd.htm
 Summary:Library for Developers to Extract Data From Microsoft Excel 
Spreadsheet Files


++ xlrd-0.9.2.tar.gz -> xlrd-0.9.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xlrd-0.9.2/PKG-INFO new/xlrd-0.9.4/PKG-INFO
--- old/xlrd-0.9.2/PKG-INFO 2013-04-09 21:36:10.0 +0200
+++ new/xlrd-0.9.4/PKG-INFO 2015-07-15 08:21:41.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: xlrd
-Version: 0.9.2
+Version: 0.9.4
 Summary: Library for developers to extract data from Microsoft Excel (tm) 
spreadsheet files
 Home-page: http://www.python-excel.org/
 Author: John Machin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xlrd-0.9.2/scripts/runxlrd.py 
new/xlrd-0.9.4/scripts/runxlrd.py
--- old/xlrd-0.9.2/scripts/runxlrd.py   2013-04-05 00:36:57.0 +0200
+++ new/xlrd-0.9.4/scripts/runxlrd.py   2015-07-15 08:12:19.0 +0200
@@ -89,9 +89,8 @@
 if cty == xlrd.XL_CELL_DATE:
 try:
 showval = xlrd.xldate_as_tuple(cval, dmode)
-except xlrd.XLDateError:
-e1, e2 = sys.exc_info()[:2]
-showval = "%s:%s" % (e1.__name__, e2)
+except xlrd.XLDateError as e:
+showval = "%s:%s" % (type(e).__name__, e)
 cty = xlrd.XL_CELL_ERROR
 elif cty == xlrd.XL_CELL_ERROR:
 showval = xlrd.error_text_from_code.get(cval, '' % cval)
@@ -335,17 +334,15 @@
 t1 = time.time()
 if not options.suppress_timing:
 print("Open took %.2f seconds" % (t1-t0,))
-except xlrd.XLRDError:
-e0, e1 = sys.exc_info()[:2]
-print("*** Open failed: %s: %s" % (e0.__name__, e1))
+except xlrd.XLRDError as e:
+print("*** Open failed: %s: %s" % (type(e).__name__, e))
 continue
 except KeyboardInterrupt:
 print("*** KeyboardInterrupt ***")
 traceback.print_exc(file=sys.stdout)
 sys.exit(1)
-except:
-e0, e1 = sys.exc_info()[:2]
-print("*** Open failed: %s: %s" % (e0.__name__, e1))
+except BaseException as e:
+print("*** Open failed: %s: %s" % (type(e).__name__, e))
 traceback.print_exc(file=sys.stdout)
 continue
 t0 = time.time()
Files old/xlrd-0.9.2/tests/apachepoi_49609.xlsx and 
new/xlrd-0.9.4/tests/apachepoi_49609.xlsx differ
Files old/xlrd-0.9.2/tests/merged_cells.xlsx and 
new/xlrd-0.9.4/tests/merged_cells.xlsx differ
Files old/xlrd-0.9.2/tests/reveng1.xlsx and new/xlrd-0.9.4/tests/reveng1.xlsx 
differ
Files old/xlrd-0.9.2/tests/self_evaluation_report_2014-05-19.xlsx and 
new/xlrd-0.9.4/tests/self_evaluation_report_2014-05-19.xlsx differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xlrd-0.9.2/tests/test_cell.py 
new/xlrd-0.9.4/tests/test_cell.py
--- old/xlrd-0.9.2/tests/test_cell.py   2013-04-05 00:36:57.0 +0200
+++ 

commit python-xlrd for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package python-xlrd for openSUSE:Factory 
checked in at 2013-06-24 11:05:05

Comparing /work/SRC/openSUSE:Factory/python-xlrd (Old)
 and  /work/SRC/openSUSE:Factory/.python-xlrd.new (New)


Package is python-xlrd

Changes:


Old:

  python3-xlrd.changes
  python3-xlrd.spec



Other differences:
--

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-xlrd for openSUSE:Factory

2013-05-02 Thread h_root


binkSj1qbgxcq.bin
Description: Binary data