[python-lxml] 3.2.4

Jeffrey C. Ollie jcollie at fedoraproject.org
Mon Nov 11 20:21:20 UTC 2013


commit 1523d8509c40831d49fcdb8b4136a78b9c54db1b
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Mon Nov 11 14:21:19 2013 -0600

    3.2.4

 .gitignore       |    2 ++
 python-lxml.spec |   22 ++++++++++++++++++++--
 sources          |    4 ++--
 3 files changed, 24 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fc81198..03511ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/python-lxml.spec b/python-lxml.spec
index 12d6edc..9c3e3bf 100644
--- a/python-lxml.spec
+++ b/python-lxml.spec
@@ -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 at 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 at ocjtech.us> - 3.2.3-2
 - Add requirement for on python-cssselect for the python2 version
 
diff --git a/sources b/sources
index ae0ad6d..cc9e429 100644
--- a/sources
+++ b/sources
@@ -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


More information about the scm-commits mailing list