Thu Jan 28 08:28:23 2021 UTC ()
py-reportlab: updated to 3.5.60

CHANGES  3.5.60  22/01/2021
---------------------------
* Allow legend column control of vertical alignment
* Allow renderTextMode attribute in reportlab.graphics.shapes.String
* Allow renderTextMode drawString handling in renderPDF/PM/PS/SVG
* Some fixes to fillMode handling

CHANGES  3.5.59  04/01/2021
---------------------------
* Minor changes to table rounded corners; some documentation updates

CHANGES  3.5.58  01/01/2021
---------------------------
* Allow variant corners in Canvas.roundRect
* Allow tables to have rounded corners

CHANGES  3.5.57  27/12/2020
---------------------------
* added ddfStyle to Label
* allowed for embedded(and ordinary)Hyphenation to pre-empt splitting when embeddedHyphenation>=2
* fix extension escapePDF so it can handle unicode
* fix poundsign in Ean5BarcodeWidget
* Table can use __styledWrap__ for sizing
* test fixes so 3.9 and 2.7 produce same pdf


(adam)
diff -r1.78 -r1.79 pkgsrc/print/py-reportlab/Makefile
diff -r1.39 -r1.40 pkgsrc/print/py-reportlab/distinfo

cvs diff -r1.78 -r1.79 pkgsrc/print/py-reportlab/Makefile (expand / switch to unified diff)

--- pkgsrc/print/py-reportlab/Makefile 2020/12/06 11:42:33 1.78
+++ pkgsrc/print/py-reportlab/Makefile 2021/01/28 08:28:22 1.79
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.78 2020/12/06 11:42:33 adam Exp $ 1# $NetBSD: Makefile,v 1.79 2021/01/28 08:28:22 adam Exp $
2 2
3DISTNAME= reportlab-3.5.56 3DISTNAME= reportlab-3.5.60
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= print python 5CATEGORIES= print python
6MASTER_SITES= ${MASTER_SITE_PYPI:=r/reportlab/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=r/reportlab/}
7 7
8MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
9HOMEPAGE= https://www.reportlab.com/ 9HOMEPAGE= https://www.reportlab.com/
10COMMENT= Powerful PDF-generating toolkit for Python 10COMMENT= Powerful PDF-generating toolkit for Python
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-Pillow>=4.4.0:../../graphics/py-Pillow 13DEPENDS+= ${PYPKGPREFIX}-Pillow>=4.4.0:../../graphics/py-Pillow
14DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat 14DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
15DEPENDS+= ${PYPKGPREFIX}-pyphen-[0-9]*:../../textproc/py-pyphen 15DEPENDS+= ${PYPKGPREFIX}-pyphen-[0-9]*:../../textproc/py-pyphen
16 16

cvs diff -r1.39 -r1.40 pkgsrc/print/py-reportlab/distinfo (expand / switch to unified diff)

--- pkgsrc/print/py-reportlab/distinfo 2020/12/06 11:42:33 1.39
+++ pkgsrc/print/py-reportlab/distinfo 2021/01/28 08:28:22 1.40
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.39 2020/12/06 11:42:33 adam Exp $ 1$NetBSD: distinfo,v 1.40 2021/01/28 08:28:22 adam Exp $
2 2
3SHA1 (reportlab-3.5.56.tar.gz) = fb05877375a0efcb9c19714203ae1246e71c349e 3SHA1 (reportlab-3.5.60.tar.gz) = 8990aa2b2dfea490e84f82e1003d570b0524cd5b
4RMD160 (reportlab-3.5.56.tar.gz) = a00777b9c11ee14d9c61d64c9385635720dd6c70 4RMD160 (reportlab-3.5.60.tar.gz) = 64c85c70349d0cb1258cd66c5553b5e65f0fe845
5SHA512 (reportlab-3.5.56.tar.gz) = 49bafe1b1f0067df1d76a8e61b35ec7062dfffa608f6086241dfa589244bef5784180de7c3d86dc62334282a40a012f7579f5c3cec3c4b0387ba2c482a04c010 5SHA512 (reportlab-3.5.60.tar.gz) = 395ad0c904215ba3ae16efa52140b7cc6f751efd04c70f687a8891806b346d78c75bb29df5aa0d6d49adb6f5638da58704e713ee1500df05424c9dddc38afad2
6Size (reportlab-3.5.56.tar.gz) = 2899527 bytes 6Size (reportlab-3.5.60.tar.gz) = 2905122 bytes