python-cfg-diag 0.4.0-2 source package in Ubuntu

Changelog

python-cfg-diag (0.4.0-2) unstable; urgency=medium

  * Help the transition to testing by declaring Breaks against
    versions of remrun that expect the cfg-diag 0.3.x API.
    Closes: #1024173

 -- Peter Pentchev <email address hidden>  Thu, 17 Nov 2022 09:01:49 +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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cfg-diag_0.4.0-2.dsc 2.5 KiB 3b07f0cee1f87c8b8a1c25ec8230e65ae9aa5e7e713ed7b8bfe1a2eb0421ec22
python-cfg-diag_0.4.0.orig.tar.gz 8.6 KiB 5d6424e257fbae7ddfabb84abdac3495f08976dea551744fdb50c3a9e264a1b2
python-cfg-diag_0.4.0.orig.tar.gz.asc 833 bytes 38ded070bed6ac55c23b9c0ec548d50c6f05f48a24a104ea78b92746f564c1a7
python-cfg-diag_0.4.0-2.debian.tar.xz 5.0 KiB e41e092d6ebed2d05948c83c51e527266333f3e32436dc465939a9038323b95a

Available diffs

No changes file available.

Binary packages built by this source

python3-cfg-diag: common configuration-storage class with a .diag() method

 This module provides four classes that may be used as base classes for
 storing program runtime configuration with a `verbose` boolean field.
 The classes provide a `.diag(msg)` method that decides whether to
 output the provided message based on the value of the object's
 `verbose` field.
 .
 This package contains the Python 3.x library.