pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/py-weasyprint



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 <https://github.com/Kozea/WeasyPrint/commit/70f9b62>`_:
  Support format 5 for bitmap glyphs

Bug fixes:

* `1666 <https://github.com/Kozea/WeasyPrint/issues/1666>`_
  Fix reproducible PDF generation with embedded images
* `1668 <https://github.com/Kozea/WeasyPrint/issues/1668>`_:
  Fix @page:nth() selector
* `3bd9a8e <https://github.com/Kozea/WeasyPrint/commit/3bd9a8e>`_:
  Don’t limit the opacity groups to the original box size
* `cb9540b <https://github.com/Kozea/WeasyPrint/commit/cb9540b>`_,
  `76d174f <https://github.com/Kozea/WeasyPrint/commit/76d174f>`_,
  `9ce6547 <https://github.com/Kozea/WeasyPrint/commit/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.

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



Home | Main Index | Thread Index | Old Index