[Python-modules-commits] r6643 - in packages/python-soappy/trunk/debian (3 files)

sez-guest at users.alioth.debian.org sez-guest at users.alioth.debian.org
Fri Oct 3 20:56:41 UTC 2008


    Date: Friday, October 3, 2008 @ 20:56:40
  Author: sez-guest
Revision: 6643

Add patch to remove obsolete imports of nested_scopes (Closes: #498928).

Added:
  packages/python-soappy/trunk/debian/patches/rm_nested_scopes_import.dpatch
Modified:
  packages/python-soappy/trunk/debian/changelog
  packages/python-soappy/trunk/debian/patches/00list

Modified: packages/python-soappy/trunk/debian/changelog
===================================================================
--- packages/python-soappy/trunk/debian/changelog	2008-10-01 19:31:00 UTC (rev 6642)
+++ packages/python-soappy/trunk/debian/changelog	2008-10-03 20:56:40 UTC (rev 6643)
@@ -1,6 +1,7 @@
 python-soappy (0.12.0-3) UNRELEASED; urgency=low
 
   [ Serafeim Zanikolas ]
+  * Add patch to remove obsolete imports of nested_scopes (Closes: #498928).
   * Fix typo in long description (Closes: #474467).
   * Bump up Standards-Version to 3.8.0
   * Add missing contributor (according to upstream README) to

Modified: packages/python-soappy/trunk/debian/patches/00list
===================================================================
--- packages/python-soappy/trunk/debian/patches/00list	2008-10-01 19:31:00 UTC (rev 6642)
+++ packages/python-soappy/trunk/debian/patches/00list	2008-10-03 20:56:40 UTC (rev 6643)
@@ -1,3 +1,4 @@
 fpconst.dpatch
 future_compat.dpatch
 rm_bogus_shebang.dpatch
+rm_nested_scopes_import.dpatch

Added: packages/python-soappy/trunk/debian/patches/rm_nested_scopes_import.dpatch
===================================================================
--- packages/python-soappy/trunk/debian/patches/rm_nested_scopes_import.dpatch	                        (rev 0)
+++ packages/python-soappy/trunk/debian/patches/rm_nested_scopes_import.dpatch	2008-10-03 20:56:40 UTC (rev 6643)
@@ -0,0 +1,56 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## rm_nested_scopes_import.dpatch by  <serzan at hellug.gr>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Remove imports of nested_scopes (not required in Python 2.1
+## DP: onwards).
+
+ at DPATCH@
+diff -urNad python-soappy-0.12.0~/SOAPpy/Client.py python-soappy-0.12.0/SOAPpy/Client.py
+--- python-soappy-0.12.0~/SOAPpy/Client.py	2008-10-03 21:24:45.000000000 +0100
++++ python-soappy-0.12.0/SOAPpy/Client.py	2008-10-03 21:25:20.000000000 +0100
+@@ -40,8 +40,6 @@
+ ################################################################################
+ """
+ 
+-from __future__ import nested_scopes
+-
+ ident = '$Id: Client.py,v 1.27 2005/02/21 20:27:09 warnes Exp $'
+ from version import __version__
+ 
+diff -urNad python-soappy-0.12.0~/SOAPpy/GSIServer.py python-soappy-0.12.0/SOAPpy/GSIServer.py
+--- python-soappy-0.12.0~/SOAPpy/GSIServer.py	2008-10-03 21:24:45.000000000 +0100
++++ python-soappy-0.12.0/SOAPpy/GSIServer.py	2008-10-03 21:25:22.000000000 +0100
+@@ -43,8 +43,6 @@
+ ################################################################################
+ """
+ 
+-from __future__ import nested_scopes
+-
+ ident = '$Id: GSIServer.py,v 1.5 2005/02/15 16:32:22 warnes Exp $'
+ from version import __version__
+ 
+diff -urNad python-soappy-0.12.0~/SOAPpy/Server.py python-soappy-0.12.0/SOAPpy/Server.py
+--- python-soappy-0.12.0~/SOAPpy/Server.py	2008-10-03 21:24:45.000000000 +0100
++++ python-soappy-0.12.0/SOAPpy/Server.py	2008-10-03 21:25:25.000000000 +0100
+@@ -40,8 +40,6 @@
+ ################################################################################
+ """
+ 
+-from __future__ import nested_scopes
+-
+ ident = '$Id: Server.py,v 1.21 2005/02/15 16:32:22 warnes Exp $'
+ from version import __version__
+ 
+diff -urNad python-soappy-0.12.0~/SOAPpy/Types.py python-soappy-0.12.0/SOAPpy/Types.py
+--- python-soappy-0.12.0~/SOAPpy/Types.py	2008-10-03 21:24:45.000000000 +0100
++++ python-soappy-0.12.0/SOAPpy/Types.py	2008-10-03 21:25:28.000000000 +0100
+@@ -33,8 +33,6 @@
+ ################################################################################
+ """
+ 
+-from __future__ import nested_scopes
+-
+ ident = '$Id: Types.py,v 1.19 2005/02/22 04:29:43 warnes Exp $'
+ from version import __version__
+ 


Property changes on: packages/python-soappy/trunk/debian/patches/rm_nested_scopes_import.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Python-modules-commits mailing list