python-colorlog 6.7.0-1 source package in Ubuntu

Changelog

python-colorlog (6.7.0-1) unstable; urgency=medium

  * New upstream version 6.7.0
  * Updated years in debian/copyright
  * Updated lintian overrides
  * Updated Standards-Version: 4.6.1 (no changes needed)

 -- Philipp Huebner <email address hidden>  Fri, 04 Nov 2022 12:22:15 +0100

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-colorlog_6.7.0-1.dsc 2.1 KiB 65934d8bd32d726554f5f580f0263b699b1363ade0bb9571535c0bc0647d018b
python-colorlog_6.7.0.orig.tar.gz 24.1 KiB 73852877342c61187a2ff39b87069fdecee2c8283d5e85483c43ab5aea54e392
python-colorlog_6.7.0-1.debian.tar.xz 3.1 KiB 0ac7402eccf173098f98d3d102592bbb287ad16b358c5c5fa97d8a85a4a7df3b

Available diffs

No changes file available.

Binary packages built by this source

python3-colorlog: formatter to use with the logging module of Python 3

 python-colorlog allows colors to be placed in the format string, which is
 mostly useful when paired with a StreamHandler that is outputting to a
 terminal. This is accomplished by adding a set of terminal color codes to the
 record before it is used to format the string.
 .
 This is the Python 3 version.