python-coloredlogs 7.3-3 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Remove unnecessary get-orig-source-target.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

 -- Sandro Tosi <email address hidden>  Thu, 02 Jun 2022 23:58:18 -0400

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-coloredlogs_7.3-3.dsc 2.1 KiB 9b13b10a4e4913e1d8191207e2cbf87fb2b73d6efee678314845b9bc308ae882
python-coloredlogs_7.3.orig.tar.gz 281.6 KiB 894641ed5e8c48e01fa0b1d62b15cd32030c6c16e1dda42f6ce5f966ac558cae
python-coloredlogs_7.3-3.debian.tar.xz 2.5 KiB f3f122399e4992acc220f6ed3c946133a0d15f1b8165891398cad1990fc1bb5e

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.