webcolors 1.11.1-1 source package in Ubuntu

Changelog

webcolors (1.11.1-1) unstable; urgency=medium

  * New upstream release.
  * debian/control
    - Bumps Standards-Version to 4.5.1.
    - Build-Depends: Appends debhelper-compat (= 13)
  * Removes debian/compat.
  * debian/watch
    - Fixes debian-watch-uses-insecure-uri.
    - Bumps version to 4.

 -- Kouhei Maeda <email address hidden>  Sun, 31 Jan 2021 10:54:25 +0900

Upload details

Uploaded by:
Kouhei Maeda
Uploaded to:
Sid
Original maintainer:
Kouhei Maeda
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe python
Mantic release universe python
Lunar release universe python
Jammy release universe python

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
webcolors_1.11.1-1.dsc 1.8 KiB a41ed09e7e10ecd3b628370c038e2f308b78dd2129d33e06d0bf06cf37a87e7b
webcolors_1.11.1.orig.tar.gz 302.1 KiB 76f360636957d1c976db7466bc71dcb713bb95ac8911944dffc55c01cb516de6
webcolors_1.11.1-1.debian.tar.xz 2.3 KiB 12e3188e17f20a01d20016b37eaf1266f5c2062b043b425c4e0fbfdf8eb6e2ad

Available diffs

No changes file available.

Binary packages built by this source

python3-webcolors: python3 library of color names and value formats

 For python3, support is included for the following formats, but this support
 RGB colorspace only.
  * Specification-defined color names
  * Six-digit hexadecimal
  * Three-digit hexadecimal
  * Integer rgb() triplet
  * Percentage rgb() triplet
 This module conversion to/from HSL can be handled by the "colorsys" module in
 the Python standard library.