2.3.3
This commit is contained in:
parent
e28be7908c
commit
5860e7ed86
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,3 +8,5 @@ lxml-2.2.7.tar.gz.asc
|
|||||||
/lxml-2.3.1.tar.gz.asc
|
/lxml-2.3.1.tar.gz.asc
|
||||||
/lxml-2.3.2.tar.gz
|
/lxml-2.3.2.tar.gz
|
||||||
/lxml-2.3.2.tar.gz.asc
|
/lxml-2.3.2.tar.gz.asc
|
||||||
|
/lxml-2.3.3.tar.gz
|
||||||
|
/lxml-2.3.3.tar.gz.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: 2.3.2
|
Version: 2.3.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: ElementTree-like Python bindings for libxml2 and libxslt
|
Summary: ElementTree-like Python bindings for libxml2 and libxslt
|
||||||
|
|
||||||
@ -121,6 +121,24 @@ rm -rf %{buildroot}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 5 2012 Jeffrey C. Ollie <jeff@ocjtech.us> - 2.3.3-1
|
||||||
|
- 2.3.3 (2012-01-04)
|
||||||
|
- Features added
|
||||||
|
-
|
||||||
|
- * lxml.html.tostring() gained new serialisation options with_tail and
|
||||||
|
- doctype.
|
||||||
|
-
|
||||||
|
- Bugs fixed
|
||||||
|
-
|
||||||
|
- * Fixed a crash when using iterparse() for HTML parsing and requesting
|
||||||
|
- start events.
|
||||||
|
- * Fixed parsing of more selectors in cssselect. Whitespace before pseudo-
|
||||||
|
- elements and pseudo-classes is significant as it is a descendant
|
||||||
|
- combinator. "E :pseudo" should parse the same as "E *:pseudo", not
|
||||||
|
- "E:pseudo". Patch by Simon Sapin.
|
||||||
|
- * lxml.html.diff no longer raises an exception when hitting 'img' tags
|
||||||
|
- without 'src' attribute.
|
||||||
|
|
||||||
* Mon Nov 14 2011 Jeffrey C. Ollie <jeff@ocjtech.us> - 2.3.2-1
|
* Mon Nov 14 2011 Jeffrey C. Ollie <jeff@ocjtech.us> - 2.3.2-1
|
||||||
- 2.3.2 (2011-11-11)
|
- 2.3.2 (2011-11-11)
|
||||||
- Features added
|
- Features added
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user