python-coloredlogs 7.3-2 source package in Ubuntu

Changelog

python-coloredlogs (7.3-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/control: Remove ancient X-Python3-Version field
  * Use debhelper-compat instead of debian/compat.

  [ Thomas Goirand ]
  * Team upload.
  * Removed Python 2 support.

 -- Thomas Goirand <email address hidden>  Tue, 13 Aug 2019 21:27:34 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-coloredlogs_7.3-2.dsc 2.1 KiB b1ae7e35c612321f935b9f94d3fe3102caa7797e20e0e7b3a6d83e0552875058
python-coloredlogs_7.3.orig.tar.gz 281.6 KiB 894641ed5e8c48e01fa0b1d62b15cd32030c6c16e1dda42f6ce5f966ac558cae
python-coloredlogs_7.3-2.debian.tar.xz 2.3 KiB 0833b849c6a3658f50c3eea12a5143f37d8ab0852278dee2fd3bfb4bed990b56

Available diffs

No changes file available.

Binary packages built by this source

python3-coloredlogs: colored terminal output for Python 3's logging module

 The coloredlogs package enables colored terminal output for Python's logging
 module. The ColoredFormatter class inherits from logging.Formatter and uses
 ANSI escape sequences to render your logging messages in color. It uses only
 standard colors so it should work on any UNIX terminal.
 .
 This package provides the modules for Python 3.