Received: by mail.netbsd.org (Postfix, from userid 605) id 62CE884F15; Sat, 9 Jul 2022 18:39:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9D40C84D3F for ; Sat, 9 Jul 2022 18:39:23 +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 B6o6xqTSa95p for ; Sat, 9 Jul 2022 18:39:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C7CAC84CFE for ; Sat, 9 Jul 2022 18:39:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BF62EFB1A; Sat, 9 Jul 2022 18:39:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1657391962119780" MIME-Version: 1.0 Date: Sat, 9 Jul 2022 18:39:22 +0000 From: "Klaus Klein" Subject: CVS commit: pkgsrc/print/py-weasyprint To: pkgsrc-changes@NetBSD.org Reply-To: kleink@netbsd.org X-Mailer: log_accum Message-Id: <20220709183922.BF62EFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1657391962119780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: kleink Date: Sat Jul 9 18:39:22 UTC 2022 Modified Files: pkgsrc/print/py-weasyprint: Makefile PLIST distinfo Log Message: py-weasyprint: Update to 56.0. Version 56.0 ------------ Released on 2022-07-07. This version also includes the changes from unstable b1 version listed below. New features: * `70f9b62 `_: Support format 5 for bitmap glyphs Bug fixes: * `1666 `_ Fix reproducible PDF generation with embedded images * `1668 `_: Fix @page:nth() selector * `3bd9a8e `_: Don’t limit the opacity groups to the original box size * `cb9540b `_, `76d174f `_, `9ce6547 `_: Minor bugfixes for split table rows To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/print/py-weasyprint/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/print/py-weasyprint/PLIST cvs rdiff -u -r1.25 -r1.26 pkgsrc/print/py-weasyprint/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1657391962119780 Content-Disposition: inline Content-Length: 3514 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.37 pkgsrc/print/py-weasyprint/Makefile:1.38 --- pkgsrc/print/py-weasyprint/Makefile:1.37 Wed Jun 1 21:27:08 2022 +++ pkgsrc/print/py-weasyprint/Makefile Sat Jul 9 18:39:22 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2022/06/01 21:27:08 gutteridge Exp $ +# $NetBSD: Makefile,v 1.38 2022/07/09 18:39:22 kleink Exp $ -DISTNAME= weasyprint-55.0 +DISTNAME= weasyprint-56.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= print python MASTER_SITES= ${MASTER_SITE_PYPI:=w/weasyprint/} @@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-cffi>=0.6:../.. DEPENDS+= ${PYPKGPREFIX}-cssselect2>=0.1:../../textproc/py-cssselect2 DEPENDS+= ${PYPKGPREFIX}-fonttools>=4.0.0:../../fonts/py-fonttools DEPENDS+= ${PYPKGPREFIX}-html5lib>=1.1:../../textproc/py-html5lib -DEPENDS+= ${PYPKGPREFIX}-pydyf>=0.0.3:../../print/py-pydyf +DEPENDS+= ${PYPKGPREFIX}-pydyf>=0.2.0:../../print/py-pydyf DEPENDS+= ${PYPKGPREFIX}-pyphen>=0.9.1:../../textproc/py-pyphen DEPENDS+= ${PYPKGPREFIX}-tinycss2>=1.0.0:../../textproc/py-tinycss2 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov Index: pkgsrc/print/py-weasyprint/PLIST diff -u pkgsrc/print/py-weasyprint/PLIST:1.9 pkgsrc/print/py-weasyprint/PLIST:1.10 --- pkgsrc/print/py-weasyprint/PLIST:1.9 Mon May 23 05:22:13 2022 +++ pkgsrc/print/py-weasyprint/PLIST Sat Jul 9 18:39:22 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2022/05/23 05:22:13 kleink Exp $ +@comment $NetBSD: PLIST,v 1.10 2022/07/09 18:39:22 kleink Exp $ bin/weasyprint-${PYVERSSUFFIX} ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE @@ -85,10 +85,17 @@ ${PYSITELIB}/weasyprint/logger.py ${PYSITELIB}/weasyprint/logger.pyc ${PYSITELIB}/weasyprint/matrix.py ${PYSITELIB}/weasyprint/matrix.pyc +${PYSITELIB}/weasyprint/pdf/__init__.py +${PYSITELIB}/weasyprint/pdf/__init__.pyc +${PYSITELIB}/weasyprint/pdf/fonts.py +${PYSITELIB}/weasyprint/pdf/fonts.pyc +${PYSITELIB}/weasyprint/pdf/pdfa.py +${PYSITELIB}/weasyprint/pdf/pdfa.pyc +${PYSITELIB}/weasyprint/pdf/sRGB2014.icc +${PYSITELIB}/weasyprint/pdf/stream.py +${PYSITELIB}/weasyprint/pdf/stream.pyc ${PYSITELIB}/weasyprint/stacking.py ${PYSITELIB}/weasyprint/stacking.pyc -${PYSITELIB}/weasyprint/stream.py -${PYSITELIB}/weasyprint/stream.pyc ${PYSITELIB}/weasyprint/svg/__init__.py ${PYSITELIB}/weasyprint/svg/__init__.pyc ${PYSITELIB}/weasyprint/svg/bounding_box.py Index: pkgsrc/print/py-weasyprint/distinfo diff -u pkgsrc/print/py-weasyprint/distinfo:1.25 pkgsrc/print/py-weasyprint/distinfo:1.26 --- pkgsrc/print/py-weasyprint/distinfo:1.25 Mon May 23 05:22:13 2022 +++ pkgsrc/print/py-weasyprint/distinfo Sat Jul 9 18:39:22 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.25 2022/05/23 05:22:13 kleink Exp $ +$NetBSD: distinfo,v 1.26 2022/07/09 18:39:22 kleink Exp $ -BLAKE2s (weasyprint-55.0.tar.gz) = d8787f4da3c3de688a54c3544ce228e163d2eeb0bfe1334183ed495796bb00d5 -SHA512 (weasyprint-55.0.tar.gz) = 96cc6de5af86da47aa0b5a84c3f00679690774574f3370ca319afe77f3eb9c9725f3b0a6cbddf589f23f444972bc77b07cce7e27ee2c466484636b3cb30250a3 -Size (weasyprint-55.0.tar.gz) = 410970 bytes +BLAKE2s (weasyprint-56.0.tar.gz) = b5a7e9687287fe19519548834ab445365c26d83a78a2f9b9ffe239c61bd6e2cf +SHA512 (weasyprint-56.0.tar.gz) = d8efc83f77967a514d26806a9b73ef03e047431c6db9b367cd23a819b4a68714d216081afc74162b60084d0f3755498dc782d0335069bc9e70c42b611b737eec +Size (weasyprint-56.0.tar.gz) = 419236 bytes --_----------=_1657391962119780--