rpms/PyXML/devel PyXML-0.8.4-python2.6.patch, 1.1, 1.2 PyXML.spec, 1.35, 1.36

Caolan McNamara caolanm at fedoraproject.org
Tue Mar 3 08:30:38 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/PyXML/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11253

Modified Files:
	PyXML-0.8.4-python2.6.patch PyXML.spec 
Log Message:
Another 'as' hiding in Stylesheet.py -> as_

PyXML-0.8.4-python2.6.patch:

Index: PyXML-0.8.4-python2.6.patch
===================================================================
RCS file: /cvs/pkgs/rpms/PyXML/devel/PyXML-0.8.4-python2.6.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PyXML-0.8.4-python2.6.patch	24 Dec 2008 06:01:25 -0000	1.1
+++ PyXML-0.8.4-python2.6.patch	3 Mar 2009 08:30:07 -0000	1.2
@@ -26,3 +26,17 @@
  
      def evaluate(self, context):
          res = []
+diff -ru PyXML-0.8.4.orig/xml/xslt/Stylesheet.py PyXML-0.8.4/xml/xslt/Stylesheet.py
+--- PyXML-0.8.4/xml/xslt/Stylesheet.py.patch	2009-03-03 08:20:01.000000000 +0000
++++ PyXML-0.8.4/xml/xslt/Stylesheet.py	2009-03-03 08:21:18.000000000 +0000
+@@ -373,8 +373,8 @@
+ 
+         #Attribute sets
+         attribute_sets = filter(lambda x: x.nodeType == Node.ELEMENT_NODE and (x.namespaceURI, x.localName) == (XSL_NAMESPACE, 'attribute-set'), self.childNodes)
+-        for as in attribute_sets:
+-            as.instantiate(context, processor)
++        for as_ in attribute_sets:
++            as_.instantiate(context, processor)
+         overridden_params = {}
+         for k in topLevelParams.keys():
+             if type(k) != types.TupleType:


Index: PyXML.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PyXML/devel/PyXML.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- PyXML.spec	23 Feb 2009 22:39:11 -0000	1.35
+++ PyXML.spec	3 Mar 2009 08:30:07 -0000	1.36
@@ -1,7 +1,7 @@
 Summary: XML libraries for python
 Name: PyXML
 Version: 0.8.4
-Release: 13
+Release: 14
 Source: http://prdownloads.sourceforge.net/pyxml/PyXML-%{version}.tar.gz
 Patch0: PyXML-0.7.1-intern.patch
 Patch1: PyXML-0.8.4-cvs20041111-python2.4-backport.patch
@@ -62,6 +62,9 @@
 %{_libdir}/python?.?/site-packages/_xmlplus
 
 %changelog
+* Tue Mar 03 2009 Caolán McNamara <caolanm at redhat.com> - 0.8.4-14
+- Another 'as' hiding in Stylesheet.py -> as_
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.4-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list