rpms/python-lxml/devel .cvsignore, 1.29, 1.30 python-lxml.spec, 1.42, 1.43 sources, 1.29, 1.30

Jeffrey C. Ollie jcollie at fedoraproject.org
Mon Mar 1 15:53:07 UTC 2010


Author: jcollie

Update of /cvs/pkgs/rpms/python-lxml/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27947

Modified Files:
	.cvsignore python-lxml.spec sources 
Log Message:
* Mon Mar  1 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.2.5-1
- 2.2.5 (2010-02-28)
- 
- Features added
- 
-    * Support for running XSLT extension elements on the input root node
-      (e.g. in a template matching on "/").
- 
- Bugs fixed
- 
-    * Crash in XPath evaluation when reading smart strings from a document
-      other than the original context document.
-    * Support recent versions of html5lib by not requiring its XHTMLParser
-      in htmlparser.py anymore.
-    * Manually instantiating the custom element classes in lxml.objectify
-      could crash.
-    * Invalid XML text characters were not rejected by the API when they
-      appeared in unicode strings directly after non-ASCII characters.
-    * lxml.html.open_http_urllib() did not work in Python 3.
-    * The functions strip_tags() and strip_elements() in lxml.etree did
-      not remove all occurrences of a tag in all cases.
-    * Crash in XSLT extension elements when the XSLT context node is not
-      an element.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/devel/.cvsignore,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- .cvsignore	14 Jan 2010 14:22:25 -0000	1.29
+++ .cvsignore	1 Mar 2010 15:53:07 -0000	1.30
@@ -1,2 +1,2 @@
-lxml-2.2.4.tar.gz
-lxml-2.2.4.tar.gz.asc
+lxml-2.2.5.tar.gz
+lxml-2.2.5.tar.gz.asc


Index: python-lxml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/devel/python-lxml.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- python-lxml.spec	15 Feb 2010 19:33:48 -0000	1.42
+++ python-lxml.spec	1 Mar 2010 15:53:07 -0000	1.43
@@ -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:        2.2.4
-Release:        2%{?dist}
+Version:        2.2.5
+Release:        1%{?dist}
 Summary:        ElementTree-like Python bindings for libxml2 and libxslt
 
 Group:          Development/Libraries
@@ -128,6 +128,30 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Mon Mar  1 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.2.5-1
+- 2.2.5 (2010-02-28)
+- 
+- Features added
+- 
+-    * Support for running XSLT extension elements on the input root node
+-      (e.g. in a template matching on "/").
+- 
+- Bugs fixed
+- 
+-    * Crash in XPath evaluation when reading smart strings from a document
+-      other than the original context document.
+-    * Support recent versions of html5lib by not requiring its XHTMLParser
+-      in htmlparser.py anymore.
+-    * Manually instantiating the custom element classes in lxml.objectify
+-      could crash.
+-    * Invalid XML text characters were not rejected by the API when they
+-      appeared in unicode strings directly after non-ASCII characters.
+-    * lxml.html.open_http_urllib() did not work in Python 3.
+-    * The functions strip_tags() and strip_elements() in lxml.etree did
+-      not remove all occurrences of a tag in all cases.
+-    * Crash in XSLT extension elements when the XSLT context node is not
+-      an element.
+
 * Mon Feb 15 2010 Thomas Spura <tomspur at fedoraproject.org> - 2.2.4-2
 - update to current python3 guidelines
 - be more explicit in %%files


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/devel/sources,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- sources	14 Jan 2010 14:22:25 -0000	1.29
+++ sources	1 Mar 2010 15:53:07 -0000	1.30
@@ -1,2 +1,2 @@
-077841e74ee728e7746b65d8483274be  lxml-2.2.4.tar.gz
-146a5316476dac830fcbe7164d635df7  lxml-2.2.4.tar.gz.asc
+2ce79c4162c25063f58975a9a1f63e27  lxml-2.2.5.tar.gz
+dd02c1ae95b68970eb67aad1580b8f80  lxml-2.2.5.tar.gz.asc



More information about the scm-commits mailing list