[Lunar-commits] <moonbase> SOPApy: Version bump and needed to jiggle the BUILD.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Mon Feb 8 00:16:42 CET 2010


commit ec0021843fda4877ae1e73e3b067d2789ff24f5e
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun Feb 7 18:16:42 2010 -0500

    SOPApy: Version bump and needed to jiggle the BUILD.
---
 web/SOAPpy/BUILD   |    4 ++++
 web/SOAPpy/DETAILS |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/web/SOAPpy/BUILD b/web/SOAPpy/BUILD
index d0b6a3f..300cfe3 100644
--- a/web/SOAPpy/BUILD
+++ b/web/SOAPpy/BUILD
@@ -1,4 +1,8 @@
 (
+
+ sedit "s:from __future__ import nested_scopes::g" SOAPpy/Client.py SOAPpy/Server.py SOAPpy/Types.py &&
+ sed -i "1i from __future__ import nested_scopes" SOAPpy/Client.py SOAPpy/Server.py SOAPpy/Types.py &&
+
  python setup.py build
  prepare_install        &&
  python setup.py install
diff --git a/web/SOAPpy/DETAILS b/web/SOAPpy/DETAILS
index 18c82f8..c5220dc 100644
--- a/web/SOAPpy/DETAILS
+++ b/web/SOAPpy/DETAILS
@@ -1,11 +1,11 @@
          MODULE=SOAPpy
-        VERSION=0.11.6
+        VERSION=0.12.0
          SOURCE=$MODULE-$VERSION.tar.gz
   SOURCE_URL[0]=$SFORGE_URL/pywebsvcs/
-     SOURCE_VFY=sha1:59c91688f23de3b738bf504351bca89aab5cc203
+     SOURCE_VFY=sha1:9129ef31d7ddbbe8c8d753ea85e501c0856c80a1
        WEB_SITE=http://pywebsvcs.sourceforge.net/
         ENTERED=20031020
-        UPDATED=20060209
+        UPDATED=20100207
           SHORT="A SOAP implementation for Python"
  cat << EOF
 A SOAP implementation for Python


More information about the Lunar-commits mailing list