Hello community,

here is the log from the commit of package python3-lxml for openSUSE:Factory 
checked in at 2015-01-09 20:52:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-lxml (Old)
 and      /work/SRC/openSUSE:Factory/.python3-lxml.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-lxml"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-lxml/python3-lxml.changes        
2014-04-26 10:10:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-lxml.new/python3-lxml.changes   
2015-01-09 20:52:08.000000000 +0100
@@ -1,0 +2,46 @@
+Tue Jan  6 19:44:55 UTC 2015 - a...@gmx.de
+
+- specfile: update copyright year
+
+- update to version 3.4.1:
+  * New htmlfile HTML generator to accompany the incremental xmlfile 
serialisation API. Patch by Burak Arslan.
+  * lxml.sax.ElementTreeContentHandler did not initialise its superclass.
+
+- changes from version 3.4.0:
+  * xmlfile(buffered=False) disables output buffering and flushes the
+    content after each API operation (starting/ending element blocks
+    or writes). A new method xf.flush() can alternatively be used to
+    explicitly flush the output.
+  * lxml.html.document_fromstring has a new option
+    ensure_head_body=True which will add an empty head and/or body
+    element to the result document if missing.
+  * lxml.html.iterlinks now returns links inside meta refresh tags.
+  * New XMLParser option collect_ids=False to disable ID hash table
+    creation. This can substantially speed up parsing of documents
+    with many different IDs that are not used.
+  * The parser uses per-document hash tables for XML IDs. This reduces
+    the load of the global parser dict and speeds up parsing for
+    documents with many different IDs.
+  * ElementTree.getelementpath(element) returns a structural
+    ElementPath expression for the given element, which can be used
+    for lookups later.
+  * xmlfile() accepts a new argument close=True to close file(-like)
+    objects after writing to them. Before, xmlfile() only closed the
+    file if it had opened it internally.
+  * Allow "bytearray" type for ASCII text input.
+  * LP#400588: decoding errors have become hard errors even in
+     recovery mode. Previously, they could lead to an internal tree
+     representation in a mixed encoding state, which lead to very late
+     errors or even silently incorrect behaviour during tree traversal
+     or serialisation.
+  * Requires Python 2.6, 2.7, 3.2 or later. No longer supports Python
+    2.4, 2.5 and 3.1, use lxml 3.3.x for those.
+  * Requires libxml2 2.7.0 or later and libxslt 1.1.23 or later, use
+    lxml 3.3.x with older versions.
+
+- change from versino 3.3.6:
+  * Prevent tree cycle creation when adding Elements as siblings.
+  * LP#1361948: crash when deallocating Element siblings without parent.
+  * LP#1354652: crash when traversing internally loaded documents in XSLT 
extension functions.
+
+-------------------------------------------------------------------

Old:
----
  lxml-3.3.5.tar.gz
  lxmldoc-3.3.5.pdf

New:
----
  lxml-3.4.1.tar.gz
  lxmldoc-3.4.1.pdf

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

Other differences:
------------------
++++++ python3-lxml.spec ++++++
--- /var/tmp/diff_new_pack.LlKWEU/_old  2015-01-09 20:52:09.000000000 +0100
+++ /var/tmp/diff_new_pack.LlKWEU/_new  2015-01-09 20:52:09.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-lxml
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products 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:           python3-lxml
-Version:        3.3.5
+Version:        3.4.1
 Release:        0
 Summary:        Powerful and Pythonic XML processing library
 License:        BSD-3-Clause and GPL-2.0+

++++++ lxml-3.3.5.tar.gz -> lxml-3.4.1.tar.gz ++++++
++++ 238972 lines of diff (skipped)

++++++ lxmldoc-3.3.5.pdf -> lxmldoc-3.4.1.pdf ++++++
(binary differes)

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

Reply via email to