grapefruit 0.1~a4+dfsg-1 source package in Ubuntu

Changelog

grapefruit (0.1~a4+dfsg-1) unstable; urgency=medium

  * New upstream release
  * Update debian/watch file
  * Remove patches that are no longer required

 -- Jonathan Carter <email address hidden>  Fri, 21 Jan 2022 12:19:03 +0200

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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
grapefruit_0.1~a4+dfsg-1.dsc 2.1 KiB 485fd4cfd15076bc4e019dbd6db451aefe829e121aff94cd395daec6ee50ea54
grapefruit_0.1~a4+dfsg.orig.tar.gz 188.0 KiB c78dbc1b0941e1ff3f1696fae9885a28f0b5c959518bf452981872fc1ac2c266
grapefruit_0.1~a4+dfsg-1.debian.tar.xz 4.1 KiB 7914d3c10a873818fa637be5dd3c97d8d52772b8f5b2b1f62c54ef24eeed5f6b

Available diffs

No changes file available.

Binary packages built by this source

python3-grapefruit: Python module to manipulate color information easily (Python 3)

 GrapeFruit is a pure Python module that lets you easily manipulate and convert
 color information. Its primary goal is to be natural and flexible.
 .
 The following color systems are supported by GrapeFruit:
   * RGB (sRGB)
   * HSL
   * HSV
   * YIQ
   * YUV
   * CIE-XYZ
   * CIE-LAB (with the illuminant you want)
   * CMY
   * CMYK
   * HTML/CSS color definition (#RRGGBB, #RGB or the X11 color name)
   * RYB (artistic color wheel)
 .
 This package provides the Python3 version.