[Python-modules-commits] [python-stdnum] 04/06: Suggest python-pysimplesoap (over python-suds) for SOAP calls

Arthur de Jong adejong at moszumanska.debian.org
Sun Oct 11 12:36:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

adejong pushed a commit to branch master
in repository python-stdnum.

commit 4c7d12a998afaf0ad1588bec985a560053b2670d
Author: Arthur de Jong <adejong at debian.org>
Date:   Sun Oct 11 14:15:34 2015 +0200

    Suggest python-pysimplesoap (over python-suds) for SOAP calls
---
 debian/changelog | 3 ++-
 debian/control   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9e07f24..2b7cf9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,8 +24,9 @@ python-stdnum (1.2-1) UNRELEASED; urgency=medium
     - fall back to pysimplesoap if suds is unavailable (closes: #774948)
     - test and code quality improvements
   * Update debian/copyright
+  * Suggest python-pysimplesoap (over python-suds) for SOAP calls
 
- -- Arthur de Jong <adejong at debian.org>  Sun, 11 Oct 2015 14:09:04 +0200
+ -- Arthur de Jong <adejong at debian.org>  Sun, 11 Oct 2015 14:12:26 +0200
 
 python-stdnum (1.1-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index fcb04d0..2b2875d 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-stdn
 Package: python-stdnum
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources
-Suggests: python-suds
+Suggests: python-pysimplesoap | python-suds
 Description: Python module to handle standardized numbers and codes
  A Python module to parse, validate and reformat standard numbers and codes
  in different formats.
@@ -119,6 +119,7 @@ Description: Python module to handle standardized numbers and codes
 Package: python3-stdnum
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}, python3-pkg-resources
+Suggests: python3-pysimplesoap
 Description: Python module to handle standardized numbers and codes (Python3 version)
  A Python module to parse, validate and reformat standard numbers and codes
  in different formats.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-stdnum.git



More information about the Python-modules-commits mailing list