rpms/python-lxml/F-11 .cvsignore, 1.26, 1.27 python-lxml.spec, 1.35, 1.36 sources, 1.26, 1.27

Jeffrey C. Ollie jcollie at fedoraproject.org
Mon Jun 22 14:12:35 UTC 2009


Author: jcollie

Update of /cvs/pkgs/rpms/python-lxml/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25732

Modified Files:
	.cvsignore python-lxml.spec sources 
Log Message:
* Sun Jun 21 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.2.2-1
- 2.2.2 (2009-06-21)
- Features added
- 
-    * New helper functions strip_attributes(), strip_elements(),
-      strip_tags() in lxml.etree to remove attributes/subtrees/tags
-      from a subtree.
- 
- Bugs fixed
- 
-    * Namespace cleanup on subtree insertions could result in missing
-      namespace declarations (and potentially crashes) if the element
-      defining a namespace was deleted and the namespace was not used
-      by the top element of the inserted subtree but only in deeper
-      subtrees.
-    * Raising an exception from a parser target callback didn't always
-      terminate the parser.
-    * Only {true, false, 1, 0} are accepted as the lexical representation
-      for BoolElement ({True, False, T, F, t, f} not any more), restoring
-      lxml <= 2.0 behaviour.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/F-11/.cvsignore,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- .cvsignore	2 Jun 2009 20:53:21 -0000	1.26
+++ .cvsignore	22 Jun 2009 14:12:32 -0000	1.27
@@ -1 +1 @@
-lxml-2.2.1.tar.gz
+lxml-2.2.2.tar.gz


Index: python-lxml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/F-11/python-lxml.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- python-lxml.spec	2 Jun 2009 20:53:21 -0000	1.35
+++ python-lxml.spec	22 Jun 2009 14:12:32 -0000	1.36
@@ -1,7 +1,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-lxml
-Version:        2.2.1
+Version:        2.2.2
 Release:        1%{?dist}
 Summary:        ElementTree-like Python bindings for libxml2 and libxslt
 
@@ -49,6 +49,27 @@ rm -rf %{buildroot}
 %{python_sitearch}/*
 
 %changelog
+* Sun Jun 21 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.2.2-1
+- 2.2.2 (2009-06-21)
+- Features added
+- 
+-    * New helper functions strip_attributes(), strip_elements(),
+-      strip_tags() in lxml.etree to remove attributes/subtrees/tags
+-      from a subtree.
+- 
+- Bugs fixed
+- 
+-    * Namespace cleanup on subtree insertions could result in missing
+-      namespace declarations (and potentially crashes) if the element
+-      defining a namespace was deleted and the namespace was not used
+-      by the top element of the inserted subtree but only in deeper
+-      subtrees.
+-    * Raising an exception from a parser target callback didn't always
+-      terminate the parser.
+-    * Only {true, false, 1, 0} are accepted as the lexical representation
+-      for BoolElement ({True, False, T, F, t, f} not any more), restoring
+-      lxml <= 2.0 behaviour.
+
 * Tue Jun  2 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.2.1-1
 - 2.2.1 (2009-06-02)
 - Features added


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/F-11/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- sources	2 Jun 2009 20:53:21 -0000	1.26
+++ sources	22 Jun 2009 14:12:32 -0000	1.27
@@ -1 +1 @@
-f18b17e4c83edcfc8a8649c498210e20  lxml-2.2.1.tar.gz
+2f2fcb6aae51b5b417a3c0a6b256ec56  lxml-2.2.2.tar.gz




More information about the fedora-extras-commits mailing list