pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/py-weasyprint Version 0.40



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c3f48e123d0
branches:  trunk
changeset: 367158:5c3f48e123d0
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Aug 25 07:52:09 2017 +0000

description:
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.

diffstat:

 print/py-weasyprint/Makefile |   4 ++--
 print/py-weasyprint/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 0a31ee2397e6 -r 5c3f48e123d0 print/py-weasyprint/Makefile
--- a/print/py-weasyprint/Makefile      Fri Aug 25 06:25:13 2017 +0000
+++ b/print/py-weasyprint/Makefile      Fri Aug 25 07:52:09 2017 +0000
@@ -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/}
diff -r 0a31ee2397e6 -r 5c3f48e123d0 print/py-weasyprint/distinfo
--- a/print/py-weasyprint/distinfo      Fri Aug 25 06:25:13 2017 +0000
+++ b/print/py-weasyprint/distinfo      Fri Aug 25 07:52:09 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index