[python-lxml] 2.3.5

Jeffrey C. Ollie jcollie at fedoraproject.org
Thu Sep 27 14:51:07 UTC 2012


commit b262b590a4d5b605c8a77ff1743e42e6d0584ea4
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Thu Sep 27 09:51:02 2012 -0500

    2.3.5

 .gitignore       |    2 ++
 python-lxml.spec |   19 +++++++++++++++++--
 sources          |    4 ++--
 3 files changed, 21 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4ee2294..42d45c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,5 @@ lxml-2.2.7.tar.gz.asc
 /lxml-2.3.2.tar.gz.asc
 /lxml-2.3.3.tar.gz
 /lxml-2.3.3.tar.gz.asc
+/lxml-2.3.5.tar.gz
+/lxml-2.3.5.tar.gz.asc
diff --git a/python-lxml.spec b/python-lxml.spec
index 29788f6..f7da0c1 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:        2.3.3
-Release:        4%{?dist}
+Version:        2.3.5
+Release:        1%{?dist}
 Summary:        ElementTree-like Python bindings for libxml2 and libxslt
 
 Group:          Development/Libraries
@@ -121,6 +121,21 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Thu Sep 27 2012 Jeffrey Ollie <jeff at 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 at 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 at redhat.com> - 2.3.3-4
 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
 
diff --git a/sources b/sources
index 9150768..b1dc22d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-a7825793c69d004f388ec6600bad7a6f  lxml-2.3.3.tar.gz
-5c4b1a05f6e46a4dd7ebed8b5ad9e32e  lxml-2.3.3.tar.gz.asc
+730bb63383528b65eaa099d64ce276cf  lxml-2.3.5.tar.gz
+e425570be622360d10b639e6ad7b62c6  lxml-2.3.5.tar.gz.asc


More information about the scm-commits mailing list