Hello community, here is the log from the commit of package python-lxml for openSUSE:Factory checked in at 2014-03-11 09:23:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-lxml (Old) and /work/SRC/openSUSE:Factory/.python-lxml.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lxml" Changes: -------- --- /work/SRC/openSUSE:Factory/python-lxml/python-lxml.changes 2014-02-24 14:12:02.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-lxml.new/python-lxml.changes 2014-03-11 09:23:59.000000000 +0100 @@ -1,0 +2,36 @@ +Wed Mar 5 08:14:23 UTC 2014 - [email protected] + +- Update to version 3.3.3: + * Bugs fixed + - Crash when using Element subtypes with __slots__. + * Other changes + - The internal classes _LogEntry and _Attrib can no longer be subclassed + from Python code. + +------------------------------------------------------------------- +Mon Mar 3 09:28:09 UTC 2014 - [email protected] + +- Update to version 3.3.2: + - The properties resolvers and version, as well as the methods + set_element_class_lookup() and makeelement(), were lost from iterparse + objects. + - LP#1222132: instances of XMLSchema, Schematron and RelaxNG did not clear + their local error_log before running a validation. + - LP#1238500: lxml.doctestcompare mixed up "expected" and "actual" in + attribute values. + - Some file I/O tests were failing in MS-Windows due to incorrect temp file + usage. Initial patch by Gabi Davar. + - LP#910014: duplicate IDs in a document were not reported by DTD + validation. + - LP#1185332: tostring(method="html") did not use HTML serialisation + semantics for trailing tail text. Initial patch by Sylvain Viollon. + - LP#1281139: .attrib value of Comments lost its mutation methods in 3.3.0. + Even though it is empty and immutable, it should still provide the same + interface as that returned for Elements. + +------------------------------------------------------------------- +Fri Feb 28 10:12:18 UTC 2014 - [email protected] + +- Run tests during build + +------------------------------------------------------------------- Old: ---- lxml-3.3.1.tar.gz lxmldoc-3.3.1.pdf New: ---- lxml-3.3.3.tgz lxmldoc-3.3.3.pdf ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-lxml.spec ++++++ --- /var/tmp/diff_new_pack.goSsFA/_old 2014-03-11 09:23:59.000000000 +0100 +++ /var/tmp/diff_new_pack.goSsFA/_new 2014-03-11 09:23:59.000000000 +0100 @@ -17,13 +17,13 @@ Name: python-lxml -Version: 3.3.1 +Version: 3.3.3 Release: 0 Summary: Powerful and Pythonic XML processing library License: BSD-3-Clause and GPL-2.0+ Group: Development/Languages/Python Url: http://lxml.de/ -Source: http://pypi.python.org/packages/source/l/lxml/lxml-%{version}.tar.gz +Source: http://lxml.de/files/lxml-%{version}.tgz Source1: http://lxml.de/lxmldoc-%{version}.pdf BuildRequires: libxml2-devel BuildRequires: libxslt-devel @@ -64,6 +64,14 @@ %build CFLAGS="%{optflags}" python setup.py build +%check +# The tests fail on SLE 11 due to broken incremental parsing +# in libxml2 +%if 0%{?suse_version} > 1110 +CFLAGS="%{optflags}" python setup.py build_ext --inplace +LANG=en_US.UTF-8 PYTHONUNBUFFERED=x make test +%endif + %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} ++++++ lxmldoc-3.3.1.pdf -> lxmldoc-3.3.3.pdf ++++++ (binary differes) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
