python-wsme 0.8.0-1ubuntu1 source package in Ubuntu

Changelog

python-wsme (0.8.0-1ubuntu1) wily; urgency=medium

  * Resync with Debian experimental, remaining changes:
    - d/control: Drop BD's on python-transaction and python-turbogears2.
    - d/rules: Limit unit tests to pecan tests only.
  * d/control: Add missing BD's on netaddr and pecan.

python-wsme (0.8.0-1) experimental; urgency=medium

  * New upstream release.
  * debian/rules removes the .pth file.
  * Added missing python3-webtest build-depends.

python-wsme (0.7.0-1) experimental; urgency=medium

  * New upstream release.
  * Removed all patches, now obsolete in Jessie.
  * Fixed watch file.
  * Also runs unit tests in Py3.

 -- James Page <email address hidden>  Wed, 16 Sep 2015 10:14:04 +0100

Upload details

Uploaded by:
James Page
Uploaded to:
Wily
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-wsme_0.8.0.orig.tar.xz 82.5 KiB 63f91ba064202bff062cfc5723a59d24a346f524e6de5dd0ce98660cb066ed24
python-wsme_0.8.0-1ubuntu1.debian.tar.xz 4.1 KiB e8bb4ac2320e0be33a6ddb8f1ba3f30f700dc932482184bbb43b5c1e118b30ea
python-wsme_0.8.0-1ubuntu1.dsc 2.7 KiB e2fee07494809f26ece5e798bb1ea53790e0ecb02cfd86ee7bfcc26888de43a8

Available diffs

View changes file

Binary packages built by this source

python-wsme: Web Services Made Easy: implement multi-protocol webservices - Python 2.x

 Web Service Made Easy (WSME) simplify the writing of REST web services by
 providing simple yet powerful typing which removes the need to directly
 manipulate the request and the response objects.
 .
 WSME can work standalone or on top of your favorite Python web (micro)
 framework, so you can use both your preferred way of routing your REST requests
 and most of the features of WSME that rely on the typing system like:
 .
  * Alternate protocols, including ones supporting batch-calls
  * Easy documentation through a Sphinx extension
 .
 WSME is originally a rewrite of TGWebServices with focus on extensibility,
 framework-independance and better type handling.
 .
 This package provides the Python 2.x module.

python3-wsme: Web Services Made Easy: implement multi-protocol webservices - Python 3.x

 Web Service Made Easy (WSME) simplify the writing of REST web services by
 providing simple yet powerful typing which removes the need to directly
 manipulate the request and the response objects.
 .
 WSME can work standalone or on top of your favorite Python web (micro)
 framework, so you can use both your preferred way of routing your REST requests
 and most of the features of WSME that rely on the typing system like:
 .
  * Alternate protocols, including ones supporting batch-calls
  * Easy documentation through a Sphinx extension
 .
 WSME is originally a rewrite of TGWebServices with focus on extensibility,
 framework-independance and better type handling.
 .
 This package provides the Python 3.x module.