colorclass 2.2.2-2 source package in Ubuntu

Changelog

colorclass (2.2.2-2) sid; urgency=medium

  * Uploading to sid.
  * Removing trailing slash in homepage field.
  * Updating to standards version 4.6.2.

 -- Daniel Baumann <email address hidden>  Wed, 25 Jan 2023 09:21:29 +0100

Upload details

Uploaded by:
Daniel Baumann
Uploaded to:
Sid
Original maintainer:
Daniel Baumann
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
colorclass_2.2.2-2.dsc 2.1 KiB 47a075b9231b9da1b660fca030fc6ff9f089ae4096d5030b5a950f15242ff8ab
colorclass_2.2.2.orig.tar.xz 470.7 KiB 6ac6d20aede8fff8a6241d303edebbe181668b6afdaa47c49c1a8c7f78f735af
colorclass_2.2.2-2.debian.tar.xz 3.1 KiB 66a6736041d966d6262fb3ec31b72dd931bf4cf1c143e47074f3cdc65c604faf

Available diffs

No changes file available.

Binary packages built by this source

python3-colorclass: ANSI color text library for Python

 Yet another ANSI color text library for Python. Provides "auto colors" for
 dark/light terminals. Works on Linux, OS X, and Windows.
 .
 In Python 2 this library subclasses unicode, while on Python 3 it subclasses
 str. Different colors are chosen using curly-bracket tags, such as
 {red}{/red}. For a list of available colors, call colorclass.list_tags().
 Auto colors are toggled by calling set_light_background() and
 set_dark_background().
 .
 This package provides the Python 3 module.