Hello community,

here is the log from the commit of package python3-xlrd for openSUSE:Factory 
checked in at 2016-06-25 02:20:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-xlrd (Old)
 and      /work/SRC/openSUSE:Factory/.python3-xlrd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-xlrd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-xlrd/python3-xlrd.changes        
2016-05-25 21:26:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-xlrd.new/python3-xlrd.changes   
2016-06-25 02:21:45.000000000 +0200
@@ -1,0 +2,37 @@
+Sun Jun 19 15:05:38 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * use setuptools
+  * README.html -> REAMDE.md
+
+- update to version 1.0.0:
+  * Use panci to update tox.ini
+  * remove python versions that don't work under our travis setup.
+  * Use Travis to do releases.
+  * dev requirements.
+  * Just use setuptools, like everyone else ;-)
+  * Fix xlsx sheet->comments relationship
+  * ignore virtualenv stuff.
+  * Peek with context manager
+  * Fix for <cell> inlineStr attribute without <si> child.
+  * Remove misleading comment (fixed #162)
+  * Uniform empty cell value (always unicode string) for Python2 and
+    Python3 (fixes #159)
+  * Add tests for types of cell values
+  * Add test case for empty cell #159
+  * Update README.md
+  * Add pypy, pypy3, and 3.5 to Travis
+  * Fix sheet lookup key error.
+  * Fix unequal row lengths.
+  * support files with missing WINDOW2 record
+  * support BIFF4 files with missing FORMAT records
+  * add supported python environments in tox.ini
+  * update supported python versions in README
+  * Delete README.html
+  * converted html readme to GitHub markdown
+  * NoneType zoom variable causes crash
+  * Document chi, rhi in merged cells are exclusive
+  * fix parsing of bad dimensions
+  * #85 fix XLRD fails to open valid excel (.xls) file
+
+-------------------------------------------------------------------
@@ -7 +43,0 @@
-

Old:
----
  xlrd-0.9.4.tar.gz

New:
----
  xlrd-1.0.0.tar.gz

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

Other differences:
------------------
++++++ python3-xlrd.spec ++++++
--- /var/tmp/diff_new_pack.sPzUtF/_old  2016-06-25 02:21:46.000000000 +0200
+++ /var/tmp/diff_new_pack.sPzUtF/_new  2016-06-25 02:21:46.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-xlrd
-Version:        0.9.4
+Version:        1.0.0
 Release:        0
 Url:            http://www.python-excel.org/
 Summary:        Library for Developers to Extract Data From Microsoft Excel 
Spreadsheet Files
@@ -29,6 +29,7 @@
 BuildRequires:  python3
 BuildRequires:  python3-devel
 BuildRequires:  python3-nose
+BuildRequires:  python3-setuptools
 BuildArch:      noarch
 
 %description
@@ -51,7 +52,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README.html
+%doc README.md
 %{_bindir}/runxlrd-python3
 %{python_sitelib}/*
 


++++++ xlrd-0.9.4.tar.gz -> xlrd-1.0.0.tar.gz ++++++
++++ 2900 lines of diff (skipped)


Reply via email to