pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-colour



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Sep 26 17:41:28 UTC 2017

Modified Files:
        pkgsrc/textproc/py-colour: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-colour/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-colour/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-colour/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-colour/Makefile
diff -u pkgsrc/textproc/py-colour/Makefile:1.6 pkgsrc/textproc/py-colour/Makefile:1.7
--- pkgsrc/textproc/py-colour/Makefile:1.6      Sat Sep 16 19:27:19 2017
+++ pkgsrc/textproc/py-colour/Makefile  Tue Sep 26 17:41:28 2017
@@ -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@localhost

Index: pkgsrc/textproc/py-colour/PLIST
diff -u pkgsrc/textproc/py-colour/PLIST:1.2 pkgsrc/textproc/py-colour/PLIST:1.3
--- pkgsrc/textproc/py-colour/PLIST:1.2 Thu Apr  2 22:29:54 2015
+++ pkgsrc/textproc/py-colour/PLIST     Tue Sep 26 17:41:28 2017
@@ -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

Index: pkgsrc/textproc/py-colour/distinfo
diff -u pkgsrc/textproc/py-colour/distinfo:1.3 pkgsrc/textproc/py-colour/distinfo:1.4
--- pkgsrc/textproc/py-colour/distinfo:1.3      Wed Nov  4 02:00:02 2015
+++ pkgsrc/textproc/py-colour/distinfo  Tue Sep 26 17:41:28 2017
@@ -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



Home | Main Index | Thread Index | Old Index