Accepting request 175240 from 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. (forwarded request 175226 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/175240 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lxml?expand=0&rev=41
This commit is contained in:
commit
999bc2169f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:eaac31ac45c3665aad9310352967184600e820bc366ceff64d01e93f15d3882c
|
|
||||||
size 3324596
|
|
3
lxml-3.2.1.tar.gz
Normal file
3
lxml-3.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fc4924366cd0751f9cde17c2bc52e13df8b04246d4eaf6b09a496262c9ebbf6a
|
||||||
|
size 3335355
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:055b09e812d1354f158d49b29444615a34f1402b8742ed6e834fb2aed50778c6
|
|
||||||
size 1817790
|
|
3
lxmldoc-3.2.1.pdf
Normal file
3
lxmldoc-3.2.1.pdf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b3c1f6811d252007d6af9059515b12539d8a2383eb7e5332f5c91f7cccb3c657
|
||||||
|
size 1098937
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 13 08:34:19 UTC 2013 - dmueller@suse.com
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 29 12:25:39 UTC 2013 - dmueller@suse.com
|
Mon Apr 29 12:25:39 UTC 2013 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-lxml
|
Name: python-lxml
|
||||||
Version: 3.2.0
|
Version: 3.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Powerful and Pythonic XML processing library
|
Summary: Powerful and Pythonic XML processing library
|
||||||
License: BSD-3-Clause and GPL-2.0+
|
License: BSD-3-Clause and GPL-2.0+
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python3-lxml
|
Name: python3-lxml
|
||||||
Version: 3.2.0
|
Version: 3.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Powerful and Pythonic XML processing library
|
Summary: Powerful and Pythonic XML processing library
|
||||||
License: BSD-3-Clause and GPL-2.0+
|
License: BSD-3-Clause and GPL-2.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user