diff --git a/.gitignore b/.gitignore index 0f42ed7..34a722a 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ lxml-2.2.7.tar.gz.asc /lxml-3.1.0.tgz.asc /lxml-3.2.0.tgz /lxml-3.2.0.tgz.asc +/lxml-3.2.1.tgz +/lxml-3.2.1.tgz.asc diff --git a/python-lxml.spec b/python-lxml.spec index 24c4f86..3c559f5 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -5,7 +5,7 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-lxml -Version: 3.2.0 +Version: 3.2.1 Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt @@ -123,6 +123,32 @@ rm -rf %{buildroot} %endif %changelog +* Sun May 12 2013 Jeffrey Ollie - 3.2.1-1 +- 3.2.1 (2013-05-11) +- ================== +- +- Features added +- -------------- +- +- * 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. +- +- Bugs fixed +- ---------- +- +- * 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. + * Fri May 10 2013 Jeffrey Ollie - 3.2.0-1 - 3.2.0 (2013-04-28) - ================== diff --git a/sources b/sources index 92d1ffa..d325a8f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -0faadce886cf868975358de53aff2bbb lxml-3.2.0.tgz -695195237f88501198fce41a17138c02 lxml-3.2.0.tgz.asc +d183ccd6bbd5ca139e9db9e9a675787e lxml-3.2.1.tgz +445493ec78c8dc15b7d8be201c924bc5 lxml-3.2.1.tgz.asc