This commit is contained in:
Jeffrey C. Ollie 2013-11-11 14:21:19 -06:00
parent d1aad45540
commit 1523d8509c
3 changed files with 24 additions and 4 deletions

2
.gitignore vendored
View File

@ -26,3 +26,5 @@ lxml-2.2.7.tar.gz.asc
/lxml-3.2.1.tgz.asc
/lxml-3.2.3.tgz
/lxml-3.2.3.tgz.asc
/lxml-3.2.4.tgz
/lxml-3.2.4.tgz.asc

View File

@ -5,8 +5,8 @@
%{!?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.3
Release: 2%{?dist}
Version: 3.2.4
Release: 1%{?dist}
Summary: ElementTree-like Python bindings for libxml2 and libxslt
Group: Development/Libraries
@ -125,6 +125,24 @@ rm -rf %{buildroot}
%endif
%changelog
* Mon Nov 11 2013 Jeffrey Ollie <jeff@ocjtech.us> - 3.2.4-1
- 3.2.4 (2013-11-07)
- ==================
-
- Bugs fixed
- ----------
-
- * Memory leak when creating an XPath evaluator in a thread.
-
- * LP#1228881: ``repr(XSLTAccessControl)`` failed in Python 3.
-
- * Raise ``ValueError`` when trying to append an Element to itself or
- to one of its own descendants.
-
- * LP#1206077: htmldiff discarded whitespace from the output.
-
- * Compressed plain-text serialisation to file-like objects was broken.
* Wed Sep 18 2013 Jeffrey Ollie <jeff@ocjtech.us> - 3.2.3-2
- Add requirement for on python-cssselect for the python2 version

View File

@ -1,2 +1,2 @@
fef47bb4ac72ac38ce778518dac42236 lxml-3.2.3.tgz
6333f54ca1fb67dce516eb751c463d17 lxml-3.2.3.tgz.asc
cc363499060f615aca1ec8dcc04df331 lxml-3.2.4.tgz
d6d73495f291950352ad6e62c293ea5d lxml-3.2.4.tgz.asc