rpms/python-lxml/devel .cvsignore, 1.22, 1.23 python-lxml.spec, 1.30, 1.31 sources, 1.22, 1.23

Jeffrey C. Ollie jcollie at fedoraproject.org
Wed Feb 18 03:10:08 UTC 2009


Author: jcollie

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

Modified Files:
	.cvsignore python-lxml.spec sources 
Log Message:
* Tue Feb 17 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.2-0.6.beta3
- 2.2beta3 (2009-02-17)
- Features added
- 
-    * XSLT.strparam() class method to wrap quoted string parameters that
-     require escaping.
- 
- Bugs fixed
- 
-    * Memory leak in XPath evaluators.
-    * Crash when parsing indented XML in one thread and merging it with
-      other documents parsed in another thread.
-    * Setting the base attribute in lxml.objectify from a unicode string
-      failed.
-    * Fixes following changes in Python 3.0.1.
-    * Minor fixes for Python 3.
- 
- Other changes
- 
-    * The global error log (which is copied into the exception log) is now
-      local to a thread, which fixes some race conditions.
-    * More robust error handling on serialisation.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/devel/.cvsignore,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- .cvsignore	26 Jan 2009 13:07:26 -0000	1.22
+++ .cvsignore	18 Feb 2009 03:09:38 -0000	1.23
@@ -1 +1 @@
-lxml-2.2beta2.tar.gz
+lxml-2.2beta3.tar.gz


Index: python-lxml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/devel/python-lxml.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- python-lxml.spec	26 Jan 2009 13:07:26 -0000	1.30
+++ python-lxml.spec	18 Feb 2009 03:09:38 -0000	1.31
@@ -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 2
+%define beta 3
 
 Name:           python-lxml
 Version:        2.2
-Release:        0.5.beta%{beta}%{?dist}
+Release:        0.6.beta%{beta}%{?dist}
 Summary:        ElementTree-like Python bindings for libxml2 and libxslt
 
 Group:          Development/Libraries
@@ -50,6 +50,29 @@
 %{python_sitearch}/*
 
 %changelog
+* Tue Feb 17 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.2-0.6.beta3
+- 2.2beta3 (2009-02-17)
+- Features added
+- 
+-    * XSLT.strparam() class method to wrap quoted string parameters that
+-     require escaping.
+- 
+- Bugs fixed
+- 
+-    * Memory leak in XPath evaluators.
+-    * Crash when parsing indented XML in one thread and merging it with
+-      other documents parsed in another thread.
+-    * Setting the base attribute in lxml.objectify from a unicode string
+-      failed.
+-    * Fixes following changes in Python 3.0.1.
+-    * Minor fixes for Python 3.
+- 
+- Other changes
+- 
+-    * The global error log (which is copied into the exception log) is now
+-      local to a thread, which fixes some race conditions.
+-    * More robust error handling on serialisation.
+
 * Sun Jan 25 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.2-0.5.beta2
 - 2.2beta2 (2009-01-25)
 - Bugs fixed


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/devel/sources,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- sources	26 Jan 2009 13:07:26 -0000	1.22
+++ sources	18 Feb 2009 03:09:38 -0000	1.23
@@ -1 +1 @@
-3c580423364591d527aa21fbe186307d  lxml-2.2beta2.tar.gz
+f9e8be923a5d055c8ab1927a2d4aa6a1  lxml-2.2beta3.tar.gz




More information about the fedora-extras-commits mailing list