[python-lxml] 3.2.3

Jeffrey C. Ollie jcollie at fedoraproject.org
Sun Jul 28 18:40:45 UTC 2013


commit ad42ed91ae59977a8370d7f1a53d8d6097ce2898
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Sun Jul 28 13:40:28 2013 -0500

    3.2.3

 .gitignore       |    2 ++
 python-lxml.spec |   28 ++++++++++++++++++++++++++--
 sources          |    4 ++--
 3 files changed, 30 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 34a722a..fc81198 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,5 @@ lxml-2.2.7.tar.gz.asc
 /lxml-3.2.0.tgz.asc
 /lxml-3.2.1.tgz
 /lxml-3.2.1.tgz.asc
+/lxml-3.2.3.tgz
+/lxml-3.2.3.tgz.asc
diff --git a/python-lxml.spec b/python-lxml.spec
index 3c559f5..0da7564 100644
--- a/python-lxml.spec
+++ b/python-lxml.spec
@@ -5,7 +5,7 @@
 %{!?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.1
+Version:        3.2.3
 Release:        1%{?dist}
 Summary:        ElementTree-like Python bindings for libxml2 and libxslt
 
@@ -123,6 +123,30 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Sun Jul 28 2013 Jeffrey Ollie <jeff at ocjtech.us> - 3.2.3-1
+- and here's a version 3.2.3. The last release accidentally lost the ability
+- to work on Python 2.4. There are no other changes over 3.2.2.
+-
+- 3.2.2 (2013-07-28)
+- ==================
+-
+- Features added
+- --------------
+-
+- Bugs fixed
+- ----------
+-
+- * LP#1185701: spurious XMLSyntaxError after finishing iterparse().
+-
+- * Crash in lxml.objectify during xsi annotation.
+-
+- Other changes
+- -------------
+-
+- * Return values of user provided element class lookup methods are now
+-   validated against the type of the XML node they represent to prevent
+-   API class mismatches.
+
 * Sun May 12 2013 Jeffrey Ollie <jeff at ocjtech.us> - 3.2.1-1
 - 3.2.1 (2013-05-11)
 - ==================
@@ -1144,7 +1168,7 @@ rm -rf %{buildroot}
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.3.6-2
 - Autorebuild for GCC 4.3
 
-* Mon Nov  4 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.3.6-1
+* Sun Nov  4 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.3.6-1
 - Update to 1.3.6.
 
 * Mon Oct 22 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.3.5-1
diff --git a/sources b/sources
index d325a8f..ae0ad6d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-d183ccd6bbd5ca139e9db9e9a675787e  lxml-3.2.1.tgz
-445493ec78c8dc15b7d8be201c924bc5  lxml-3.2.1.tgz.asc
+fef47bb4ac72ac38ce778518dac42236  lxml-3.2.3.tgz
+6333f54ca1fb67dce516eb751c463d17  lxml-3.2.3.tgz.asc


More information about the scm-commits mailing list