pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/py-reportlab
Module Name: pkgsrc
Committed By: adam
Date: Tue Apr 27 04:58:11 UTC 2021
Modified Files:
pkgsrc/print/py-reportlab: Makefile distinfo
Log Message:
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>
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/print/py-reportlab/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/print/py-reportlab/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/py-reportlab/Makefile
diff -u pkgsrc/print/py-reportlab/Makefile:1.80 pkgsrc/print/py-reportlab/Makefile:1.81
--- pkgsrc/print/py-reportlab/Makefile:1.80 Thu Mar 11 06:30:18 2021
+++ pkgsrc/print/py-reportlab/Makefile Tue Apr 27 04:58:11 2021
@@ -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 @@ HOMEPAGE= https://www.reportlab.com/
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 @@ PYSETUPARGS+= --use-system-libart
.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"
Index: pkgsrc/print/py-reportlab/distinfo
diff -u pkgsrc/print/py-reportlab/distinfo:1.41 pkgsrc/print/py-reportlab/distinfo:1.42
--- pkgsrc/print/py-reportlab/distinfo:1.41 Thu Mar 11 06:30:18 2021
+++ pkgsrc/print/py-reportlab/distinfo Tue Apr 27 04:58:11 2021
@@ -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