diff --git a/lxml-3.2.0.tar.gz b/lxml-3.2.0.tar.gz deleted file mode 100644 index 4f777a7..0000000 --- a/lxml-3.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eaac31ac45c3665aad9310352967184600e820bc366ceff64d01e93f15d3882c -size 3324596 diff --git a/lxml-3.2.1.tar.gz b/lxml-3.2.1.tar.gz new file mode 100644 index 0000000..f50ca48 --- /dev/null +++ b/lxml-3.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc4924366cd0751f9cde17c2bc52e13df8b04246d4eaf6b09a496262c9ebbf6a +size 3335355 diff --git a/lxmldoc-3.2.0.pdf b/lxmldoc-3.2.0.pdf deleted file mode 100644 index 33a6875..0000000 --- a/lxmldoc-3.2.0.pdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:055b09e812d1354f158d49b29444615a34f1402b8742ed6e834fb2aed50778c6 -size 1817790 diff --git a/lxmldoc-3.2.1.pdf b/lxmldoc-3.2.1.pdf new file mode 100644 index 0000000..2ab718b --- /dev/null +++ b/lxmldoc-3.2.1.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c1f6811d252007d6af9059515b12539d8a2383eb7e5332f5c91f7cccb3c657 +size 1098937 diff --git a/python-lxml.changes b/python-lxml.changes index c65baed..ebba3ed 100644 --- a/python-lxml.changes +++ b/python-lxml.changes @@ -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 diff --git a/python-lxml.spec b/python-lxml.spec index f42cbea..4bcbd4b 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -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+ diff --git a/python3-lxml.spec b/python3-lxml.spec index b61c0e6..8b42716 100644 --- a/python3-lxml.spec +++ b/python3-lxml.spec @@ -17,7 +17,7 @@ Name: python3-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+