rpms/python-lxml/F-10 .cvsignore, 1.18, 1.19 python-lxml.spec, 1.24, 1.25 sources, 1.18, 1.19

Jeffrey C. Ollie jcollie at fedoraproject.org
Tue Nov 18 13:42:15 UTC 2008


Author: jcollie

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

Modified Files:
	.cvsignore python-lxml.spec sources 
Log Message:
* Mon Nov 17 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.1.3-1
- 2.1.3 (2008-11-17)
- Bugs fixed
- 
-    * Ref-count leaks when lxml enters a try-except statement while an
-      outside exception lives in sys.exc_*(). This was due to a problem
-      in Cython, not lxml itself.
-    * Parser Unicode decoding errors could get swallowed by other
-      exceptions.
-    * Name/import errors in some Python modules.
-    * Internal DTD subsets that did not specify a system or public ID
-      were not serialised and did not appear in the docinfo property
-      of ElementTrees.
-    * Fix a pre-Py3k warning when parsing from a gzip file in Py2.6.
-    * Test suite fixes for libxml2 2.7.
-    * Resolver.resolve_string() did not work for non-ASCII byte strings.
-    * Resolver.resolve_file() was broken.
-    * Overriding the parser encoding didn't work for many encodings.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/F-10/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore	5 Sep 2008 12:42:28 -0000	1.18
+++ .cvsignore	18 Nov 2008 13:41:44 -0000	1.19
@@ -1 +1 @@
-lxml-2.1.2.tar.gz
+lxml-2.1.3.tar.gz


Index: python-lxml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/F-10/python-lxml.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- python-lxml.spec	5 Sep 2008 12:42:28 -0000	1.24
+++ python-lxml.spec	18 Nov 2008 13:41:44 -0000	1.25
@@ -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.1.2
+Version:        2.1.3
 Release:        1%{?dist}
 Summary:        ElementTree-like Python bindings for libxml2 and libxslt
 
@@ -49,6 +49,25 @@
 %{python_sitearch}/*
 
 %changelog
+* Mon Nov 17 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.1.3-1
+- 2.1.3 (2008-11-17)
+- Bugs fixed
+- 
+-    * Ref-count leaks when lxml enters a try-except statement while an
+-      outside exception lives in sys.exc_*(). This was due to a problem
+-      in Cython, not lxml itself.
+-    * Parser Unicode decoding errors could get swallowed by other
+-      exceptions.
+-    * Name/import errors in some Python modules.
+-    * Internal DTD subsets that did not specify a system or public ID
+-      were not serialised and did not appear in the docinfo property
+-      of ElementTrees.
+-    * Fix a pre-Py3k warning when parsing from a gzip file in Py2.6.
+-    * Test suite fixes for libxml2 2.7.
+-    * Resolver.resolve_string() did not work for non-ASCII byte strings.
+-    * Resolver.resolve_file() was broken.
+-    * Overriding the parser encoding didn't work for many encodings.
+
 * Fri Sep  5 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.1.2-1
 - 2.1.2 (2008-09-05)
 - Features added


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/F-10/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources	5 Sep 2008 12:42:28 -0000	1.18
+++ sources	18 Nov 2008 13:41:44 -0000	1.19
@@ -1 +1 @@
-d957423bbd56de25ef636671e7245069  lxml-2.1.2.tar.gz
+93a651178c1428e05cff8f058c336425  lxml-2.1.3.tar.gz




More information about the fedora-extras-commits mailing list