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.67



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e5c88e938ad
branches:  trunk
changeset: 451445:0e5c88e938ad
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Apr 27 04:58:11 2021 +0000

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

diffstat:

 print/py-reportlab/Makefile |   8 ++++----
 print/py-reportlab/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (46 lines):

diff -r 261f6ad3294b -r 0e5c88e938ad print/py-reportlab/Makefile
--- a/print/py-reportlab/Makefile       Tue Apr 27 04:53:45 2021 +0000
+++ b/print/py-reportlab/Makefile       Tue Apr 27 04:58:11 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.80 2021/03/11 06:30:18 adam Exp $
+# $NetBSD: Makefile,v 1.81 2021/04/27 04:58:11 adam Exp $
 
-DISTNAME=      reportlab-3.5.65
+DISTNAME=      reportlab-3.5.67
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    print python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/reportlab/}
@@ -10,10 +10,11 @@
 COMMENT=       Powerful PDF-generating toolkit for Python
 LICENSE=       modified-bsd
 
+DEPENDS+=      ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
 DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 DEPENDS+=      ${PYPKGPREFIX}-pyphen-[0-9]*:../../textproc/py-pyphen
 
-PYTHON_VERSIONED_DEPENDENCIES= Pillow
+PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-pyphen
 
 PYSETUPARGS+=  --no-download-t1-files
 PYSETUPARGS+=  --use-system-libart
@@ -21,5 +22,4 @@
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/libart/buildlink3.mk"
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 261f6ad3294b -r 0e5c88e938ad print/py-reportlab/distinfo
--- a/print/py-reportlab/distinfo       Tue Apr 27 04:53:45 2021 +0000
+++ b/print/py-reportlab/distinfo       Tue Apr 27 04:58:11 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.41 2021/03/11 06:30:18 adam Exp $
+$NetBSD: distinfo,v 1.42 2021/04/27 04:58:11 adam Exp $
 
-SHA1 (reportlab-3.5.65.tar.gz) = d64aa69706837ac977078d50a30f4ac08fadb326
-RMD160 (reportlab-3.5.65.tar.gz) = 789f22a1074f6f0bf9b51122acac7e189dab7af0
-SHA512 (reportlab-3.5.65.tar.gz) = a143ff277ab4e9bf667d8334aca9d5b0c959b64eebbd5eda8d6fed95b09cd28544a33bbe5f630753f167b54e63a1a5e04f841c8892712e93d2f8739e9651269a
-Size (reportlab-3.5.65.tar.gz) = 2909468 bytes
+SHA1 (reportlab-3.5.67.tar.gz) = bb147f17dbc7c1e05a36a2c588d94a5dbf9c0867
+RMD160 (reportlab-3.5.67.tar.gz) = bced243277183323331f2d1982609fe66d25f782
+SHA512 (reportlab-3.5.67.tar.gz) = 5a0ec58f0ee925079f3756bac309bd5aaf159118a4ed7ec6467721ead23e5db37839014bb49f1804a0dee4532ce21f9c78adec99ec61a4aeffd957184d489a6c
+Size (reportlab-3.5.67.tar.gz) = 2911726 bytes



Home | Main Index | Thread Index | Old Index