3.2.1
This commit is contained in:
parent
be85c7c18b
commit
b0c0cef047
2
.gitignore
vendored
2
.gitignore
vendored
@ -22,3 +22,5 @@ lxml-2.2.7.tar.gz.asc
|
|||||||
/lxml-3.1.0.tgz.asc
|
/lxml-3.1.0.tgz.asc
|
||||||
/lxml-3.2.0.tgz
|
/lxml-3.2.0.tgz
|
||||||
/lxml-3.2.0.tgz.asc
|
/lxml-3.2.0.tgz.asc
|
||||||
|
/lxml-3.2.1.tgz
|
||||||
|
/lxml-3.2.1.tgz.asc
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
Name: python-lxml
|
Name: python-lxml
|
||||||
Version: 3.2.0
|
Version: 3.2.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: ElementTree-like Python bindings for libxml2 and libxslt
|
Summary: ElementTree-like Python bindings for libxml2 and libxslt
|
||||||
|
|
||||||
@ -123,6 +123,32 @@ rm -rf %{buildroot}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri May 10 2013 Jeffrey Ollie <jeff@ocjtech.us> - 3.2.0-1
|
||||||
- 3.2.0 (2013-04-28)
|
- 3.2.0 (2013-04-28)
|
||||||
- ==================
|
- ==================
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user