Received: by mail.netbsd.org (Postfix, from userid 605) id DC9A884DC4; Fri, 25 Aug 2017 07:52:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6F67D84DBB for ; Fri, 25 Aug 2017 07:52:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 3f0ZO8PULO08 for ; Fri, 25 Aug 2017 07:52:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F336B84CDD for ; Fri, 25 Aug 2017 07:52:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EE0F9FA8A; Fri, 25 Aug 2017 07:52:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1503647529204880" MIME-Version: 1.0 Date: Fri, 25 Aug 2017 07:52:09 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/print/py-weasyprint To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170825075209.EE0F9FA8A@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. --_----------=_1503647529204880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Aug 25 07:52:09 UTC 2017 Modified Files: pkgsrc/print/py-weasyprint: Makefile distinfo Log Message: Version 0.40 WeasyPrint now depends on cssselect2 instead of cssselect and lxml. New features: * Named pages. * Unprefix properties * Add a "verbose" option logging the document generation steps. Bug fixes: * Fix slow performance with long pre-formatted texts. * Improve speed and memory usage for long documents. * Don't crash on local() fonts with a space and no quotes. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/py-weasyprint/Makefile \ pkgsrc/print/py-weasyprint/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1503647529204880 Content-Disposition: inline Content-Length: 1772 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/py-weasyprint/Makefile diff -u pkgsrc/print/py-weasyprint/Makefile:1.7 pkgsrc/print/py-weasyprint/Makefile:1.8 --- pkgsrc/print/py-weasyprint/Makefile:1.7 Tue Aug 1 15:36:26 2017 +++ pkgsrc/print/py-weasyprint/Makefile Fri Aug 25 07:52:09 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2017/08/01 15:36:26 kleink Exp $ +# $NetBSD: Makefile,v 1.8 2017/08/25 07:52:09 adam Exp $ -DISTNAME= WeasyPrint-0.39 +DISTNAME= WeasyPrint-0.40 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= print python MASTER_SITES= ${MASTER_SITE_PYPI:=W/WeasyPrint/} Index: pkgsrc/print/py-weasyprint/distinfo diff -u pkgsrc/print/py-weasyprint/distinfo:1.7 pkgsrc/print/py-weasyprint/distinfo:1.8 --- pkgsrc/print/py-weasyprint/distinfo:1.7 Tue Aug 1 15:36:26 2017 +++ pkgsrc/print/py-weasyprint/distinfo Fri Aug 25 07:52:09 2017 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2017/08/01 15:36:26 kleink Exp $ +$NetBSD: distinfo,v 1.8 2017/08/25 07:52:09 adam Exp $ -SHA1 (WeasyPrint-0.39.tar.gz) = c6864d35a973c148882977b65d10e90c1087a901 -RMD160 (WeasyPrint-0.39.tar.gz) = 1863c87a3e01fdd0b1a696ff36db1f7419fdd3bb -SHA512 (WeasyPrint-0.39.tar.gz) = 668eed8c4f2502b3412166ea8e7b15b838b971b175ac3ec2370097b83557070684fa7bc9c62c3222056294093781649f263aba756091fb87d50ceea339e32e43 -Size (WeasyPrint-0.39.tar.gz) = 386613 bytes +SHA1 (WeasyPrint-0.40.tar.gz) = ab8e98c0996bdf66d20baa6ef41572e9cb49d4cf +RMD160 (WeasyPrint-0.40.tar.gz) = 28f77a2f96e155d3f58eb8eabfc75101eb01e575 +SHA512 (WeasyPrint-0.40.tar.gz) = 9c0d082ed2c35f76fe8ca5d25b5e99a0f96a309b2c4715ca3bd72a3a9a11121d4f5046c4ff55f007ebf0404edb0e4f510e571f42c569778948320be0301b8c4d +Size (WeasyPrint-0.40.tar.gz) = 388586 bytes SHA1 (patch-setup.py) = edeb4b77c8cf7fbd2ada7be10023158df9d96026 --_----------=_1503647529204880--