Tue Apr 27 04:58:11 2021 UTC ()
py-reportlab: updated to 3.5.67

CHANGES  3.5.67  12/04/2021
---------------------------
* Allow unicode PDFString to use encoding directly; fixes bug where colorspace indexes are broken
* Ensure PIL images can be size checked

CHANGES  3.5.66  19/03/2021
---------------------------
* fix obvious bug in renderPS.py cut'n'paste bah :(
* fix bug saving to SpooledtemporaryFile's reported by Robert Schroll <rschroll at gmail.com>
* fix bug in justified RTL paragraphs example & bugfix contributed by Moshe Uminer <mosheduminer at gmail.com>
* fix regex deprecation reported by J端rgen Gmach <juergen.gmach at apis.de>


(adam)
diff -r1.80 -r1.81 pkgsrc/print/py-reportlab/Makefile
diff -r1.41 -r1.42 pkgsrc/print/py-reportlab/distinfo

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

--- pkgsrc/print/py-reportlab/Makefile 2021/03/11 06:30:18 1.80
+++ pkgsrc/print/py-reportlab/Makefile 2021/04/27 04:58:11 1.81
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: Makefile,v 1.80 2021/03/11 06:30:18 adam Exp $ 1# $NetBSD: Makefile,v 1.81 2021/04/27 04:58:11 adam Exp $
2 2
3DISTNAME= reportlab-3.5.65 3DISTNAME= reportlab-3.5.67
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-[0-9]*:../../graphics/py-Pillow
13DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat 14DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
14DEPENDS+= ${PYPKGPREFIX}-pyphen-[0-9]*:../../textproc/py-pyphen 15DEPENDS+= ${PYPKGPREFIX}-pyphen-[0-9]*:../../textproc/py-pyphen
15 16
16PYTHON_VERSIONED_DEPENDENCIES= Pillow 17PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-pyphen
17 18
18PYSETUPARGS+= --no-download-t1-files 19PYSETUPARGS+= --no-download-t1-files
19PYSETUPARGS+= --use-system-libart 20PYSETUPARGS+= --use-system-libart
20 21
21.include "../../graphics/freetype2/buildlink3.mk" 22.include "../../graphics/freetype2/buildlink3.mk"
22.include "../../graphics/libart/buildlink3.mk" 23.include "../../graphics/libart/buildlink3.mk"
23.include "../../lang/python/egg.mk" 24.include "../../lang/python/egg.mk"
24.include "../../lang/python/versioned_dependencies.mk" 
25.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/print/py-reportlab/distinfo 2021/03/11 06:30:18 1.41
+++ pkgsrc/print/py-reportlab/distinfo 2021/04/27 04:58:11 1.42
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.41 2021/03/11 06:30:18 adam Exp $ 1$NetBSD: distinfo,v 1.42 2021/04/27 04:58:11 adam Exp $
2 2
3SHA1 (reportlab-3.5.65.tar.gz) = d64aa69706837ac977078d50a30f4ac08fadb326 3SHA1 (reportlab-3.5.67.tar.gz) = bb147f17dbc7c1e05a36a2c588d94a5dbf9c0867
4RMD160 (reportlab-3.5.65.tar.gz) = 789f22a1074f6f0bf9b51122acac7e189dab7af0 4RMD160 (reportlab-3.5.67.tar.gz) = bced243277183323331f2d1982609fe66d25f782
5SHA512 (reportlab-3.5.65.tar.gz) = a143ff277ab4e9bf667d8334aca9d5b0c959b64eebbd5eda8d6fed95b09cd28544a33bbe5f630753f167b54e63a1a5e04f841c8892712e93d2f8739e9651269a 5SHA512 (reportlab-3.5.67.tar.gz) = 5a0ec58f0ee925079f3756bac309bd5aaf159118a4ed7ec6467721ead23e5db37839014bb49f1804a0dee4532ce21f9c78adec99ec61a4aeffd957184d489a6c
6Size (reportlab-3.5.65.tar.gz) = 2909468 bytes 6Size (reportlab-3.5.67.tar.gz) = 2911726 bytes