systemfixtures 0.6.7-2 source package in Ubuntu

Changelog

systemfixtures (0.6.7-2) unstable; urgency=medium

  * Team upload.
  * Add build-dependency on python3-six (Closes: #1078363)

 -- Alexandre Detiste <email address hidden>  Sat, 10 Aug 2024 16:53:28 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
systemfixtures_0.6.7-2.dsc 2.2 KiB 16d29dc0b974f29237657ae3bd7a232b4c19eaf0d83f2207df46d3ce791e29e9
systemfixtures_0.6.7.orig.tar.gz 21.6 KiB 5f9192b4670db3a6950a405dabe013dfca459f2417d6fa017f951013adc9f6b4
systemfixtures_0.6.7-2.debian.tar.xz 9.1 KiB dbd794cb75646e6724f6d6b850f337d63146f22c1ada625bc26fe7162108e8ab

Available diffs

No changes file available.

Binary packages built by this source

python3-systemfixtures: Test fixtures providing fake versions of various system resources

 A collection of Python fixtures to fake out various system resources such
 as processes, users, groups, etc.
 .
 Each fake resource typically behaves as an "overlay" on the real resource, in
 that it can be programmed with fake behavior for a set of inputs, but falls
 back to the real behavior for the rest.