[Python-modules-commits] r29812 - in packages/python-soappy/trunk/debian (18 files)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Fri Jul 18 05:40:26 UTC 2014
Date: Friday, July 18, 2014 @ 05:40:25
Author: arnau
Revision: 29812
* Team upload.
* New upstream release. Closes: #747280, #722715.
+ d/control,d/watch,d/copyright: Update project homepage and download URL.
+ d/copyright: Update copyright holders and years.
+ d/p/fpconst.patch: Dropped as fpconst is no longer used.
- d/control: Drop Depends and Build-Depends on fpconst.
+ d/p/rm_bogus_shebang.patch: Dropped as wstools is now an external dep.
+ d/p/{fix_new_style_classes,rm_nested_scopes_import}.patch: Refreshed.
+ d/control: Add B-D on python-setuptools.
* d/control: Bump Standards-Version to 3.9.5. No changes needed.
* d/compat,d/control: Bump compat level to 7 (required for
dh_installchangelogs to consider CHANGES.txt).
* Switch from python-support to dh_python2.
+ d/control:
- Bump required B-D CDBS version to >= 0.4.90~.
- Replace python-support B-D by dh-python.
- B-D on python-all rather than python and bump required version to
>= 2.6.6-3~.
- Add X-Python-Version field.
+ d/rules: Remove DEB_PYTHON_SYSTEM.
* d/source/format: Switch to 3.0 (quilt).
+ d/control,d/rules: Remove dependency on dpatch.
+ d/patches/*: Convert to quilt.
Added:
packages/python-soappy/trunk/debian/patches/fix_new_style_classes.patch
(from rev 29801, packages/python-soappy/trunk/debian/patches/fix_new_style_classes.dpatch)
packages/python-soappy/trunk/debian/patches/rm_nested_scopes_import.patch
(from rev 29801, packages/python-soappy/trunk/debian/patches/rm_nested_scopes_import.dpatch)
packages/python-soappy/trunk/debian/patches/series
(from rev 29801, packages/python-soappy/trunk/debian/patches/00list)
packages/python-soappy/trunk/debian/source/options
Modified:
packages/python-soappy/trunk/debian/changelog
packages/python-soappy/trunk/debian/compat
packages/python-soappy/trunk/debian/control
packages/python-soappy/trunk/debian/copyright
packages/python-soappy/trunk/debian/python-soappy.docs
packages/python-soappy/trunk/debian/rules
packages/python-soappy/trunk/debian/source/format
packages/python-soappy/trunk/debian/watch
Deleted:
packages/python-soappy/trunk/debian/patches/00dpatch.conf
packages/python-soappy/trunk/debian/patches/00list
packages/python-soappy/trunk/debian/patches/fix_new_style_classes.dpatch
packages/python-soappy/trunk/debian/patches/fpconst.dpatch
packages/python-soappy/trunk/debian/patches/rm_bogus_shebang.dpatch
packages/python-soappy/trunk/debian/patches/rm_nested_scopes_import.dpatch
Modified: packages/python-soappy/trunk/debian/changelog
===================================================================
--- packages/python-soappy/trunk/debian/changelog 2014-07-18 02:01:37 UTC (rev 29811)
+++ packages/python-soappy/trunk/debian/changelog 2014-07-18 05:40:25 UTC (rev 29812)
@@ -1,14 +1,39 @@
-python-soappy (0.12.0-5) UNRELEASED; urgency=low
+python-soappy (0.12.22-1) UNRELEASED; urgency=low
+ [ Arnaud Fontaine ]
+ * Team upload.
+ * New upstream release. Closes: #747280, #722715.
+ + d/control,d/watch,d/copyright: Update project homepage and download URL.
+ + d/copyright: Update copyright holders and years.
+ + d/p/fpconst.patch: Dropped as fpconst is no longer used.
+ - d/control: Drop Depends and Build-Depends on fpconst.
+ + d/p/rm_bogus_shebang.patch: Dropped as wstools is now an external dep.
+ + d/p/{fix_new_style_classes,rm_nested_scopes_import}.patch: Refreshed.
+ + d/control: Add B-D on python-setuptools.
+ * d/control: Bump Standards-Version to 3.9.5. No changes needed.
+ * d/compat,d/control: Bump compat level to 7 (required for
+ dh_installchangelogs to consider CHANGES.txt).
+ * Switch from python-support to dh_python2.
+ + d/control:
+ - Bump required B-D CDBS version to >= 0.4.90~.
+ - Replace python-support B-D by dh-python.
+ - B-D on python-all rather than python and bump required version to
+ >= 2.6.6-3~.
+ - Add X-Python-Version field.
+ + d/rules: Remove DEB_PYTHON_SYSTEM.
+ * d/source/format: Switch to 3.0 (quilt).
+ + d/control,d/rules: Remove dependency on dpatch.
+ + d/patches/*: Convert to quilt.
+
[ Stefano Zacchiroli ]
- * remove myself from Uploaders
+ * Remove myself from Uploaders.
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
* Remove obsolete Conflicts/Replaces with python2.3-soappy and
python2.4-soappy.
- -- Jakub Wilk <jwilk at debian.org> Sat, 08 Jun 2013 18:13:28 +0200
+ -- Arnaud Fontaine <arnau at debian.org> Fri, 18 Jul 2014 11:30:53 +0900
python-soappy (0.12.0-4) unstable; urgency=low
Modified: packages/python-soappy/trunk/debian/compat
===================================================================
--- packages/python-soappy/trunk/debian/compat 2014-07-18 02:01:37 UTC (rev 29811)
+++ packages/python-soappy/trunk/debian/compat 2014-07-18 05:40:25 UTC (rev 29812)
@@ -1 +1 @@
-5
+7
Modified: packages/python-soappy/trunk/debian/control
===================================================================
--- packages/python-soappy/trunk/debian/control 2014-07-18 02:01:37 UTC (rev 29811)
+++ packages/python-soappy/trunk/debian/control 2014-07-18 05:40:25 UTC (rev 29812)
@@ -3,15 +3,21 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Bernd Zeimetz <bzed at debian.org>
-Build-Depends: debhelper (>= 5), cdbs (>= 0.4.43), dpatch, python, python-support (>= 0.4), python-fpconst
+Build-Depends: debhelper (>= 7),
+ cdbs (>= 0.4.90~),
+ python-all (>= 2.6.6-3~),
+ dh-python,
+ python-setuptools
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-soappy/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-soappy/trunk/
-Standards-Version: 3.8.0
-Homepage: http://pywebsvcs.sourceforge.net/
+Standards-Version: 3.9.5
+Homepage: https://github.com/kiorky/SOAPpy.git
+X-Python-Version: >= 2.7
Package: python-soappy
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-fpconst
+Depends: ${python:Depends},
+ ${misc:Depends}
Description: SOAP Support for Python
This package contains the SOAPpy Python module, which implements a high-
level interface to Simple Object Access Protocol (SOAP) functions from
Modified: packages/python-soappy/trunk/debian/copyright
===================================================================
--- packages/python-soappy/trunk/debian/copyright 2014-07-18 02:01:37 UTC (rev 29811)
+++ packages/python-soappy/trunk/debian/copyright 2014-07-18 05:40:25 UTC (rev 29812)
@@ -1,15 +1,16 @@
This package was debianized by Ed Boraas <ed at debian.org> on
Mon, 25 Jun 2001 18:29:28 -0600.
-It was downloaded from <http://www.actzero.com/soap/technology/releases_html>
+It was downloaded from <https://github.com/kiorky/SOAPpy/releases> and is
+currently maintained at https://github.com/kiorky/SOAPpy.git.
-It is currently maintained at http://pywebsvcs.sourceforge.net/, though no new
-releases have yet been made.
+Upstream Authors: Cayce Ullman <c_ullman at yahoo.com>
+ Brian Matthews <blm at blmatthews.com>
+ Gregory R. Warnes <Gregory.R.Warnes at Pfizer.com>
+ Makina Corpus <python at makina-corpus.com>
+ Mathieu Le Marec - Pasquet <kiorky at cryptelium.net>
-Upstream Authors: Cayce Ullman (cayce at actzero.com)
- Brian Matthews (blm at actzero.com)
- Gregory R. Warnes (Gregory.R.Warnes at Pfizer.com)
-
+Copyright (c) 2011 Makina Corpus
Copyright (c) 2002-2005, Pfizer, Inc.
Copyright (c) 2001, Cayce Ullman.
Copyright (c) 2001, Brian Matthews.
Deleted: packages/python-soappy/trunk/debian/patches/00dpatch.conf
===================================================================
--- packages/python-soappy/trunk/debian/patches/00dpatch.conf 2014-07-18 02:01:37 UTC (rev 29811)
+++ packages/python-soappy/trunk/debian/patches/00dpatch.conf 2014-07-18 05:40:25 UTC (rev 29812)
@@ -1,2 +0,0 @@
-conf_debianonly=1
-conf_origtargzpath=../tarballs
Deleted: packages/python-soappy/trunk/debian/patches/00list
===================================================================
--- packages/python-soappy/trunk/debian/patches/00list 2014-07-18 02:01:37 UTC (rev 29811)
+++ packages/python-soappy/trunk/debian/patches/00list 2014-07-18 05:40:25 UTC (rev 29812)
@@ -1,4 +0,0 @@
-fpconst.dpatch
-rm_bogus_shebang.dpatch
-fix_new_style_classes.dpatch
-rm_nested_scopes_import.dpatch
Deleted: packages/python-soappy/trunk/debian/patches/fix_new_style_classes.dpatch
===================================================================
--- packages/python-soappy/trunk/debian/patches/fix_new_style_classes.dpatch 2014-07-18 02:01:37 UTC (rev 29811)
+++ packages/python-soappy/trunk/debian/patches/fix_new_style_classes.dpatch 2014-07-18 05:40:25 UTC (rev 29812)
@@ -1,38 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## fix_new_style_classes.dpatch by Thomas Viehmann <tv at beamnet.de>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fix SOAPBuilder.py dump to gracefully handle new style classes
-## DP: such as faulType (new style in python2.5 as subclass of
-## DP: Exception)
-
- at DPATCH@
---- trunk~/SOAPpy/SOAPBuilder.py 2005-02-21 21:24:13.000000000 +0100
-+++ trunk/SOAPpy/SOAPBuilder.py 2008-11-29 16:57:21.000000000 +0100
-@@ -281,12 +281,14 @@
- if Config.debug: print "In dump.", "obj=", obj
- ns_map = ns_map.copy()
- self.depth += 1
--
- if type(tag) not in (NoneType, StringType, UnicodeType):
- raise KeyError, "tag must be a string or None"
--
-+ if isinstance(obj, anyType):
-+ methname = "dump_instance"
-+ else:
-+ methname = "dump_" + type(obj).__name__
- try:
-- meth = getattr(self, "dump_" + type(obj).__name__)
-+ meth = getattr(self, methname)
- except AttributeError:
- if type(obj) == LongType:
- obj_type = "integer"
-@@ -392,7 +394,7 @@
- tag = tag or self.gentag()
- tag = toXMLname(tag) # convert from SOAP 1.2 XML name encoding
-
-- if type(obj) == InstanceType:
-+ if type(obj) == InstanceType or isinstance(obj, anyType):
- data = obj.data
- else:
- data = obj
Copied: packages/python-soappy/trunk/debian/patches/fix_new_style_classes.patch (from rev 29801, packages/python-soappy/trunk/debian/patches/fix_new_style_classes.dpatch)
===================================================================
--- packages/python-soappy/trunk/debian/patches/fix_new_style_classes.patch (rev 0)
+++ packages/python-soappy/trunk/debian/patches/fix_new_style_classes.patch 2014-07-18 05:40:25 UTC (rev 29812)
@@ -0,0 +1,15 @@
+Author: Thomas Viehmann <tv at beamnet.de>
+Description: Fix SOAPBuilder.py dump to gracefully handle new style classes
+ such as faulType (new style in python2.5 as subclass of Exception
+
+--- a/src/SOAPpy/SOAPBuilder.py
++++ b/src/SOAPpy/SOAPBuilder.py
+@@ -396,7 +396,7 @@
+ tag = tag or self.gentag()
+ tag = toXMLname(tag) # convert from SOAP 1.2 XML name encoding
+
+- if type(obj) == InstanceType:
++ if type(obj) == InstanceType or isinstance(obj, anyType):
+ data = obj.data
+ else:
+ data = obj
Deleted: packages/python-soappy/trunk/debian/patches/fpconst.dpatch
===================================================================
--- packages/python-soappy/trunk/debian/patches/fpconst.dpatch 2014-07-18 02:01:37 UTC (rev 29811)
+++ packages/python-soappy/trunk/debian/patches/fpconst.dpatch 2014-07-18 05:40:25 UTC (rev 29812)
@@ -1,18 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## fpconst.dpatch by Stefano Zacchiroli <zack at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: import fpconst, which is essential for SOAPpy
-
- at DPATCH@
-diff -urNad python-soappy-0.12.0~rc1~/SOAPpy/__init__.py python-soappy-0.12.0~rc1/SOAPpy/__init__.py
---- python-soappy-0.12.0~rc1~/SOAPpy/__init__.py 2005-02-09 16:21:04.000000000 +0100
-+++ python-soappy-0.12.0~rc1/SOAPpy/__init__.py 2007-03-24 01:50:37.000000000 +0100
-@@ -5,6 +5,7 @@
- from Client import *
- from Config import *
- from Errors import *
-+import fpconst
- from NS import *
- from Parser import *
- from SOAPBuilder import *
Deleted: packages/python-soappy/trunk/debian/patches/rm_bogus_shebang.dpatch
===================================================================
--- packages/python-soappy/trunk/debian/patches/rm_bogus_shebang.dpatch 2014-07-18 02:01:37 UTC (rev 29811)
+++ packages/python-soappy/trunk/debian/patches/rm_bogus_shebang.dpatch 2014-07-18 05:40:25 UTC (rev 29812)
@@ -1,39 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## rm_bogus_shebang.dpatch by Stefano Zacchiroli <zack at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Remove python shebang.
-
- at DPATCH@
-diff -urNad trunk~/SOAPpy/wstools/Namespaces.py trunk/SOAPpy/wstools/Namespaces.py
---- trunk~/SOAPpy/wstools/Namespaces.py 2005-02-09 16:21:03.000000000 +0100
-+++ trunk/SOAPpy/wstools/Namespaces.py 2007-03-21 10:14:43.000000000 +0100
-@@ -1,4 +1,3 @@
--#! /usr/bin/env python
- """Namespace module, so you don't need PyXML
- """
-
-diff -urNad trunk~/SOAPpy/wstools/__init__.py trunk/SOAPpy/wstools/__init__.py
---- trunk~/SOAPpy/wstools/__init__.py 2005-02-09 16:21:02.000000000 +0100
-+++ trunk/SOAPpy/wstools/__init__.py 2007-03-21 10:14:38.000000000 +0100
-@@ -1,4 +1,3 @@
--#! /usr/bin/env python
- """WSDL parsing services package for Web Services for Python."""
-
- ident = "$Id: __init__.py,v 1.11 2004/12/07 15:54:53 blunck2 Exp $"
-diff -urNad trunk~/SOAPpy/wstools/c14n.py trunk/SOAPpy/wstools/c14n.py
---- trunk~/SOAPpy/wstools/c14n.py 2005-02-09 16:21:03.000000000 +0100
-+++ trunk/SOAPpy/wstools/c14n.py 2007-03-21 10:14:35.000000000 +0100
-@@ -1,4 +1,3 @@
--#! /usr/bin/env python
- """Compatibility module, imported by ZSI if you don't have PyXML 0.7.
-
- No copyright violations -- we're only using parts of PyXML that we
-diff -urNad trunk~/SOAPpy/wstools/logging.py trunk/SOAPpy/wstools/logging.py
---- trunk~/SOAPpy/wstools/logging.py 2005-02-09 16:21:03.000000000 +0100
-+++ trunk/SOAPpy/wstools/logging.py 2007-03-21 10:14:41.000000000 +0100
-@@ -1,4 +1,3 @@
--#! /usr/bin/env python
- """Logging"""
- import sys
-
Deleted: packages/python-soappy/trunk/debian/patches/rm_nested_scopes_import.dpatch
===================================================================
--- packages/python-soappy/trunk/debian/patches/rm_nested_scopes_import.dpatch 2014-07-18 02:01:37 UTC (rev 29811)
+++ packages/python-soappy/trunk/debian/patches/rm_nested_scopes_import.dpatch 2014-07-18 05:40:25 UTC (rev 29812)
@@ -1,67 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## rm_nested_scopes_import.dpatch by Bernd Zeimetz <bzed at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
- at DPATCH@
-diff -urNad python-soappy~/SOAPpy/Client.py python-soappy/SOAPpy/Client.py
---- python-soappy~/SOAPpy/Client.py 2005-02-21 21:27:09.000000000 +0100
-+++ python-soappy/SOAPpy/Client.py 2008-12-16 12:08:24.000000000 +0100
-@@ -43,7 +43,7 @@
- ident = '$Id: Client.py,v 1.27 2005/02/21 20:27:09 warnes Exp $'
- from version import __version__
-
--from __future__ import nested_scopes
-+
-
- #import xml.sax
- import urllib
-diff -urNad python-soappy~/SOAPpy/GSIServer.py python-soappy/SOAPpy/GSIServer.py
---- python-soappy~/SOAPpy/GSIServer.py 2005-02-15 17:32:22.000000000 +0100
-+++ python-soappy/SOAPpy/GSIServer.py 2008-12-16 12:08:24.000000000 +0100
-@@ -46,7 +46,7 @@
- ident = '$Id: GSIServer.py,v 1.5 2005/02/15 16:32:22 warnes Exp $'
- from version import __version__
-
--from __future__ import nested_scopes
-+
-
- #import xml.sax
- import re
-diff -urNad python-soappy~/SOAPpy/NS.py python-soappy/SOAPpy/NS.py
---- python-soappy~/SOAPpy/NS.py 2005-02-15 17:32:22.000000000 +0100
-+++ python-soappy/SOAPpy/NS.py 2008-12-16 12:08:24.000000000 +0100
-@@ -40,7 +40,7 @@
- ################################################################################
- """
-
--from __future__ import nested_scopes
-+
-
- ident = '$Id: NS.py,v 1.4 2005/02/15 16:32:22 warnes Exp $'
- from version import __version__
-diff -urNad python-soappy~/SOAPpy/Server.py python-soappy/SOAPpy/Server.py
---- python-soappy~/SOAPpy/Server.py 2005-02-15 17:32:22.000000000 +0100
-+++ python-soappy/SOAPpy/Server.py 2008-12-16 12:08:24.000000000 +0100
-@@ -43,7 +43,7 @@
- ident = '$Id: Server.py,v 1.21 2005/02/15 16:32:22 warnes Exp $'
- from version import __version__
-
--from __future__ import nested_scopes
-+
-
- #import xml.sax
- import re
-diff -urNad python-soappy~/SOAPpy/Types.py python-soappy/SOAPpy/Types.py
---- python-soappy~/SOAPpy/Types.py 2005-02-22 05:29:43.000000000 +0100
-+++ python-soappy/SOAPpy/Types.py 2008-12-16 12:08:24.000000000 +0100
-@@ -36,7 +36,7 @@
- ident = '$Id: Types.py,v 1.19 2005/02/22 04:29:43 warnes Exp $'
- from version import __version__
-
--from __future__ import nested_scopes
-+
-
- import UserList
- import base64
Copied: packages/python-soappy/trunk/debian/patches/rm_nested_scopes_import.patch (from rev 29801, packages/python-soappy/trunk/debian/patches/rm_nested_scopes_import.dpatch)
===================================================================
--- packages/python-soappy/trunk/debian/patches/rm_nested_scopes_import.patch (rev 0)
+++ packages/python-soappy/trunk/debian/patches/rm_nested_scopes_import.patch 2014-07-18 05:40:25 UTC (rev 29812)
@@ -0,0 +1,57 @@
+Author: Bernd Zeimetz <bzed at debian.org>
+
+--- a/src/SOAPpy/Client.py
++++ b/src/SOAPpy/Client.py
+@@ -40,8 +40,6 @@
+ ################################################################################
+
+ """
+-from __future__ import nested_scopes
+-
+ ident = '$Id: Client.py 1496 2010-03-04 23:46:17Z pooryorick $'
+
+ from version import __version__
+--- a/src/SOAPpy/GSIServer.py
++++ b/src/SOAPpy/GSIServer.py
+@@ -43,8 +43,6 @@
+ ################################################################################
+
+ """
+-from __future__ import nested_scopes
+-
+ ident = '$Id: GSIServer.py 1468 2008-05-24 01:55:33Z warnes $'
+ from version import __version__
+
+--- a/src/SOAPpy/NS.py
++++ b/src/SOAPpy/NS.py
+@@ -40,8 +40,6 @@
+ ################################################################################
+
+ """
+-from __future__ import nested_scopes
+-
+ ident = '$Id: NS.py 1468 2008-05-24 01:55:33Z warnes $'
+ from version import __version__
+
+--- a/src/SOAPpy/Server.py
++++ b/src/SOAPpy/Server.py
+@@ -40,8 +40,6 @@
+ ################################################################################
+
+ """
+-from __future__ import nested_scopes
+-
+ ident = '$Id: Server.py 1468 2008-05-24 01:55:33Z warnes $'
+ from version import __version__
+
+--- a/src/SOAPpy/Types.py
++++ b/src/SOAPpy/Types.py
+@@ -33,8 +33,6 @@
+ ################################################################################
+
+ """
+-from __future__ import nested_scopes
+-
+ ident = '$Id: Types.py 1496 2010-03-04 23:46:17Z pooryorick $'
+ from version import __version__
+
Copied: packages/python-soappy/trunk/debian/patches/series (from rev 29801, packages/python-soappy/trunk/debian/patches/00list)
===================================================================
--- packages/python-soappy/trunk/debian/patches/series (rev 0)
+++ packages/python-soappy/trunk/debian/patches/series 2014-07-18 05:40:25 UTC (rev 29812)
@@ -0,0 +1,2 @@
+fix_new_style_classes.patch
+rm_nested_scopes_import.patch
Modified: packages/python-soappy/trunk/debian/python-soappy.docs
===================================================================
--- packages/python-soappy/trunk/debian/python-soappy.docs 2014-07-18 02:01:37 UTC (rev 29811)
+++ packages/python-soappy/trunk/debian/python-soappy.docs 2014-07-18 05:40:25 UTC (rev 29812)
@@ -1,2 +1,2 @@
-README
+README.txt
docs/*.txt
Modified: packages/python-soappy/trunk/debian/rules
===================================================================
--- packages/python-soappy/trunk/debian/rules 2014-07-18 02:01:37 UTC (rev 29811)
+++ packages/python-soappy/trunk/debian/rules 2014-07-18 05:40:25 UTC (rev 29812)
@@ -1,8 +1,4 @@
#!/usr/bin/make -f
-DEB_PYTHON_SYSTEM=pysupport
-
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
-
Modified: packages/python-soappy/trunk/debian/source/format
===================================================================
--- packages/python-soappy/trunk/debian/source/format 2014-07-18 02:01:37 UTC (rev 29811)
+++ packages/python-soappy/trunk/debian/source/format 2014-07-18 05:40:25 UTC (rev 29812)
@@ -1 +1 @@
-1.0
+3.0 (quilt)
Added: packages/python-soappy/trunk/debian/source/options
===================================================================
--- packages/python-soappy/trunk/debian/source/options (rev 0)
+++ packages/python-soappy/trunk/debian/source/options 2014-07-18 05:40:25 UTC (rev 29812)
@@ -0,0 +1 @@
+extend-diff-ignore="\.egg-info"
\ No newline at end of file
Modified: packages/python-soappy/trunk/debian/watch
===================================================================
--- packages/python-soappy/trunk/debian/watch 2014-07-18 02:01:37 UTC (rev 29811)
+++ packages/python-soappy/trunk/debian/watch 2014-07-18 05:40:25 UTC (rev 29812)
@@ -1,4 +1,3 @@
version=3
-
-opts="filenamemangle=s/SOAPpy/python-soappy/,uversionmangle=s/-rc/~rc/" \
-http://sf.net/pywebsvcs/SOAPpy-(.*)\.tar\.gz
+opts="filenamemangle=s/.+\/(\d\S*)\.tar\.gz/SOAPpy-$1\.tar\.gz/,uversionmangle=s/-rc/~rc/" \
+ https://github.com/kiorky/SOAPpy/releases .*/(\d\S*)\.tar\.gz
More information about the Python-modules-commits
mailing list