2.3.5
This commit is contained in:
parent
3fa91ae8d1
commit
b262b590a4
2
.gitignore
vendored
2
.gitignore
vendored
@ -10,3 +10,5 @@ lxml-2.2.7.tar.gz.asc
|
|||||||
/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
|
||||||
/lxml-2.3.3.tar.gz.asc
|
/lxml-2.3.3.tar.gz.asc
|
||||||
|
/lxml-2.3.5.tar.gz
|
||||||
|
/lxml-2.3.5.tar.gz.asc
|
||||||
|
|||||||
@ -5,8 +5,8 @@
|
|||||||
%{!?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.3
|
Version: 2.3.5
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: ElementTree-like Python bindings for libxml2 and libxslt
|
Summary: ElementTree-like Python bindings for libxml2 and libxslt
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -121,6 +121,21 @@ rm -rf %{buildroot}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 27 2012 Jeffrey Ollie <jeff@ocjtech.us> - 2.3.5-1
|
||||||
|
- Bugs fixed
|
||||||
|
-
|
||||||
|
- * Crash when merging text nodes in element.remove().
|
||||||
|
- * Crash in sax/target parser when reporting empty doctype.
|
||||||
|
|
||||||
|
* Thu Sep 27 2012 Jeffrey Ollie <jeff@ocjtech.us> - 2.3.4-1
|
||||||
|
- Bugs fixed
|
||||||
|
-
|
||||||
|
- * Crash when building an nsmap (Element property) with empty namespace
|
||||||
|
- URIs.
|
||||||
|
- * Crash due to race condition when errors (or user messages) occur during
|
||||||
|
- threaded XSLT processing (or compilation).
|
||||||
|
- * XSLT stylesheet compilation could ignore compilation errors.
|
||||||
|
|
||||||
* Sat Aug 04 2012 David Malcolm <dmalcolm@redhat.com> - 2.3.3-4
|
* Sat Aug 04 2012 David Malcolm <dmalcolm@redhat.com> - 2.3.3-4
|
||||||
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
|
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user