pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/py-weasyprint py-weasyprint: updated to 0.42.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7537a31037a
branches:  trunk
changeset: 378190:e7537a31037a
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Apr 03 09:31:56 2018 +0000

description:
py-weasyprint: updated to 0.42.3

v0.42.3:
Bug fixes:
* Fix floating-point number error to fix floating box layout
* Don't optimize resume_at when splitting lines with trailing spaces
* Fix table layout with no overflow
* Fix inline box breaking function
* Split replaced_min_content_width and replaced_max_content_width
* Respect text direction and don't translate rtl columns twice
* Get only first line's width of inline children to get linebox width

diffstat:

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

diffs (30 lines):

diff -r 7e2da9a91aba -r e7537a31037a print/py-weasyprint/Makefile
--- a/print/py-weasyprint/Makefile      Tue Apr 03 09:24:19 2018 +0000
+++ b/print/py-weasyprint/Makefile      Tue Apr 03 09:31:56 2018 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2018/03/26 00:35:34 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2018/04/03 09:31:56 adam Exp $
 
-DISTNAME=      WeasyPrint-0.42.2
+DISTNAME=      WeasyPrint-0.42.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION=   1
 CATEGORIES=    print python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=W/WeasyPrint/}
 
diff -r 7e2da9a91aba -r e7537a31037a print/py-weasyprint/distinfo
--- a/print/py-weasyprint/distinfo      Tue Apr 03 09:24:19 2018 +0000
+++ b/print/py-weasyprint/distinfo      Tue Apr 03 09:31:56 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.12 2018/02/12 08:10:41 adam Exp $
+$NetBSD: distinfo,v 1.13 2018/04/03 09:31:56 adam Exp $
 
-SHA1 (WeasyPrint-0.42.2.tar.gz) = 3708c8a3b2eac51272e0469bde76297c701a41d9
-RMD160 (WeasyPrint-0.42.2.tar.gz) = 7c50582f185cfd48883b4cee8a4b1c6d9a9826f5
-SHA512 (WeasyPrint-0.42.2.tar.gz) = 5d5a685126b00895ed31ab7447b768a74bf9096008b2e95a84bd7101b99a44966c22deceb8c621be6eb4b5e7fcee364794f68ae3fc6e2b1b5bf8191439fc4a23
-Size (WeasyPrint-0.42.2.tar.gz) = 399399 bytes
+SHA1 (WeasyPrint-0.42.3.tar.gz) = afef25da0610fb8031609798d8b25be44506bef4
+RMD160 (WeasyPrint-0.42.3.tar.gz) = 4ea815172a3bd32420e3919272c2f037a6b76c85
+SHA512 (WeasyPrint-0.42.3.tar.gz) = d6007934c301904308bd4821626d6a7bb504268c5c71a31f7486faebb3dd649fad18774737cab39eb13a0916635bb58eba2c8432c72cc5a461cea2a5d874b1ee
+Size (WeasyPrint-0.42.3.tar.gz) = 399972 bytes
 SHA1 (patch-setup.py) = a7657e79ac611f3122a81d7f2c6c195e52ba9399



Home | Main Index | Thread Index | Old Index