pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/py-reportlab



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May  8 10:21:44 UTC 2019

Modified Files:
        pkgsrc/print/py-reportlab: Makefile PLIST distinfo

Log Message:
py-reportlab: updated to 3.5.21

RELEASE 3.5.21:
* fix bug in legends
* add extra table info in spanning error case

RELEASE 3.5.20:
* Preliminary MultiCol implementation
* fix missing xrange import
* allow rgb to have fractions of 1 in css colors

RELEASE 3.5.19:
* fix bug with a tag href not having a scheme
* all0w LineChart/LinePlot area fills to differe from the stroke colour
* add canvas setProducer method

RELEASE 3.5.18:
* more FrameBG changes vs BalancedColumns
* fix bb issues 176/177


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/print/py-reportlab/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/print/py-reportlab/PLIST
cvs rdiff -u -r1.32 -r1.33 pkgsrc/print/py-reportlab/distinfo

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

Modified files:

Index: pkgsrc/print/py-reportlab/Makefile
diff -u pkgsrc/print/py-reportlab/Makefile:1.70 pkgsrc/print/py-reportlab/Makefile:1.71
--- pkgsrc/print/py-reportlab/Makefile:1.70     Wed Apr  3 15:12:11 2019
+++ pkgsrc/print/py-reportlab/Makefile  Wed May  8 10:21:44 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2019/04/03 15:12:11 adam Exp $
+# $NetBSD: Makefile,v 1.71 2019/05/08 10:21:44 adam Exp $
 
-DISTNAME=      reportlab-3.5.17
+DISTNAME=      reportlab-3.5.21
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    print python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/reportlab/}

Index: pkgsrc/print/py-reportlab/PLIST
diff -u pkgsrc/print/py-reportlab/PLIST:1.19 pkgsrc/print/py-reportlab/PLIST:1.20
--- pkgsrc/print/py-reportlab/PLIST:1.19        Wed Jul 25 13:36:40 2018
+++ pkgsrc/print/py-reportlab/PLIST     Wed May  8 10:21:44 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2018/07/25 13:36:40 joerg Exp $
+@comment $NetBSD: PLIST,v 1.20 2019/05/08 10:21:44 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -471,6 +471,9 @@ ${PYSITELIB}/reportlab/platypus/flowable
 ${PYSITELIB}/reportlab/platypus/frames.py
 ${PYSITELIB}/reportlab/platypus/frames.pyc
 ${PYSITELIB}/reportlab/platypus/frames.pyo
+${PYSITELIB}/reportlab/platypus/multicol.py
+${PYSITELIB}/reportlab/platypus/multicol.pyc
+${PYSITELIB}/reportlab/platypus/multicol.pyo
 ${PYSITELIB}/reportlab/platypus/para.py
 ${PYSITELIB}/reportlab/platypus/para.pyc
 ${PYSITELIB}/reportlab/platypus/para.pyo

Index: pkgsrc/print/py-reportlab/distinfo
diff -u pkgsrc/print/py-reportlab/distinfo:1.32 pkgsrc/print/py-reportlab/distinfo:1.33
--- pkgsrc/print/py-reportlab/distinfo:1.32     Wed Apr  3 15:12:11 2019
+++ pkgsrc/print/py-reportlab/distinfo  Wed May  8 10:21:44 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.32 2019/04/03 15:12:11 adam Exp $
+$NetBSD: distinfo,v 1.33 2019/05/08 10:21:44 adam Exp $
 
-SHA1 (reportlab-3.5.17.tar.gz) = 3d173ea83f1c8f2546b6f94b7dd3f45e3a7e7e1e
-RMD160 (reportlab-3.5.17.tar.gz) = caa4b9aaa6a22470c3ea40286a9bbd03e45c702d
-SHA512 (reportlab-3.5.17.tar.gz) = bbcc0fb7a0fac69e492bb50a7a623b3ebd8c04bf8fb7124c3d3c9f397afe25b10a47d7886f21ce3bd418cd77c916f80ae27430fcee48c5c914222cabe9094979
-Size (reportlab-3.5.17.tar.gz) = 2844703 bytes
+SHA1 (reportlab-3.5.21.tar.gz) = 59c826ab4087ccae9efbc47f1bb857a6d53c29bd
+RMD160 (reportlab-3.5.21.tar.gz) = 7eaa4986190f62bff0fc8345778aac3ffb9dabe8
+SHA512 (reportlab-3.5.21.tar.gz) = f9cd8c092aa47869ad9714b13f3d812e960328d2284ae8c6fb66f9ce4e36e802cd5052a9e626675f3b99700c3e38eb017e2dd76d9027a80bc4f24f4f86e29297
+Size (reportlab-3.5.21.tar.gz) = 2854950 bytes



Home | Main Index | Thread Index | Old Index