python-fixtures 1.3.1-0ubuntu1 source package in Ubuntu

Changelog

python-fixtures (1.3.1-0ubuntu1) wily; urgency=medium

  * New upstream release.
    - d/control: Align (Build-)Depends with upstream.
  * d/control: Update Standards-Version to 3.9.6.
  * d/watch: Use pypi.debian.net redirector to get tarball.

 -- Corey Bryant <email address hidden>  Tue, 07 Jul 2015 14:26:39 +0100

Upload details

Uploaded by:
Corey Bryant
Sponsored 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-fixtures_1.3.1.orig.tar.gz 48.6 KiB b63cf3bb37f83ff815456e2d0e118535ae9a4bf43e76d9a1cf3286041bf717ce
python-fixtures_1.3.1-0ubuntu1.debian.tar.xz 3.7 KiB 3f39d4431ed5d3c77c213052d4466512cf40b77f82e59d3d31ff0b5529b08b80
python-fixtures_1.3.1-0ubuntu1.dsc 2.4 KiB 0181b5700384179c63c8932897dea88e7cf1211e446039d218ea5e39e4b9490e

Available diffs

View changes file

Binary packages built by this source

python-fixtures: No summary available for python-fixtures in ubuntu wily.

No description available for python-fixtures in ubuntu wily.

python3-fixtures: PyUnit extension for defining test fixtures outside of test cases - Python 3.x

 A PyUnit extension for defining test fixtures outside of test cases. Each
 fixture encapsulates creating, reusing and freeing some state - be that a
 temporary directory on disk, SQL server connection, or just a particular
 object graph. This is extremely useful for testing and general resource
 management.
 .
 Fixtures ships with the base class, unittest glue and a number of precanned
 concrete fixtures.
 .
 This package provides the Python 3.x module.