python-soappy 0.12.22-1 source package in Ubuntu

Changelog

python-soappy (0.12.22-1) unstable; 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.

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.
  * Remove obsolete Conflicts/Replaces with python2.3-soappy and
    python2.4-soappy.

 -- Arnaud Fontaine <email address hidden>  Fri, 18 Jul 2014 14:44:18 +0900

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python
Xenial release universe python

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-soappy_0.12.22-1.dsc 1.4 KiB aec907cacba0cd7b9a62f46f69d33cf92d0d513448cddb033c71a813119886f6
python-soappy_0.12.22.orig.tar.gz 137.6 KiB 966df1bbaa26eb887ab74f401d2def607ba7957c5fd6f84a7f0943e87fa4f3cd
python-soappy_0.12.22-1.debian.tar.xz 5.7 KiB d3aef2d0e854bde2180587d2d44a982e78c9cbdd1ff5df11ad744b08c8ed3fa2

Available diffs

No changes file available.

Binary packages built by this source

python-soappy: 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
 Python. It includes functionality for acting as a SOAP server, client,
 or proxy, and includes both building and parsing functions. It has been
 tested against a wide array of other SOAP clients and servers, and is a very
 robust and well-rounded implementation of the SOAP protocol.
 .
 SOAPpy is not actively supported by upstream anymore - please do not
 consider to use it in new projects! All functions were merged into ZSI,
 which is available in the python-zsi package, use it instead.