Received: by mail.netbsd.org (Postfix, from userid 605) id E864D84E83; Tue, 2 Oct 2018 11:23:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DCC7E84E52 for ; Tue, 2 Oct 2018 11:23:02 +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 CdVqY81gwVYR for ; Tue, 2 Oct 2018 11:23:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4989F84D02 for ; Tue, 2 Oct 2018 11:23:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3ED99FBEE; Tue, 2 Oct 2018 11:23:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153847938146590" MIME-Version: 1.0 Date: Tue, 2 Oct 2018 11:23:01 +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: <20181002112301.3ED99FBEE@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. --_----------=_153847938146590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Oct 2 11:23:01 UTC 2018 Modified Files: pkgsrc/print/py-reportlab: Makefile distinfo Log Message: py-reportlab: updated to 3.5.8 RELEASE 3.5.7: Fix tables.py splitting for line comands. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 pkgsrc/print/py-reportlab/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/print/py-reportlab/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153847938146590 Content-Disposition: inline Content-Length: 1701 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.64 pkgsrc/print/py-reportlab/Makefile:1.65 --- pkgsrc/print/py-reportlab/Makefile:1.64 Thu Sep 13 07:39:17 2018 +++ pkgsrc/print/py-reportlab/Makefile Tue Oct 2 11:23:01 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.64 2018/09/13 07:39:17 adam Exp $ +# $NetBSD: Makefile,v 1.65 2018/10/02 11:23:01 adam Exp $ -DISTNAME= reportlab-3.5.6 +DISTNAME= reportlab-3.5.8 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.26 pkgsrc/print/py-reportlab/distinfo:1.27 --- pkgsrc/print/py-reportlab/distinfo:1.26 Thu Sep 13 07:39:17 2018 +++ pkgsrc/print/py-reportlab/distinfo Tue Oct 2 11:23:01 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.26 2018/09/13 07:39:17 adam Exp $ +$NetBSD: distinfo,v 1.27 2018/10/02 11:23:01 adam Exp $ -SHA1 (reportlab-3.5.6.tar.gz) = bdc545e41d99ff541a0fd62e902bfd37e8d11be7 -RMD160 (reportlab-3.5.6.tar.gz) = 5c5ace439cd2cae973fb666e54ff9ad1e9484b7d -SHA512 (reportlab-3.5.6.tar.gz) = 108675fbc66124cffc302dc1c61ee0b98cdf8f2a1ab161f614cf94769f983f032ad402f2c9a28b4749410a01cda6d7b6728abfe7aee0df88881e596d0c6465a3 -Size (reportlab-3.5.6.tar.gz) = 2836697 bytes +SHA1 (reportlab-3.5.8.tar.gz) = ce3034cc0ce7d4876161bcc47d36e711c0387d85 +RMD160 (reportlab-3.5.8.tar.gz) = 2cae179c780a1abfec98d286aeac55b9415d6d52 +SHA512 (reportlab-3.5.8.tar.gz) = c631f505bdbc96023c403f9d63f238f9bb257a9f6ca06e7b6b0fad54a80727d30651e267dbd9d3283b836423dd236e03ae82a0c3e055a5b8b3dc1b37c2c1ad37 +Size (reportlab-3.5.8.tar.gz) = 2836603 bytes --_----------=_153847938146590--