Hello community, here is the log from the commit of package python3-xlrd for openSUSE:Factory checked in at 2015-02-13 08:35:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2013-06-21 19:09:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-xlrd.new/python3-xlrd.changes 2015-02-13 08:35:36.000000000 +0100 @@ -1,0 +2,37 @@ +Sat Dec 6 00:14:03 UTC 2014 - [email protected] + +- specfile: + * update copyright year + * update home page + * added file namesdemo.xls to run tests + * removed files revent1.xlsx and text_bar.xlsx which are now + included in the tar-ball + * doc files are not bundled in tar-ball anymore->remove + +- update to version 0.9.3: + * escapement_type -> escapement, fixing github #61 + * unused import. + * Lose change log, that's what we have revision control for. + * Added function to convert Excel date to datetime. + * fix missed case of removal of getzflo caused by auto-merging a + pull request that came from before the 2.6+ branch was merged + * Fix variable name error introduced in commit 83b9643 + * Use exception handler target variables rather than sys.exc_info() + * Remove ZipFile.open() workaround for pre-2.6 Python + * Remove miscellaneous workarounds for pre-2.6 Python + * Interpret xlsx comments with no text correctly + * Read xlsx merged cell elements. + * Don't use str.replace on cell_name + * github issue 64: need to skip meaningless chunk of 4 zero bytes + between two otherwise-valid BIFF records; was being treated as a + DIMENSIONS record and then crashing. + * Revert cell_name_to_rowx_colx. Remove anchors in do_row only. + * Ignoe anchors ($) in cell references + * Implemented Sheet.visibility for xlsx files. + * Avoid use of XPath features absent in 2.6's ET + * Read .xlsx comments from Excel 2007 / GDocs + * Fix for #49. + * MANIFEST was a red herring, our MANIFEST.in only works correctly + when using Python2.7+. + +------------------------------------------------------------------- Old: ---- reveng1.xlsx text_bar.xlsx xlrd-0.9.2.tar.gz New: ---- namesdemo.xls xlrd-0.9.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-xlrd.spec ++++++ --- /var/tmp/diff_new_pack.CaNPtY/_old 2015-02-13 08:35:37.000000000 +0100 +++ /var/tmp/diff_new_pack.CaNPtY/_new 2015-02-13 08:35:37.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python3-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,16 +17,14 @@ Name: python3-xlrd -Version: 0.9.2 +Version: 0.9.3 Release: 0 -Url: http://www.lexicon.net/sjmachin/xlrd.htm +Url: http://www.python-excel.org/ Summary: Library for Developers to Extract Data From Microsoft Excel Spreadsheet Files License: BSD-4-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 +Source1: namesdemo.xls BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python3 BuildRequires: python3-devel @@ -39,8 +37,7 @@ %prep %setup -q -n xlrd-%{version} -# Add missing test files -cp %{SOURCE1} %{SOURCE2} tests/ +mkdir -p xlrd/examples && cp %{SOURCE1} xlrd/examples/ %build python3 setup.py build @@ -54,7 +51,7 @@ %files %defattr(-,root,root,-) -%doc xlrd/doc/* xlrd/examples README.html +%doc README.html %{_bindir}/runxlrd-python3 %{python_sitelib}/* ++++++ xlrd-0.9.2.tar.gz -> xlrd-0.9.3.tar.gz ++++++ ++++ 3029 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
