python-fixtures 0.3.14-1.1ubuntu1 source package in Ubuntu RTM

Changelog

python-fixtures (0.3.14-1.1ubuntu1) utopic; urgency=medium

  * debian/control: Remove python-support.
 -- Chuck Short <email address hidden>   Wed, 18 Jun 2014 10:38:19 -0400

Upload details

Uploaded by:
Chuck Short
Uploaded to:
Utopic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
14.09-factory release main python
14.09 release main python

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-fixtures_0.3.14.orig.tar.gz 33.8 KiB 4cc3313e52519d2671bd22aacd4b3fde9d96b31eb49db04a7cd5ccc61fec5139
python-fixtures_0.3.14-1.1ubuntu1.debian.tar.xz 3.5 KiB de8a95d8e2eb6143fe5f45ad62af0b5d179c0be741228664c883270ad2b55714
python-fixtures_0.3.14-1.1ubuntu1.dsc 1.6 KiB 6f6a23a4c02e48bd489810f36b79b66a9604a96653d347c7a67a071afb8197b9

View changes file

Binary packages built by this source

python-fixtures: PyUnit extension for defining test fixtures outside of test cases - Python 2.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 2.x module.

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.