This updated patch (and the new patches attached) fix build issues
with Python 2.5.1

Tested on i386 with python-2.5.1p2 and python-2.4.4p3. 'make regress'
still fails on 'testArray', though

Cheers,

C

File: patch-SO~ypes_py  Col 0              1141 bytes
                                          100%
Index: patches/patch-SOAPpy_Types_py
===================================================================
RCS file: /cvs/ports/devel/py-SOAPpy/patches/patch-SOAPpy_Types_py,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-SOAPpy_Types_py
--- patches/patch-SOAPpy_Types_py       12 Nov 2005 00:57:13 -0000      1.1.1.1
+++ patches/patch-SOAPpy_Types_py       9 Jul 2007 19:32:29 -0000
@@ -1,6 +1,21 @@
$OpenBSD: patch-SOAPpy_Types_py,v 1.1.1.1 2005/11/12 00:57:13 djm Exp $
---- SOAPpy/Types.py.orig       Sat Sep 11 13:03:33 2004
-+++ SOAPpy/Types.py    Fri Nov 11 18:52:56 2005
+--- SOAPpy/Types.py.orig       Sat Sep 11 04:03:33 2004
++++ SOAPpy/Types.py    Mon Jul  9 19:57:31 2007
+@@ -1,3 +1,5 @@
++from __future__ import nested_scopes
++
+ """
+ 
################################################################################
+ # Copyright (c) 2003, Pfizer
+@@ -36,8 +38,6 @@
+ ident = '$Id: Types.py,v 1.17 2004/09/11 03:03:33 warnes Exp $'
+ from version import __version__
+
+-from __future__ import nested_scopes
+-
+ import UserList
+ import base64
+ import cgi
@@ -590,7 +590,7 @@ class timeType(anyType):
             d = self._data
             s = ''

Attachment: patch-SOAPpy_Client_py
Description: Binary data

Attachment: patch-SOAPpy_GSIServer_py
Description: Binary data

Attachment: patch-SOAPpy_Server_py
Description: Binary data

Reply via email to