[python-lxml/f19] 3.3.3

Jeffrey C. Ollie jcollie at fedoraproject.org
Tue Mar 11 15:20:12 UTC 2014


commit 789f01d7e380396fa7749e6243e16f70b753df03
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Tue Mar 11 10:19:56 2014 -0500

    3.3.3

 .gitignore       |    2 ++
 python-lxml.spec |   19 +++++++++++++++++--
 sources          |    4 ++--
 3 files changed, 21 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5585a9a..41f9ab9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,5 @@ lxml-2.2.7.tar.gz.asc
 /lxml-3.3.0.tgz.asc
 /lxml-3.3.2.tgz
 /lxml-3.3.2.tgz.asc
+/lxml-3.3.3.tgz
+/lxml-3.3.3.tgz.asc
diff --git a/python-lxml.spec b/python-lxml.spec
index 8be6bba..06911ab 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.2
-Release:        2%{?dist}
+Version:        3.3.3
+Release:        1%{?dist}
 Summary:        ElementTree-like Python bindings for libxml2 and libxslt
 
 Group:          Development/Libraries
@@ -148,6 +148,21 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Tue Mar 11 2014 Jeffrey Ollie <jeff at ocjtech.us> - 3.3.3-1
+- 3.3.3 (2014-03-04)
+- ==================
+-
+- Bugs fixed
+- ----------
+-
+- * LP#1287118: Crash when using Element subtypes with ``__slots__``.
+-
+- Other changes
+- -------------
+-
+- * The internal classes ``_LogEntry`` and ``_Attrib`` can no longer be
+-   subclassed from Python code.
+
 * Tue Mar 11 2014 Alexander Todorov <atodorov at redhat.com> - 3.3.2-2
 - Add check section #1075070
 
diff --git a/sources b/sources
index dea42e1..d3ad833 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-a3ea7bf74b718ecb46d9fd5198eec92d  lxml-3.3.2.tgz
-e13c5bca5b9df53813b52fc1a0717880  lxml-3.3.2.tgz.asc
+f2675837b4358a5ecab5fd9a783fd0e5  lxml-3.3.3.tgz
+26f18a151c2a976324c1aa5001c324ee  lxml-3.3.3.tgz.asc


More information about the scm-commits mailing list