python-colorlog 3.1.2-1 source package in Ubuntu

Changelog

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

  * New upstream version 3.1.2
  * Updated Vcs-* fields in debian/control
  * Updated Standards-Version: 4.1.3 (no changes needed)
  * Updated years in debian/copyright

 -- Philipp Huebner <email address hidden>  Sun, 28 Jan 2018 18:11:01 +0100

Upload details

Uploaded by:
Philipp Huebner
Uploaded to:
Sid
Original maintainer:
Philipp Huebner
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-colorlog_3.1.2-1.dsc 2.0 KiB 19557b05e13a969f0b9c7506b2116ee1054a1d7fd3767a97fcec7c6fedff7091
python-colorlog_3.1.2.orig.tar.gz 21.5 KiB f5735aca53ec5c2fbef7be3f12afdc74f18be1bc9da0c9098970ef48bfe81f48
python-colorlog_3.1.2-1.debian.tar.xz 2.2 KiB b27d48fac2622db3b481adae2838105f5d7b8f287657e0d46441ddefa4643cbb

Available diffs

No changes file available.

Binary packages built by this source

python-colorlog: formatter to use with the logging module of Python 2

 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 2 version.

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.