py-colour: update to 0.1.4

0.1.4:
Fix
- ``rgb2hsl`` would produce invalid hsl triplet when red, blue, green
  component would be all very close to ``1.0``.

  Typically, saturation would shoot out of range 0.0..1.0. That could then
  lead to exceptions being casts afterwards when trying to reconvert this
  HSL triplet to RGB values.
This commit is contained in:
adam 2017-09-26 17:41:28 +00:00
parent 1b09df5f62
commit bf2686243a
3 changed files with 10 additions and 14 deletions

View file

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.6 2017/09/16 19:27:19 wiz Exp $
# $NetBSD: Makefile,v 1.7 2017/09/26 17:41:28 adam Exp $
DISTNAME= colour-0.1.1
DISTNAME= colour-0.1.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= python textproc
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/colour/}
MAINTAINER= pkgsrc-users@NetBSD.org

View file

@ -1,12 +1,8 @@
@comment $NetBSD: PLIST,v 1.2 2015/04/02 22:29:54 rodent Exp $
@comment $NetBSD: PLIST,v 1.3 2017/09/26 17:41:28 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/colour.egg-info/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/colour.egg-info/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/colour.egg-info/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/colour.egg-info/requires.txt
${PYSITELIB}/${EGG_INFODIR}/colour.egg-info/top_level.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/colour.py

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2015/11/04 02:00:02 agc Exp $
$NetBSD: distinfo,v 1.4 2017/09/26 17:41:28 adam Exp $
SHA1 (colour-0.1.1.tar.gz) = 585365b10c7685918cff154ba99b6aa2b7c9714b
RMD160 (colour-0.1.1.tar.gz) = 4ee1e1d7efe81a41a5c41747e9ce50d43f05f0bf
SHA512 (colour-0.1.1.tar.gz) = bde7a17552bfc59057fca02eaa670c5a0815a3c42918d09ab52ff733743c2e6259238176fecab82f26f1b56c58ab355e15edf9d419ec2f7a2215d0c718570317
Size (colour-0.1.1.tar.gz) = 23548 bytes
SHA1 (colour-0.1.4.tar.gz) = ef408c93bf8e3755a88f50d25a9404f827a50740
RMD160 (colour-0.1.4.tar.gz) = 33c7b9c3666f7a2b31882a5c43cf60bd65afc647
SHA512 (colour-0.1.4.tar.gz) = e2e30634692c95032fa258fa7e31d2df42388c760871ff6a7848bdd27d6ac01a7d7fb1cfa1980c33d66e84f1c43a6e79a427800eb3f62ec235d76b3f3a6a276f
Size (colour-0.1.4.tar.gz) = 24821 bytes