python-colormath 3.0.0-4 source package in Ubuntu

Changelog

python-colormath (3.0.0-4) unstable; urgency=medium

  * Team upload.
  * Drop python3-nose dependency and disable dh_auto_test, as this package
    currently has no tests (closes: #1018472).

 -- Colin Watson <email address hidden>  Sun, 11 Dec 2022 22:03:47 +0000

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
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
python-colormath_3.0.0-4.dsc 2.2 KiB 870bf15b8dcdbbcfbc76d3167941c8b4bffd3b2d1521a032eb2ed6485f8dc79b
python-colormath_3.0.0.orig.tar.gz 38.8 KiB 3d4605af344527da0e4f9f504fad7ddbebda35322c566a6c72e28edb1ff31217
python-colormath_3.0.0-4.debian.tar.xz 2.8 KiB 258d91e9e047f75d787c00240a2ec9cc9989023913495104a5cef6153e0da0a7

Available diffs

No changes file available.

Binary packages built by this source

python3-colormath: Abstracts common color math operations (Python 3 version)

 python-colormath is a simple Python module that spares the user from directly
 dealing with color math. Some features include: Support for a wide range of
 color spaces. A good chunk of the CIE spaces, RGB, HSL/HSV, CMY/CMYK, and many
 more. Conversions between the various color spaces. For example, XYZ to sRGB,
 Spectral to XYZ, CIE Lab to Adobe RGB. Calculation of color difference. All
 CIE Delta E functions, plus CMC. Chromatic adaptations (changing illuminants).
 RGB to hex and vice-versa. 16-bit RGB support.
 .
 This package contains the Python 3 version of the library.