python-sptest 0.2.1-2 source package in Ubuntu

Changelog

python-sptest (0.2.1-2) unstable; urgency=medium

  * Removed "build install" dependency of binary-arch rule in debian/rules.
  * Fixed wrong Architecture (should be "all", not "any") in debian/control.
    + build using default Python version only (fixes FTBFS bug,
      Closes: #503466)
  * Fixed debian/copyright to get rid of a lintian warning.
  * Removed duplicate binary-arch target from debian/rules.
  * Added Debian Python Modules Team to Uploaders.
  * Changed required debhelper version to "5" in debian/control and 
    + debian/compat.
  * Added Vcs-Browser and Vcs-Svn fields to debian/control.
  * Removed Provides field from debian/control (not needed by Python modules).
  * Switched from pycentral to pysupport.

python-sptest (0.2.1-1) unstable; urgency=low

  * Initial release (Closes: #498586)

 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  07 Nov 2008 16:36:06 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Jaunty
Original maintainer:
Stephan Peijnik
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe python
Precise release universe python

Builds

Jaunty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-sptest_0.2.1.orig.tar.gz 34.6 KiB 119736f5407033f547a5314ff6a934d18d5ae5972671edd167a490e00beb3034
python-sptest_0.2.1-2.diff.gz 2.0 KiB 8ccb28cbe3f0eff7b5febf957b892b6d8b2bfbc051890eb4f55ae4bf1a06e916
python-sptest_0.2.1-2.dsc 1.3 KiB 275df7df2d082b85e69625988da3659884e84096d94a2d951c4436f24f3f4a18

View changes file

Binary packages built by this source

python-sptest: Python unittest module extension

 sptest is a Python module that provides a simplified interface for customized
 handling of unittest results.
 .
 It is designed to be a drop-in replacement and does not require any
 modifications to existing Python unittest-compatible code.
 .
 sptest comes with two predefined output handlers providing coloured CLI
 and XML output of test results.