webtest 2.0.10-1 source package in Ubuntu

Changelog

webtest (2.0.10-1) unstable; urgency=low


  * New upstream release
  * dh-python added to Build-Depends (so that its dh_python2 can be used)
  * Standards-Version bumped to 3.9.5 (no changes needed)

 -- Piotr Ożarowski <email address hidden>  Sun, 01 Dec 2013 20:17:46 +0100

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

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
webtest_2.0.10-1.dsc 2.0 KiB ac0e1c96ae85e77671c191556969f8ec26e61b51566213309f1cff282f24fea7
webtest_2.0.10.orig.tar.xz 50.9 KiB b2376792a215ac3c653ade887befb15319ff748413e3e8fdb620fc5065b2e437
webtest_2.0.10-1.debian.tar.gz 3.2 KiB 4125107a3cf9092b623f2515044cc5f93ad46017f00f3acf668df78926a6fc37

Available diffs

No changes file available.

Binary packages built by this source

python-webtest: wraps any WSGI application and makes it easy to test

 WebTest helps you test your WSGI-based web applications. This can be any
 application that has a WSGI (Web Server Gateway Interface) interface,
 including an application written in a framework that supports WSGI (which
 includes most actively developed Python web frameworks – almost anything
 that even nominally supports WSGI should be testable).