From 910640b2539d5aba5824eab9c9861452d1b62a52 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 21 Oct 2020 06:49:35 +0000 Subject: py-reportlab: updated to 3.5.53 RELEASE 3.5.53 02/10/2020 --------------------------- * Fix bug that allowed type 0 postscript commands to persist RELEASE 3.5.52 01/10/2020 --------------------------- * add support for DataMatrix barcode RELEASE 3.5.51 24/09/2020 --------------------------- * fix malloc(0) issue in \_rl_accel.c \_fp_str thanks to Hans-Peter Jansen @ openSUSE RELEASE 3.5.50 18/09/2020 --------------------------- * Add BM ExtGState option (suggestion by tjj021 @ github * Fix memory leak in \_renderPM.c RELEASE 3.5.49 02/09/2020 --------------------------- * ViewerPreferencesPDFDictionary add /Duplex as possibility * Doctemplate add support for all ViewerPreferencesPDFDictionary keys * fix bugs in USPS_4State; Barcode inherits from Flowable and object. RELEASE 3.5.48 18/08/2020 --------------------------- * bug fix for balanced column special case unsplittable half column RELEASE 3.5.47 7/08/2020 --------------------------- * try to limit table style cell ranges RELEASE 3.5.46 22/07/2020 --------------------------- * fix style-data mismatch in LinePlot found by Anshika Sahay RELEASE 3.5.45 10/07/2020 --------------------------- * fix some documentation bugs reported by Lele Gaifax * fix error in BarChart axes joining reported by Faisal.Fareed RELEASE 3.5.44 26/06/2020 --------------------------- * ensure qr bar colour is passed (contrib by Lele Gaifax) * fix img layout bug (reported by Lele Gaifax) RELEASE 3.5.43 03/06/2020 --------------------------- * small change to improve strokeDashArray handling to allow [phase, [values]] and allow stroke-dashoffset * Hatching class which inherits from shapes.Path * add support for soft hyphens u'\xad' * apply a pr from KENLYST @ bitbucket (gfe.py) --- print/py-reportlab/Makefile | 4 ++-- print/py-reportlab/PLIST | 5 ++++- print/py-reportlab/distinfo | 10 +++++----- 3 files changed, 11 insertions(+), 8 deletions(-) (limited to 'print') diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index 765ec7046bd..f284c0cd122 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.75 2020/06/10 08:10:11 adam Exp $ +# $NetBSD: Makefile,v 1.76 2020/10/21 06:49:35 adam Exp $ -DISTNAME= reportlab-3.5.42 +DISTNAME= reportlab-3.5.53 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= print python MASTER_SITES= ${MASTER_SITE_PYPI:=r/reportlab/} diff --git a/print/py-reportlab/PLIST b/print/py-reportlab/PLIST index f59c0107357..3d94c8bb535 100644 --- a/print/py-reportlab/PLIST +++ b/print/py-reportlab/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2020/02/19 17:47:59 adam Exp $ +@comment $NetBSD: PLIST,v 1.22 2020/10/21 06:49:35 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -57,6 +57,9 @@ ${PYSITELIB}/reportlab/graphics/barcode/code93.pyo ${PYSITELIB}/reportlab/graphics/barcode/common.py ${PYSITELIB}/reportlab/graphics/barcode/common.pyc ${PYSITELIB}/reportlab/graphics/barcode/common.pyo +${PYSITELIB}/reportlab/graphics/barcode/dmtx.py +${PYSITELIB}/reportlab/graphics/barcode/dmtx.pyc +${PYSITELIB}/reportlab/graphics/barcode/dmtx.pyo ${PYSITELIB}/reportlab/graphics/barcode/eanbc.py ${PYSITELIB}/reportlab/graphics/barcode/eanbc.pyc ${PYSITELIB}/reportlab/graphics/barcode/eanbc.pyo diff --git a/print/py-reportlab/distinfo b/print/py-reportlab/distinfo index dc403fa1cea..3cef9566a10 100644 --- a/print/py-reportlab/distinfo +++ b/print/py-reportlab/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.36 2020/06/10 08:10:11 adam Exp $ +$NetBSD: distinfo,v 1.37 2020/10/21 06:49:35 adam Exp $ -SHA1 (reportlab-3.5.42.tar.gz) = 4489dc96b140737e9c9869f4a05a80f9971a0f6f -RMD160 (reportlab-3.5.42.tar.gz) = c34f914985bd9be114d0058ab090eab26b56e8de -SHA512 (reportlab-3.5.42.tar.gz) = f52717867190bf7812fd566d9ec3044198db809cdd0f53cc9dbfa92503a202540db659369e20bba3de07cd28eb10515d03b85700ac138c9394dc9eed1f08b8f8 -Size (reportlab-3.5.42.tar.gz) = 2883081 bytes +SHA1 (reportlab-3.5.53.tar.gz) = 559daaa89f8df5d9489fb87dcda446473f20487a +RMD160 (reportlab-3.5.53.tar.gz) = 2f973977df4f3ee0177676d53602bae9bf92a0d7 +SHA512 (reportlab-3.5.53.tar.gz) = 60101deff754fb2ec0040740ae51b197651f104efc8c3bc299c161599aaef13d692489d715310de951193ac42c5d66a61ead802cbf20530154c4d5dabf77fe91 +Size (reportlab-3.5.53.tar.gz) = 2897496 bytes -- cgit v1.2.3