diff options
author | kleink <kleink@pkgsrc.org> | 2017-03-03 15:44:36 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2017-03-03 15:44:36 +0000 |
commit | 78d80618dc91aab1a231b9301abb14a6c95d3026 (patch) | |
tree | 3307a04367b9d1420c00c749721a8e7ab16d662f /print | |
parent | 85b0e3f48c460b1395700a8ecca25cc9fe8ca118 (diff) | |
download | pkgsrc-78d80618dc91aab1a231b9301abb14a6c95d3026.tar.gz |
Update py-weasyprint to 0.36.
Version 0.36
------------
Released on 2017-02-25.
New features:
* `#407 <https://github.com/Kozea/WeasyPrint/pull/407>`_:
Handle ::first-letter.
* `#423 <https://github.com/Kozea/WeasyPrint/pull/423>`_:
Warn user about broken cairo versions.
Bug fixes:
* `#411 <https://github.com/Kozea/WeasyPrint/pull/411>`_:
Typos fixed in command-line help.
Version 0.35
------------
Released on 2017-02-25.
Bug fixes:
* `#410 <https://github.com/Kozea/WeasyPrint/pull/410>`_:
Fix AssertionError in split_text_box.
Diffstat (limited to 'print')
-rw-r--r-- | print/py-weasyprint/Makefile | 4 | ||||
-rw-r--r-- | print/py-weasyprint/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/print/py-weasyprint/Makefile b/print/py-weasyprint/Makefile index 4ddd419b7ad..7ac1da733c7 100644 --- a/print/py-weasyprint/Makefile +++ b/print/py-weasyprint/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2017/01/14 23:13:49 kleink Exp $ +# $NetBSD: Makefile,v 1.6 2017/03/03 15:44:36 kleink Exp $ -DISTNAME= WeasyPrint-0.34 +DISTNAME= WeasyPrint-0.36 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= print python MASTER_SITES= ${MASTER_SITE_PYPI:=W/WeasyPrint/} diff --git a/print/py-weasyprint/distinfo b/print/py-weasyprint/distinfo index 6af41b4e31d..bada435c1e0 100644 --- a/print/py-weasyprint/distinfo +++ b/print/py-weasyprint/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2017/01/14 23:13:49 kleink Exp $ +$NetBSD: distinfo,v 1.6 2017/03/03 15:44:36 kleink Exp $ -SHA1 (WeasyPrint-0.34.tar.gz) = cb66bd6f4bffd7294f62623ac080c467fcfcebb8 -RMD160 (WeasyPrint-0.34.tar.gz) = b4beb3e8d93d7b3eb584dedea6dbf75aa53942dd -SHA512 (WeasyPrint-0.34.tar.gz) = 65f1cb4690dc66f0256b0a3d6eeb22a6732013e2cecaf72f8bcf278db94d292fafcdf5bdf8a9fa097844544f13fd25a09391e5ec294e5e7efae6cc30cac99f56 -Size (WeasyPrint-0.34.tar.gz) = 391071 bytes +SHA1 (WeasyPrint-0.36.tar.gz) = 5cd00733fc0392c410617b5c98b38e3c99aabb25 +RMD160 (WeasyPrint-0.36.tar.gz) = 62204e44438c110d7aa110016f7b4007db777d64 +SHA512 (WeasyPrint-0.36.tar.gz) = ea803a8a86ea0673461cf6f1c498aa40c35d45146422343da769e99bdb2339892fb3f786f0fa8971de5a2b5b82e4831fccb8dc4257b7910330a142bcf5605700 +Size (WeasyPrint-0.36.tar.gz) = 392265 bytes SHA1 (patch-setup.py) = a3470aec4e7f32adb785cb7a731e802aeb7562c4 |