rpms/python-lxml/devel .cvsignore, 1.23, 1.24 python-lxml.spec, 1.32, 1.33 sources, 1.23, 1.24

Jeffrey C. Ollie jcollie at fedoraproject.org
Fri Feb 27 16:21:46 UTC 2009


Author: jcollie

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

Modified Files:
	.cvsignore python-lxml.spec sources 
Log Message:
* Fri Feb 27 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.2-0.8.beta4
- 2.2beta4 (2009-02-27)
- Features added
- 
-    * Support strings and instantiable Element classes as child arguments
-      to the constructor of custom Element classes.
-    * GZip compression support for serialisation to files and file-like
-      objects.
- 
- Bugs fixed
- 
-    * Deep-copying an ElementTree copied neither its sibling PIs and
-      comments nor its internal/external DTD subsets.
-    * Soupparser failed on broken attributes without values.
-    * Crash in XSLT when overwriting an already defined attribute using
-      xsl:attribute.
-    * Crash bug in exception handling code under Python 3. This was due to
-      a problem in Cython, not lxml itself.
-    * lxml.html.FormElement._name() failed for non top-level forms.
-    * TAG special attribute in constructor of custom Element classes was
-      evaluated incorrectly.
- 
- Other changes
- 
-    * Official support for Python 3.0.1.
-    * Element.findtext() now returns an empty string instead of None for
-      Elements without text content.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/devel/.cvsignore,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- .cvsignore	18 Feb 2009 03:09:38 -0000	1.23
+++ .cvsignore	27 Feb 2009 16:21:16 -0000	1.24
@@ -1 +1 @@
-lxml-2.2beta3.tar.gz
+lxml-2.2beta4.tar.gz


Index: python-lxml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/devel/python-lxml.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- python-lxml.spec	26 Feb 2009 22:12:10 -0000	1.32
+++ python-lxml.spec	27 Feb 2009 16:21:16 -0000	1.33
@@ -1,9 +1,9 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%define beta 3
+%define beta 4
 
 Name:           python-lxml
 Version:        2.2
-Release:        0.7.beta%{beta}%{?dist}
+Release:        0.8.beta%{beta}%{?dist}
 Summary:        ElementTree-like Python bindings for libxml2 and libxslt
 
 Group:          Development/Libraries
@@ -50,6 +50,34 @@
 %{python_sitearch}/*
 
 %changelog
+* Fri Feb 27 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.2-0.8.beta4
+- 2.2beta4 (2009-02-27)
+- Features added
+- 
+-    * Support strings and instantiable Element classes as child arguments
+-      to the constructor of custom Element classes.
+-    * GZip compression support for serialisation to files and file-like
+-      objects.
+- 
+- Bugs fixed
+- 
+-    * Deep-copying an ElementTree copied neither its sibling PIs and
+-      comments nor its internal/external DTD subsets.
+-    * Soupparser failed on broken attributes without values.
+-    * Crash in XSLT when overwriting an already defined attribute using
+-      xsl:attribute.
+-    * Crash bug in exception handling code under Python 3. This was due to
+-      a problem in Cython, not lxml itself.
+-    * lxml.html.FormElement._name() failed for non top-level forms.
+-    * TAG special attribute in constructor of custom Element classes was
+-      evaluated incorrectly.
+- 
+- Other changes
+- 
+-    * Official support for Python 3.0.1.
+-    * Element.findtext() now returns an empty string instead of None for
+-      Elements without text content.
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2-0.7.beta3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/devel/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sources	18 Feb 2009 03:09:38 -0000	1.23
+++ sources	27 Feb 2009 16:21:16 -0000	1.24
@@ -1 +1 @@
-f9e8be923a5d055c8ab1927a2d4aa6a1  lxml-2.2beta3.tar.gz
+892f96ec22ff940ed7cfc4ce8d1d814b  lxml-2.2beta4.tar.gz




More information about the fedora-extras-commits mailing list