This commit is contained in:
Jeffrey C. Ollie 2013-05-11 21:48:09 -05:00
parent be85c7c18b
commit b0c0cef047
3 changed files with 31 additions and 3 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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 <jeff@ocjtech.us> - 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 <jeff@ocjtech.us> - 3.2.0-1
- 3.2.0 (2013-04-28)
- ==================

View File

@ -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