rpms/python-lxml/F-11 .cvsignore, 1.25, 1.26 python-lxml.spec, 1.34, 1.35 sources, 1.25, 1.26

Jeffrey C. Ollie jcollie at fedoraproject.org
Tue Jun 2 20:53:51 UTC 2009


Author: jcollie

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

Modified Files:
	.cvsignore python-lxml.spec sources 
Log Message:
* Tue Jun  2 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.2.1-1
- 2.2.1 (2009-06-02)
- Features added
- 
-    * Injecting default attributes into a document during XML Schema
-      validation (also at parse time).
-    * Pass huge_tree parser option to disable parser security restrictions
-      imposed by libxml2 2.7.
- 
- Bugs fixed
- 
-    * The script for statically building libxml2 and libxslt didn't work
-      in Py3.
-    * XMLSchema() also passes invalid schema documents on to libxml2 for
-      parsing (which could lead to a crash before release 2.6.24).



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/F-11/.cvsignore,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- .cvsignore	24 Mar 2009 12:48:53 -0000	1.25
+++ .cvsignore	2 Jun 2009 20:53:21 -0000	1.26
@@ -1 +1 @@
-lxml-2.2.tar.gz
+lxml-2.2.1.tar.gz


Index: python-lxml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/F-11/python-lxml.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- python-lxml.spec	24 Mar 2009 12:48:53 -0000	1.34
+++ python-lxml.spec	2 Jun 2009 20:53:21 -0000	1.35
@@ -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
+Version:        2.2.1
 Release:        1%{?dist}
 Summary:        ElementTree-like Python bindings for libxml2 and libxslt
 
@@ -49,6 +49,22 @@ rm -rf %{buildroot}
 %{python_sitearch}/*
 
 %changelog
+* Tue Jun  2 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.2.1-1
+- 2.2.1 (2009-06-02)
+- Features added
+- 
+-    * Injecting default attributes into a document during XML Schema
+-      validation (also at parse time).
+-    * Pass huge_tree parser option to disable parser security restrictions
+-      imposed by libxml2 2.7.
+- 
+- Bugs fixed
+- 
+-    * The script for statically building libxml2 and libxslt didn't work
+-      in Py3.
+-    * XMLSchema() also passes invalid schema documents on to libxml2 for
+-      parsing (which could lead to a crash before release 2.6.24).
+
 * Tue Mar 24 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.2-1
 - 2.2 (2009-03-21)
 - Features added


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-lxml/F-11/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- sources	24 Mar 2009 12:48:53 -0000	1.25
+++ sources	2 Jun 2009 20:53:21 -0000	1.26
@@ -1 +1 @@
-b3f12344291aa0d393915e7d8358b480  lxml-2.2.tar.gz
+f18b17e4c83edcfc8a8649c498210e20  lxml-2.2.1.tar.gz




More information about the fedora-extras-commits mailing list