colorclass 2.2.2-1 source package in Ubuntu

Changelog

colorclass (2.2.2-1) sid; urgency=medium

  * Uploading to sid.
  * Merging upstream version 2.2.2 (Closes: #1014036).
  * Removing python-3.10.patch, included upstream.
  * Updating to standards version 4.6.1.
  * Updating homepage field.
  * Sorting control fields.
  * Adding Rules-Requires-Root field.
  * Reworking copyright file.
  * Reworking watch file.
  * Updating upstream metadata.
  * Cosmetically updating rules file.
  * Adding missing build-depends for new upstream version.
  * Updating debhelper docs file.

 -- Daniel Baumann <email address hidden>  Fri, 16 Sep 2022 15:58:39 +0200

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
colorclass_2.2.2-1.dsc 2.1 KiB 83eb56d53a2ea370316e19a4129fe3e25ee3e136f23167b42bec4ffd0a975349
colorclass_2.2.2.orig.tar.xz 470.7 KiB 6ac6d20aede8fff8a6241d303edebbe181668b6afdaa47c49c1a8c7f78f735af
colorclass_2.2.2-1.debian.tar.xz 3.1 KiB 2a014d9312d1f25944e7fe455f542e2a741b2527f0ee99ba8ac214568b1b64e5

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.