[python-lxml] 3.3.2

Jeffrey C. Ollie jcollie at fedoraproject.org
Fri Feb 28 14:52:57 UTC 2014


commit 2d262b8b432b5bb45c7c01fb9eb734a6407126ee
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Fri Feb 28 08:53:36 2014 -0600

    3.3.2

 .gitignore       |    2 ++
 python-lxml.spec |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 sources          |    4 ++--
 3 files changed, 54 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 800b036..5585a9a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,5 @@ lxml-2.2.7.tar.gz.asc
 /lxml-3.2.4.tgz.asc
 /lxml-3.3.0.tgz
 /lxml-3.3.0.tgz.asc
+/lxml-3.3.2.tgz
+/lxml-3.3.2.tgz.asc
diff --git a/python-lxml.spec b/python-lxml.spec
index 4e8c5de..71b09e9 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.3.0
-Release:        2%{?dist}
+Version:        3.3.2
+Release:        1%{?dist}
 Summary:        ElementTree-like Python bindings for libxml2 and libxslt
 
 Group:          Development/Libraries
@@ -125,6 +125,54 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Fri Feb 28 2014 Jeffrey Ollie <jeff at ocjtech.us> - 3.3.2-1
+- 3.3.2 (2014-02-26)
+- ==================
+-
+- Bugs fixed
+- ----------
+-
+- * The properties ``resolvers`` and ``version``, as well as the methods
+-   ``set_element_class_lookup()`` and ``makeelement()``, were lost from
+-   ``iterparse`` objects.
+-
+- * LP#1222132: instances of ``XMLSchema``, ``Schematron`` and ``RelaxNG``
+-   did not clear their local ``error_log`` before running a validation.
+-
+- * LP#1238500: lxml.doctestcompare mixed up "expected" and "actual" in
+-   attribute values.
+-
+- * Some file I/O tests were failing in MS-Windows due to incorrect temp
+-   file usage.  Initial patch by Gabi Davar.
+-
+- * LP#910014: duplicate IDs in a document were not reported by DTD
+-   validation.
+-
+- * LP#1185332: ``tostring(method="html")`` did not use HTML serialisation
+-   semantics for trailing tail text.  Initial patch by Sylvain Viollon.
+-
+- * LP#1281139: ``.attrib`` value of Comments lost its mutation methods
+-   in 3.3.0.  Even though it is empty and immutable, it should still
+-   provide the same interface as that returned for Elements.
+
+* Fri Feb 28 2014 Jeffrey Ollie <jeff at ocjtech.us> - 3.3.2-1
+- 3.3.1 (2014-02-12)
+- ==================
+-
+- Bugs fixed
+- ----------
+-
+- * LP#1014290: HTML documents parsed with ``parser.feed()`` failed to find
+-   elements during tag iteration.
+-
+- * LP#1273709: Building in PyPy failed due to missing support for
+-   ``PyUnicode_Compare()`` and ``PyByteArray_*()`` in PyPy's C-API.
+-
+- * LP#1274413: Compilation in MSVC failed due to missing "stdint.h" standard
+-   header file.
+-
+- * LP#1274118: iterparse() failed to parse BOM prefixed files.
+
 * Mon Jan 27 2014 Jeffrey Ollie <jeff at ocjtech.us> - 3.3.0-2
 - Update Cython requirement to >= 0.20
 
diff --git a/sources b/sources
index 691e1be..dea42e1 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-ca2f02fd762f3614a1930c568847052b  lxml-3.3.0.tgz
-5ff57e6b6c345cf834fa44b05bd8e13c  lxml-3.3.0.tgz.asc
+a3ea7bf74b718ecb46d9fd5198eec92d  lxml-3.3.2.tgz
+e13c5bca5b9df53813b52fc1a0717880  lxml-3.3.2.tgz.asc


More information about the scm-commits mailing list