Received: by mail.netbsd.org (Postfix, from userid 605) id D638E84D98; Mon, 10 Jun 2019 15:39:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5D54F84D43 for ; Mon, 10 Jun 2019 15:39:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 6YzEfwFdFwh9 for ; Mon, 10 Jun 2019 15:39:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D75EC84D2C for ; Mon, 10 Jun 2019 15:39:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D1724FBF4; Mon, 10 Jun 2019 15:39:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1560181146263580" MIME-Version: 1.0 Date: Mon, 10 Jun 2019 15:39:06 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/print/py-reportlab To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190610153906.D1724FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1560181146263580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jun 10 15:39:06 UTC 2019 Modified Files: pkgsrc/print/py-reportlab: Makefile distinfo Log Message: py-reportlab: updated to 3.5.23 RELEASE 3.5.23 * fix issue 180 raised by Christoph Berg * fix issue 181 raised by Daniel Terecuk * brutalist fix for Marius Gedminas' issue 183 * add wordSpace keyword to Canvas draw methods * fix for Marius Gedminas' issue 184 RELEASE 3.5.22 * Allow kewords in PDFResourceDictionary * pr 58 issue 174 contribution by Marius Gedminas * Allow AcroForm to have SigFlags * Bug Fixes and tests To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 pkgsrc/print/py-reportlab/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/print/py-reportlab/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1560181146263580 Content-Disposition: inline Content-Length: 1711 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/py-reportlab/Makefile diff -u pkgsrc/print/py-reportlab/Makefile:1.71 pkgsrc/print/py-reportlab/Makefile:1.72 --- pkgsrc/print/py-reportlab/Makefile:1.71 Wed May 8 10:21:44 2019 +++ pkgsrc/print/py-reportlab/Makefile Mon Jun 10 15:39:06 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.71 2019/05/08 10:21:44 adam Exp $ +# $NetBSD: Makefile,v 1.72 2019/06/10 15:39:06 adam Exp $ -DISTNAME= reportlab-3.5.21 +DISTNAME= reportlab-3.5.23 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= print python MASTER_SITES= ${MASTER_SITE_PYPI:=r/reportlab/} Index: pkgsrc/print/py-reportlab/distinfo diff -u pkgsrc/print/py-reportlab/distinfo:1.33 pkgsrc/print/py-reportlab/distinfo:1.34 --- pkgsrc/print/py-reportlab/distinfo:1.33 Wed May 8 10:21:44 2019 +++ pkgsrc/print/py-reportlab/distinfo Mon Jun 10 15:39:06 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.33 2019/05/08 10:21:44 adam Exp $ +$NetBSD: distinfo,v 1.34 2019/06/10 15:39:06 adam Exp $ -SHA1 (reportlab-3.5.21.tar.gz) = 59c826ab4087ccae9efbc47f1bb857a6d53c29bd -RMD160 (reportlab-3.5.21.tar.gz) = 7eaa4986190f62bff0fc8345778aac3ffb9dabe8 -SHA512 (reportlab-3.5.21.tar.gz) = f9cd8c092aa47869ad9714b13f3d812e960328d2284ae8c6fb66f9ce4e36e802cd5052a9e626675f3b99700c3e38eb017e2dd76d9027a80bc4f24f4f86e29297 -Size (reportlab-3.5.21.tar.gz) = 2854950 bytes +SHA1 (reportlab-3.5.23.tar.gz) = 7634fe561c0d6c72f35f21c4e4b040a36774e8bf +RMD160 (reportlab-3.5.23.tar.gz) = 6a1d9c26d62cd9bae388cbe708ab84c0426413cd +SHA512 (reportlab-3.5.23.tar.gz) = 825d8fe92e0c8bf963b2e7ea9b91b7abd3cad059106b99ae40ffec8df34ead7a5de10a493f085456297faaab27f850491ff2bb9f914086ff4c511783b53285da +Size (reportlab-3.5.23.tar.gz) = 2856641 bytes --_----------=_1560181146263580--