14
0
forked from pool/python-lxml

Accepting request 175226 from home:dirkmueller:branches:devel:languages:python

- update to 3.2.1:
* The methods ``apply_templates()`` and ``process_children()`` of XSLT
  extension elements have gained two new boolean options ``elements_only``
  and ``remove_blank_text`` that discard either all strings or whitespace-only
  strings from the result list.
* When moving Elements to another tree, the namespace cleanup mechanism
  no longer drops namespace prefixes from attributes for which it finds
  a default namespace declaration, to prevent them from appearing as
  unnamespaced attributes after serialisation.
* Returning non-type objects from a custom class lookup method could lead
  to a crash.
* Instantiating and using subtypes of Comments and ProcessingInstructions
  crashed.

OBS-URL: https://build.opensuse.org/request/show/175226
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=56
This commit is contained in:
Sascha Peilicke
2013-05-13 09:26:33 +00:00
committed by Git OBS Bridge
parent fc01f77977
commit e91417699a
7 changed files with 25 additions and 8 deletions

View File

@@ -17,7 +17,7 @@
Name: python-lxml
Version: 3.2.0
Version: 3.2.1
Release: 0
Summary: Powerful and Pythonic XML processing library
License: BSD-3-Clause and GPL-2.0+