python-testfixtures 7.0.4-1 source package in Ubuntu

Changelog

python-testfixtures (7.0.4-1) unstable; urgency=low

  * New upstream release.
  * Remove Built-Using from python-testfixtures-doc because it is
    Archtitecture: all.
  * Update d/copyright with new years.
  * Use uscan version 4.

 -- Michael Fladischer <email address hidden>  Sat, 07 Jan 2023 16:39:55 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-testfixtures_7.0.4-1.dsc 2.2 KiB 6d5d904d1f4f51cba572b96f12be6b2689412a9c9286f84b88495f051935670a
python-testfixtures_7.0.4.orig.tar.gz 120.2 KiB a8bf4a6850ffaaf3d5653aa9a444dd0a1d23ed6085bcfa7829a14efeb692ac2c
python-testfixtures_7.0.4-1.debian.tar.xz 5.4 KiB e9482ad5b2c77f1379a367e99e0279e4e8707d2965be17f9e23392ce1f83d711

Available diffs

No changes file available.

Binary packages built by this source

python-testfixtures-doc: Collection of helpers and mock objects (Documentation)

 TestFixtures is a collection of helpers and mock objects that are useful when
 writing unit tests or doc tests. It includes tools for a wide range of tasks:
 .
  * Comparing objects and sequences
  * Mocking out objects and methods
  * Mocking dates and times
  * Testing logging
  * Testing output to streams
  * Testing with files and directories
  * Testing exceptions
  * Testing warnings
  * Testing use of the subprocess package
  * Testing with zope.component
 .
 This package contains the documentation.

python3-testfixtures: Collection of helpers and mock objects (Python3 version)

 TestFixtures is a collection of helpers and mock objects that are useful when
 writing unit tests or doc tests. It includes tools for a wide range of tasks:
 .
  * Comparing objects and sequences
  * Mocking out objects and methods
  * Mocking dates and times
  * Testing logging
  * Testing output to streams
  * Testing with files and directories
  * Testing exceptions
  * Testing warnings
  * Testing use of the subprocess package
  * Testing with zope.component
 .
 This package contains the Python 3 version of the library.