[python-lxml] 3.3.6

Jeffrey C. Ollie jcollie at fedoraproject.org
Fri Aug 29 19:13:34 UTC 2014


commit f315d29349c675a29880e90e3dfdb1e6c468505e
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Fri Aug 29 14:13:30 2014 -0500

    3.3.6

 .gitignore       |    2 ++
 python-lxml.spec |   18 ++++++++++++++++--
 sources          |    4 ++--
 3 files changed, 20 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d8aa49b..4ba837b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,5 @@ lxml-2.2.7.tar.gz.asc
 /lxml-3.3.3.tgz.asc
 /lxml-3.3.5.tgz
 /lxml-3.3.5.tgz.asc
+/lxml-3.3.6.tgz
+/lxml-3.3.6.tgz.asc
diff --git a/python-lxml.spec b/python-lxml.spec
index 446f218..c9014e5 100644
--- a/python-lxml.spec
+++ b/python-lxml.spec
@@ -9,8 +9,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.5
-Release:        4%{?dist}
+Version:        3.3.6
+Release:        1%{?dist}
 Summary:        ElementTree-like Python bindings for libxml2 and libxslt
 
 Group:          Development/Libraries
@@ -159,6 +159,20 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Fri Aug 29 2014 Jeffrey C. Ollie <jeff at ocjtech.us> - 3.3.6-1
+- 3.3.6 (2014-08-28)
+- ==================
+-
+- Bugs fixed
+- ----------
+-
+- * Prevent tree cycle creation when adding Elements as siblings.
+-
+- * LP#1361948: crash when deallocating Element siblings without parent.
+-
+- * LP#1354652: crash when traversing internally loaded documents in XSLT
+-   extension functions.
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org>
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index b31335c..9681780 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-88c75f4c73fc8f59c9ebb17495044f2f  lxml-3.3.5.tgz
-2f3ac9916a4c0e95d7d4b18f2fae06f0  lxml-3.3.5.tgz.asc
+a804b36864c483fe7abdd7f493a0c379  lxml-3.3.6.tgz
+c4eac2553c1b69b022403792f93adc51  lxml-3.3.6.tgz.asc


More information about the scm-commits mailing list