pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/py-reportlab py-reportlab: updated to 3.5.21



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b59974aa093
branches:  trunk
changeset: 323363:1b59974aa093
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed May 08 10:21:44 2019 +0000

description:
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

diffstat:

 print/py-reportlab/Makefile |   4 ++--
 print/py-reportlab/PLIST    |   5 ++++-
 print/py-reportlab/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r f2b70f6cab95 -r 1b59974aa093 print/py-reportlab/Makefile
--- a/print/py-reportlab/Makefile       Wed May 08 10:20:16 2019 +0000
+++ b/print/py-reportlab/Makefile       Wed May 08 10:21:44 2019 +0000
@@ -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/}
diff -r f2b70f6cab95 -r 1b59974aa093 print/py-reportlab/PLIST
--- a/print/py-reportlab/PLIST  Wed May 08 10:20:16 2019 +0000
+++ b/print/py-reportlab/PLIST  Wed May 08 10:21:44 2019 +0000
@@ -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/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
diff -r f2b70f6cab95 -r 1b59974aa093 print/py-reportlab/distinfo
--- a/print/py-reportlab/distinfo       Wed May 08 10:20:16 2019 +0000
+++ b/print/py-reportlab/distinfo       Wed May 08 10:21:44 2019 +0000
@@ -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